Skip to content
GitLab
Menu
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
172d37af
Commit
172d37af
authored
Oct 02, 2013
by
Matija Obreza
Browse files
tinyMCE directionality
parent
f3de7d76
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/content/include/activity-post.jsp
View file @
172d37af
...
...
@@ -25,13 +25,15 @@
selector
:
"
#post-title.html-editor
"
,
menubar
:
false
,
statusbar
:
false
,
height
:
50
height
:
50
,
directionality
:
document
.
dir
});
tinyMCE
.
init
({
selector
:
"
#post-body.html-editor
"
,
menubar
:
false
,
statusbar
:
false
,
height
:
200
height
:
200
,
directionality
:
document
.
dir
});
});
</script>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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