Fwd: configuring tiny_mce.. solution

2011-12-03 Thread James Cicenia
Begin forwarded message: > From: Amedeo Mantica > Subject: Re: configuring tiny_mce.. solution > Date: December 3, 2011 8:44:08 AM CST > To: David Holt > Cc: James Cicenia > > Try this: > > http://db.tt/7GzHwvhY > > Is a my example with tinymce and in place

Re: configuring tiny_mce.. solution

2011-12-02 Thread David LeBer
James, The canonical Wonder API reference is here: Specific documentation for EREditHTML is lacking I admit (feel free to enhance the Java dock header and issue a pull request). There are two example text modes provided in the ERDir

Re: configuring tiny_mce.. solution

2011-12-02 Thread David Holt
There's an example included with SimpleBlog (might be the same as David's below). https://github.com/daveeed/SimpleBlog/blob/master/SimpleBlog/Resources/user.d2wmodel.txt On 2011-12-02, at 9:35 AM, James Cicenia wrote: > FWIW > > I could only find some reference to richTexMode here: > > http

Re: configuring tiny_mce.. solution

2011-12-02 Thread James Cicenia
FWIW I could only find some reference to richTexMode here: http://aurealis.de/webobjects/wonder/api/html/classer_1_1directtoweb_1_1components_1_1strings_1_1_e_r_d_edit_h_t_m_l.html and it was private. So I lucked out by making your rule/key point to richTextMode/key. And it worked! However, w

Re: configuring tiny_mce

2011-12-02 Thread James Cicenia
Perfect Thanks James On Dec 2, 2011, at 11:08 AM, David LeBer wrote: > Yeah, > > Take a look at the rules defining: > > richTextMode > simpleRichTextMode > complexRichTextMode > > In ERDirectToWeb > > Here is another example: > > 0 : *true* => cmsRichTextMode = "mode : 't

Re: configuring tiny_mce

2011-12-02 Thread David LeBer
Yeah, Take a look at the rules defining: richTextMode simpleRichTextMode complexRichTextMode In ERDirectToWeb Here is another example: 0 : *true* => cmsRichTextMode = "mode : 'textareas', theme: 'advanced', plugins: 'paste', theme_advanced_buttons1: 'pastetext,pastewo

configuring tiny_mce

2011-12-02 Thread James Cicenia
Can I add more things to tiny_mce? Font color , size? I am using wonder and have this set in my properties er.directtoweb.ERDEditHTML.tinyMceSourceFileName = tiny_mce/tiny_mce.js do I do it in a rule? Thanks James smime.p7s Description: S/MIME cryptographic signature ___