Hi All.
I'm trying to customize the editor a little for our needs and I would like to add two events, one onfocus and one onblur to expand and collapse the toolbar when the editing and when not. What I have done is the add the following to the editing iframe line in the fckedit.html file:
onfocus="FCKToolbarSet.Expand();return false;" onblur="FCKToolbarSet.Collapse();return false;"
This works find in MSIE, but not in Gecko browsers (Mozilla, Firefox, etc...). Any ideas?
Thanks.
Andrew.
I'm trying to customize the editor a little for our needs and I would like to add two events, one onfocus and one onblur to expand and collapse the toolbar when the editing and when not. What I have done is the add the following to the editing iframe line in the fckedit.html file:
onfocus="FCKToolbarSet.Expand();return false;" onblur="FCKToolbarSet.Collapse();return false;"
This works find in MSIE, but not in Gecko browsers (Mozilla, Firefox, etc...). Any ideas?
Thanks.
Andrew.