Methods
-
edAddTag()
-
Back-compat Define all former global functions so plugins that hack quicktags.js directly don't cause fatal errors.
- Source:
-
edButton()
-
Adds a button to all instances of the editor Added for back compatibility, use QTags.addButton() as it gives more flexibility like type of button, button placement, etc.
- Source:
- See:
-
- QTags.addButton()
-
edInsertContent()
-
Inserts content at the caret in the active editor (textarea) Added for back compatibility
- Source:
- See:
-
- QTags.insertContent()
-
quicktags()
-
Initialize new instance of the Quicktags editor
- Source:
Type Definitions
-
click
-
- Source:
-
success
-
When the server returns the schema model data, store the data in a sessionCache so we don't have to retrieve it again for this session. Then, construct the models and collections based on the schema model data.