It's not what I'm looking for, this is just a Javascript command reference for simple commands in the editor.
I'm more interested in customization issues like these with regards to the API:
- How to replace a dialog window with a custom function then access selected elements in the editor. For instance, if we wanted to create a form manager that interacts with special settings for a CMS, we might want to set the properties of the form in the dialog window dynamically, or replace the form dialog window with our own function without losing access to the selected form on the page.
- How to expand the table functions with accessibility features such as column scope, captions, summaries, headers and footers, etc.
- How to expand link dialogs to help with popup windows, or automatic page selection from a CMS or file repository
- How to expand the table editor with automatic table styling, table templates, and so on.
Also another question, is there a way to set non-editable code within the ASP version of the editor?
I notice the tabledropdown command produces a Javascript error in IE6 on the API page, after which other functions also produce errors. Is this a known bug?
Sorry to ask so many questions, a trial download would make this easier.