Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijexpander.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)allowExpand

Default value: true

Determines if the widget can be collapsed or expanded through user interaction.Set this option to false to disable collapsing and expanding in the widget.

 
public Fieldstatic (Shared in Visual Basic)animated

Default value: 'slide'

Determines the animation easing effect; set this option to false in order to disable animation. Note that custom easing effects require the UI Effects Core. Additional options that are available for the animation function include: expand - value of true indicates that content element must be expanded. horizontal - value of true indicates that expander is horizontally orientated (when expandDirection is left or right). content - jQuery object that contains content element to be expanded or collapsed.

 
public Fieldstatic (Shared in Visual Basic)contentUrl

Default value: ""

Determines the URL to the external content. For example, http://componentone.com/ for the ComponentOne Web site.

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)expandDirection

Default value: 'bottom'

Determines the content expand direction. Available values are top, right, bottom, and left.

 
public Fieldstatic (Shared in Visual Basic)expanded

Default value: true

Determines the visibility state of the content panel. If true, the content element is visible.

 
Top
Events
 NameDescription
public EventafterCollapseOccurs after the content area collapses.  
public EventafterExpandOccurs after the content area expands.  
public EventbeforeCollapseOccurs before the content area collapses. Return false or call event.preventDefault() in order to cancel event and prevent the content area from collapsing.  
public EventbeforeExpandOccurs before the content area expands. Return false or call event.preventDefault() in order to cancel event and prevent the content area from expanding.  
Top
See Also

Reference

jQuery.wijmo.wijexpander Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.