new TextBox(objectdata)
Class textbox
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
objectdata |
Object |
Properties
|
- Source:
Extends
Methods
add_callback(jquerycbo, objectcbo) → {String}
This string is return core to bind on button click event on editor view
Parameters:
Name | Type | Description |
---|---|---|
jquerycbo |
jQuery | jQuery representation object that is included on targetcontent |
objectcbo |
CBOjbect | CBObject that is stored on the project to later load project or export to other format. |
- Overrides:
- Source:
Returns:
Function string.
- Type
- String
editorView() → {jQuery}
Render object to jQuery object to be included on page
- Overrides:
- Source:
Returns:
- Type
- jQuery