[Yanel-dev] Suppress Yanel Toolbar for TinyMCE calls

Michael Wechner michael.wechner at wyona.com
Fri May 21 08:59:44 CEST 2010


Michael Wechner wrote:
> Michael Wechner wrote:
>> Hi
>>
>> TinyMCE sends various requests to the server, for example if one 
>> wants to edit a link within a text
>>
>> /yanel/globus/app/javascripts/tiny_mce_3_3_5_1/themes/advanced/link.htm
>>
>> The problem now is that if the Yanel toolbar is activated, then Yanel 
>> will treat this as a regular HTML page
>> and hence will add the toolbar.
>>
>> According to
>>
>> http://yanel.org/en/documentation/yanel-toolbar.html
>>
>> one can suppress the toolbar by adding a query string, but I guess 
>> this would mean one has to customize
>> the out-of-the-box TinyMCE version, 

for the moment I have done this at

javascripts/tiny_mce_3_3_5_1/themes/advanced/editor_template.js

whereas I have done this for a customer project, whereas it would be 
similar for the Yanel resource

src/resources/tinymce/htdocs/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js

(whereas also for image.htm)

Cheers

Michi

>> which is not that nice.
>>
>> Any idea how to best solve this?
>
> Somehow related is the following article:
>
> http://www.tyssendesign.com.au/articles/removing-unwanted-fields-tinymce-image-link-popups/ 
>
>
> Cheers
>
> Michi
>>
>> Thanks
>>
>> Michi
>



More information about the Yanel-development mailing list