User can create his own
"HTML Editor style" popup windows.
Here we created new custom popup
Fieldset and appended a custom button
Insert fieldset to toolbar.
Popup's css styles are defined in
style.css file.
This popup is defined in localization
xml files,
create-title field of popup
xml element is used for popup's title (
Insert fieldset).
We defined
Custom Context Menu item for editing
Fieldset properties.
After this item clicked our new popup opens with another title:
edit-title field of popup
xml element (
Edit fieldset).
How to create
Custom Context Menu see
Custom Context Menu definition and
For JavaScript Developers pages.
How to create
custom button see
Custom Buttons page.
How to manage
custom popup see
Custom Popup Window support page.
See
Fieldset element inserting/editing working example in downloaded
Suite
(files
cs_Custom_Fieldset_popup.aspx, vb_Custom_Fieldset_popup.aspx, __cs_fieldset.aspx, __vb_fieldset.aspx).