Page 1 of 1

Multiple html wysiwyg texareas in the plugin admistration

Posted: Thu Jul 21, 2005 8:57 pm
by alpha
Hi i made a little plugin for my blog, which needs two html wysiwyg textareas - the problem is that the plugin api seems not to be able to handle multiple wysiwyg textareas - could you give me a hint or way to solve this.

thanks alpha (http://blog.alphalogic.org)

Re: Multiple html wysiwyg texareas in the plugin admistratio

Posted: Fri Jul 22, 2005 11:57 am
by garvinhicking
Hm, that is a harder problem. You'll need to emit your WYSIWYG area in a custom container then.

Please look at the serendipity_event_xsstrust plugin from additional plugins, it uses a 'content' propbag type to emit any HTML you want. You'll need to emit the WYSIWYG code on your own then, sadly.

HTH,
Garvin