I'm trying to make a plug-in pulldown menu such as FontSize, Format, etc
I need an auto-text menu, so that I click on an item and it would insert a text into the content area.
Plug-in example does not help as it creates a button with the dialog box, and I need the pullldown menu.
Can some one comeup with the demo?
Thank you.
I need an auto-text menu, so that I click on an item and it would insert a text into the content area.
Plug-in example does not help as it creates a button with the dialog box, and I need the pullldown menu.
Can some one comeup with the demo?
Thank you.
RE: Custom made pulldown menu
For example for FontSize it euns the following
FCK.ExecuteNamedCommand( 'FontSize', fontSize ) ;
I assume that there is a function FontSize that accepts argument fontSize, but I couldn't find one.
Could some one point me where to go from here?