Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
63d962c8
Commit
63d962c8
authored
Oct 19, 2013
by
Matija Obreza
Browse files
Enable link editing in TinyMCE
parent
e30ce564
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/content/activitypost-edit.jsp
View file @
63d962c8
...
...
@@ -47,6 +47,7 @@
menubar
:
false
,
statusbar
:
false
,
height
:
50
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
});
tinyMCE
.
init
({
...
...
@@ -54,6 +55,7 @@
menubar
:
false
,
statusbar
:
false
,
height
:
200
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
});
});
...
...
src/main/webapp/WEB-INF/jsp/content/article-edit.jsp
View file @
63d962c8
...
...
@@ -48,6 +48,7 @@
menubar
:
false
,
statusbar
:
false
,
height
:
200
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
});
});
...
...
src/main/webapp/WEB-INF/jsp/country/edit.jsp
View file @
63d962c8
...
...
@@ -35,6 +35,7 @@
menubar
:
false
,
statusbar
:
false
,
height
:
200
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
});
});
...
...
src/main/webapp/WEB-INF/jsp/organization/edit.jsp
View file @
63d962c8
...
...
@@ -49,6 +49,7 @@
menubar
:
false
,
statusbar
:
false
,
height
:
200
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
});
});
...
...
src/main/webapp/WEB-INF/jsp/wiews/edit.jsp
View file @
63d962c8
...
...
@@ -35,6 +35,7 @@
menubar
:
false
,
statusbar
:
false
,
height
:
200
,
plugins
:
"
link autolink
"
,
directionality
:
document
.
dir
});
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment