Re: [xwiki-users] How to change the default font size of the colibri skin

2012-03-18 Thread Ralf Quebbemann
Hi Ricardo, when the WYSIWYG editor opens, the default font is Helvetica, 14px. I wanted to change exactly that font to become smaller and even with Firebug I cannot figure it out. But it's not that important to me anymore. So if you or someone else has a quick fix I greatly appreciate it.

[xwiki-users] java heap out of memory error during import of 72MB XAR file?

2012-03-18 Thread mohit gupta
I have XAR file of 72MB . When i Import it thru XWI UI i get java heap out of memory error. I have mentioened the value of JAVA_OPTS as -Xms1024m -Xmx1024m. My hardware specification is 32 bit windows operating system and 4 GB RAM. and using the tomcat as webserver. If i increase the value

Re: [xwiki-users] How to change the default font size of the colibri skin

2012-03-18 Thread Dmitry Bakbardin
Hi! Your question was so vast, that it was really hard to undrestand what exactly you needed. :-))) Check http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor and related links. Just add Font, Color, Size (if you need) in WYSIWYG editor in Preferences as Admin User. By default

Re: [xwiki-users] [xwiki-devs] How to insert an image programmatically into the inline form and the image will show up when the create post inline form shows up

2012-03-18 Thread Marius Dumitru Florea
Hi David, You can create a JavaScript extension [1] that listens to the xwiki:wysiwyg:loaded event [2] and sets the content of the corresponding rich text area using the WYSIWYG editor API [3], precisely: editor.getCommandManager().execute('reset', 'some HTML fragment'); Hope this helps, Marius