Wijmo UI for the Web
wijdropdown jQuery Widget
Decorate a standard HTML drop-down element.
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  wijmo.dropdown.wijdropdown.options
     
    $(".selector").wijdropdown(options);
});
Javascript (Specification) 
function wijdropdown() : any;
Browser Compatibility
7
5
5
Options
 NameDescription
public OptionensureDropDownOnBody

Default value: false

A value indicating the dropdown element will be append to the body or dropdown container.

 
public OptionhidingAnimation

A value that specifies the animation options such as the animation effect and duration for the drop-down list when it is hidden.

 
public OptionshowingAnimation

A value that specifies the animation options for a drop-down list when it is visible.

 
public OptionzIndex

Default value: 1000

A value indicates the z-index of wijdropdown.

 
Top
Methods
 NameDescription
public MethoddestroyRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodrefreshUse the refresh method to set the drop-down element's style.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top

See Also

Widgets

Dropdown

Reference

wijdropdown jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.