[opencms-dev] Customize Inline Editor
Schliemann, Kai
K.Schliemann at comundus.com
Mon Aug 4 10:12:18 CEST 2014
Hi Sahrad,
you can add a customized toolbar for the HTMLWidget in opencms-vfs.xml. I guess it is used in both the inline editor and the XML Content editor.
A possible config could look like this:
<widget class="org.opencms.widgets.CmsHtmlWidget" alias="HtmlWidget"
configuration="css:/system/modules/com.website.internet.template/resources/css/my.css,
link,unlink,anchor,editorlink,replace,imagegallery,downloadgallery,linkgallery,table,source,
cleanup,alignleft,aligncenter,alignright,formatselect,formatselect.options:p;h1;h2;h3;h4,hr,style,media,
hidebuttons:italic;underline;strikethrough;print;justify" />
AFAIK there is button "fullscreen" already. Maybe that suits your needs. Check org.opencms.widgets.CmsHtmlWidgetOption for more configuration options.
HTH
Best regards
________________________________________
Kai Schliemann
Dipl.-Wirtschaftsingenieur (FH)
Senior IT-Berater Softwareentwicklung
comundus GmbH
Schüttelgrabenring 3, D-71332 Waiblingen
Zentrale +49 7151-94421-10
Durchwahl +49 7151-94421-20
Fax +49 7151-94421-39
E-Mail k.schliemann at comundus.com
Internet www.comundus.com
Geschäftsführer Klaus Hillemeier
Amtsgericht Stuttgart, HRB 264290
comundus ist ein Unternehmen der IT EXCELLENCE Group
________________________________________
comundus bei Facebook
-----Ursprüngliche Nachricht-----
Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im Auftrag von Sharad Jain
Gesendet: Samstag, 2. August 2014 08:00
An: opencms-dev at opencms.org
Betreff: [opencms-dev] Customize Inline Editor
Hi All,
I want to customize Inline Editor Toolbar. I need to add one button there, on click of which, the same page will get open in a new window. Could you someone please help in doing this. I have gone through the implementation of the inline editor page. As per my understanding, inline editor toolbar gets created on the fly by editor.jsp present in tinymce folder. It reads one of the property file where all the available options are defined.
I think, I would need to add one more entry in the property file but I am not sure if I need to modify java code as well.
Please reply to this thread as its quite urgent.
Thanks in advance.
Sharad Jain
_______________________________________________
This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list