$(function () { var options; // Type: wijmo.editor.wijeditor.options $(".selector").wijeditor(options); });
function wijeditor;
$(function () { var options; // Type: wijmo.editor.wijeditor.options $(".selector").wijeditor(options); });
function wijeditor;
Object
wijmo.editor.wijeditor
Name | Description | |
---|---|---|
wijeditor Constructor |
Name | Description | |
---|---|---|
destroy | Remove the functionality completely. This will return the element back to its pre-init state. | |
getText | Gets the text displayed in the editor. | |
refresh | Adjust the editor layout. | |
setText | Sets the text to display in the editor. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |