Hi, On Tue, 2006-01-03 at 13:18 -0500, Theodore Serbinski wrote:
On 1/3/06, Gordon Heydon <gordon@heydon.com.au> wrote:
I see how it is added, tinymce uses hook_elements() instead of hook_form_alter like htmlarea.
I may actually change to use this method, it look nicer.
Gordon,
Yeah I'm the one that upgraded TinyMCE to 4.7 and have been keeping up ever since. I did prefer the hook_elements() instead of form_alter(), seemed quite cleaner and I worked with Karoly to fix a couple bugs with #suffix overrides in that arena. Made that #resizable issue a cinch too.
I am going to take a look at it, maybe I will change, but I think that I can't because I need to also alter any collapsible fieldsets that are collapsed so that they are open. It does look like a nice interface. Gordon.