Hello,

I'm trying to integrate iBrowser and TinyMCE, and I'm stuck at a point. The tutorial states:

When you include TinyMCE in a page with javascript (tinyMCE.init), make sure that the following options are included.

tinyMCE.init({
...
plugins : "ibrowser",
...
theme : "advanced",
theme_advanced_buttons3_add : "ibrowser",
});

Where do I find/create/or add this? It's very confusing and frustrating!

Thanks, in advance