Author: adubovsky
Date: 2008-11-28 06:10:48 -0500 (Fri, 28 Nov 2008)
New Revision: 11428
Modified:
trunk/test-applications/facelets/src/main/resources/editorconfig.properties
trunk/test-applications/facelets/src/main/webapp/Editor/Editor.xhtml
Log:
+ media plugin to editor
Modified: trunk/test-applications/facelets/src/main/resources/editorconfig.properties
===================================================================
--- trunk/test-applications/facelets/src/main/resources/editorconfig.properties 2008-11-28
11:02:38 UTC (rev 11427)
+++ trunk/test-applications/facelets/src/main/resources/editorconfig.properties 2008-11-28
11:10:48 UTC (rev 11428)
@@ -1,3 +1,3 @@
-theme_advanced_buttons1 = "forecolor,backcolor"
+theme_advanced_buttons1 = "media,forecolor,backcolor"
theme_advanced_buttons2 =
"bullist,numlist,separator,outdent,indent,separator,undo,redo"
-theme_advanced_buttons3 =
"hr,removeformat,visualaid,separator,sub,sup,separator,charmap"
\ No newline at end of file
+theme_advanced_buttons3
="hr,removeformat,visualaid,separator,sub,sup,separator,charmap"
\ No newline at end of file
Modified: trunk/test-applications/facelets/src/main/webapp/Editor/Editor.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Editor/Editor.xhtml 2008-11-28
11:02:38 UTC (rev 11427)
+++ trunk/test-applications/facelets/src/main/webapp/Editor/Editor.xhtml 2008-11-28
11:10:48 UTC (rev 11428)
@@ -19,7 +19,8 @@
valueChangeListener="#{editor.valueChangeListener}"
viewMode="#{editor.viewMode}" readonly="#{editor.readonly}"
tabindex="#{editor.tabindex}" dialogType="#{editor.dialogType}"
- language="#{editor.language}" styleClass="EditorStyleClass" >
+ language="#{editor.language}" styleClass="EditorStyleClass"
+ plugins="media">
<f:param name="theme_advanced_resizing" value="true" />
<f:param name="theme_advanced_statusbar_location" value="top"
/>
Show replies by date