Wijmo UI for the Web
close Method
The jquery event object.
A value indicating whehter to skip animation.
Closes drop-down list.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijcombobox();
var value; // Type: any

// Parameters
var event; // Type:  undefined
var skipAnimation; // Type:  undefined

value = instance.close(event, skipAnimation);
Javascript (Specification) 
function close( 
   event : undefined,
   skipAnimation : undefined
) : any;

Parameters

event
The jquery event object.
skipAnimation
A value indicating whehter to skip animation.
Browser Compatibility
7
5
5

See Also

Reference

wijcombobox type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.