[xwiki-users] how to declare in a js script that the editor can have more than one id

2009-11-11 Thread Bubulina
Hello, I found this link : http://code.xwiki.org/xwiki/bin/view/Modules/WysiwygEditorModule. It is an useful one, but if i wanna edit more than one html element(in this case textarea that has the id=demo) then it does now what to do. i tried making an array of hookedIds but that does not help

[xwiki-users] AUTO: MaryEllen Coleman/Poughkeepsie/IBM is out of the office. (returning 11/12/2009)

2009-11-11 Thread MaryEllen Coleman
I am out of the office until 11/12/2009. I will not have access to email. For wiki assistance, please contact Kim Dillon. Note: This is an automated response to your message users Digest, Vol 28, Issue 16 sent on 11/11/09 2:10:10. This is the only notification you will receive while this

Re: [xwiki-users] how to declare in a js script that the editor can have more than one id

2009-11-11 Thread Marius Dumitru Florea
Hi, Bubulina wrote: Hello, I found this link : http://code.xwiki.org/xwiki/bin/view/Modules/WysiwygEditorModule. It is an useful one, but if i wanna edit more than one html element(in this case textarea that has the id=demo) then it does now what to do. i tried making an array of hookedIds

Re: [xwiki-users] how to declare in a js script that the editor can have more than one id

2009-11-11 Thread Jerome Velociter
On 11/11/09 1:10 PM, Marius Dumitru Florea wrote: Hi, Bubulina wrote: Hello, I found this link : http://code.xwiki.org/xwiki/bin/view/Modules/WysiwygEditorModule. It is an useful one, but if i wanna edit more than one html element(in this case textarea that has the id=demo) then it does

Re: [xwiki-users] editor with preloaded data

2009-11-11 Thread Marius Dumitru Florea
Hi, Bubulina wrote: hello i am trying to understand how the edit a page works, how does it know(where is sending the request) to preload the data of the page in the editor(wysiwyg). If the developers take a look on this topic, please give me a trail to follow. the flow at least . thank you

Re: [xwiki-users] how to declare in a js script that the editor can have more than one id

2009-11-11 Thread Sergiu Dumitriu
On 11/11/2009 01:27 PM, Jerome Velociter wrote: On 11/11/09 1:10 PM, Marius Dumitru Florea wrote: Of course, it's more elegant if you mark all text areas to be replaced with a CSS class like: textarea id=foo class=richtextarea/textarea textarea id=bar class=richtextarea/textarea and then

Re: [xwiki-users] how to declare in a js script that the editor can have more than one id

2009-11-11 Thread Marius Dumitru Florea
Hi Jerome, Jerome Velociter wrote: On 11/11/09 1:10 PM, Marius Dumitru Florea wrote: Hi, Bubulina wrote: Hello, I found this link : http://code.xwiki.org/xwiki/bin/view/Modules/WysiwygEditorModule. It is an useful one, but if i wanna edit more than one html element(in this case textarea

Re: [xwiki-users] Number of attachments on an XWiki page

2009-11-11 Thread Niels Mayer
Some WEB-INF/xwiki.cfg settings that might improve performance w/r/t attachments (note the uncommented portions): ... #-# Whether the document recycle bin feature is activated or not # xwiki.recyclebin=1 #-# Whether the attachment recycle bin feature is activated or not

[xwiki-users] Adding buttons to WYSIWYG toolbar

2009-11-11 Thread Trevor Russ
Hello, I've tried to add toolbar buttons for fonts and colours to the Syntax 2.0 WYSIWYG toolbar in XWiki 1.9.3 by following the online guide at: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor . First, in macros.vm (or anywhere else) I didn't find any lines that looked like

Re: [xwiki-users] XEclipse syntax highlighting and code completion

2009-11-11 Thread Vincent Massol
On Nov 11, 2009, at 11:44 PM, Radek Rekas wrote: Whoops, that was it, i feel silly now. Np -Vincent Thank you very much for the help. Radek - Original Message - From: Vincent Massol vinc...@massol.net Sent: Wed, 11/11/2009 6:09pm To: XWiki Users users@xwiki.org Subject: Re: