-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-3.0.0-legacy-ga1, liferay-faces-3.0.0-ga1, liferay-faces-3.1.0-ga1
-
Fix Version/s: liferay-faces-3.0.1-ga2, liferay-faces-3.1.1-ga2, liferay-faces-3.2.4-ga5
-
Labels:None
The Liferay out-of-the-box MessageBoards portlet features a rich text editor ability with Bulletin Board Code (bbcode) syntax: http://en.wikipedia.org/wiki/BBCode
This feature will provide the Liferay Faces Portal version of liferay-ui:input-editor to utilize this bbcode UI with the following:
<liferay-ui:input-editor id="comments1" editorImpl="ckeditor_bbcode" toolbarSet="bbcode" value="#{modelBean.comments1}" />
OR for Liferay 6.1+:
<liferay-ui:input-editor id="comments2" editorImpl="editor.wysiwyg.portal-web.docroot.html.portlet.message_boards.edit_message.bb_code.jsp" toolbarSet="bbcode" value="#{modelBean.comments2}" />
In the latter case, the value of editor.wysiwyg.portal-web.docroot.html.portlet.message_boards.edit_message.bb_code.jsp is retrieved from portal.properties (the default value of which is ckeditor_bbcode).
- relates
-
FACES-1818 Selenium driver unable to type characters into CKEditor <iframe> which causes test failures on Liferay 6.2
-
- Closed
-