Javascript (Usage) | |
---|---|
$(function () { var options; // Type: wijmo.dropdown.wijdropdown.options $(".selector").wijdropdown(options); }); |
Javascript (Specification) | |
---|---|
|
Name | Description | |
---|---|---|
![]() | ensureDropDownOnBody | Default value: false A value indicating the dropdown element will be append to the body or dropdown container. |
![]() | hidingAnimation | A value that specifies the animation options such as the animation effect and duration for the drop-down list when it is hidden. |
![]() | showingAnimation | A value that specifies the animation options for a drop-down list when it is visible. |
![]() | zIndex | Default value: 1000 A value indicates the z-index of wijdropdown. |
Name | Description | |
---|---|---|
![]() | destroy | Remove the functionality completely. This will return the element back to its pre-init state. |
![]() | refresh | Use the refresh method to set the drop-down element's style. |
![]() | widget | Returns a jQuery object containing the original element or other relevant generated element. |