Multiple html wysiwyg texareas in the plugin admistration

Creating and modifying plugins.
Post Reply
alpha

Multiple html wysiwyg texareas in the plugin admistration

Post 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)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Multiple html wysiwyg texareas in the plugin admistratio

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply