Javascript (Usage) | |
---|---|
$(function () { var options; // Type: jQuery.wijmo.wijlistview.options // Create a new wijlistview widget $(".selector").wijlistview(options); // Get a previously created wijlistview widget instance var widgetInstance; // Type: jQuery.wijmo.wijlistview widgetInstance = $(".selector").data("wijmo-wijlistview"); }); |
Javascript (Specification) | |
---|---|
|
Name | Description | |
---|---|---|
![]() | autodividers | |
![]() | countTheme | |
![]() | create | |
![]() | disabled | |
![]() | dividerTheme | |
![]() | filter | |
![]() | filterPlaceholder | |
![]() | filterTheme | |
![]() | headerTheme | |
![]() | initSelector | |
![]() | inset | |
![]() | splitIcon | |
![]() | splitTheme | |
![]() | theme |
Name | Description | |
---|---|---|
![]() | childPages | |
![]() | destroy | |
![]() | disable | |
![]() | enable | |
![]() | enhance | |
![]() | enhanceWithin | |
![]() | option | |
![]() | raise | |
![]() | refresh | |
![]() | widget |