$(function () { var options; // Type: wijmo.expander.wijexpander.options $(".selector").wijexpander(options); });
function wijexpander;
$(function () { var options; // Type: wijmo.expander.wijexpander.options $(".selector").wijexpander(options); });
function wijexpander;
Object
wijmo.expander.wijexpander
Name | Description | |
---|---|---|
wijexpander Constructor |
Name | Description | |
---|---|---|
collapse | Collapses the content panel. | |
destroy | Removes the wijexpander functionality completely. This returns the element to its pre-init state. | |
expand | Expands the content panel. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |