Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijlightbox.options

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

Default value: false

Determines whether pages are automatically displayed in order.

 
public Fieldstatic (Shared in Visual Basic)autoPlayMovies

Default value: true

Determines whether to turn on the autoplay option in movie player.

 
public Fieldstatic (Shared in Visual Basic)autoSize

Default value: true

A value determines whether to auto-size to keep the original width/height ratio of content.

 
public Fieldstatic (Shared in Visual Basic)clickPause

Default value: false

Determines whether to pause the auto-play when clicking the content.

 
public Fieldstatic (Shared in Visual Basic)closeOnEscape

Default value: true

Determines whether to close the pop-up window when a user presses the ESC key.

 
public Fieldstatic (Shared in Visual Basic)closeOnOuterClick

Default value: true

Determines whether to close the pop-up window when user clicks on the outside of content.

 
public Fieldstatic (Shared in Visual Basic)controlsPosition

Default value: 'inside'

Determines the position of control buttons.

 
public Fieldstatic (Shared in Visual Basic)cookie

Default value: null

Store the latest active index in a cookie. The cookie is then used to determine the initially active index

 
public Fieldstatic (Shared in Visual Basic)counterFormat

Default value: '[i] of [n]'

Determines the text format of counter. '[i]' and '[n]' are built-in parameters represents the current page index and the number of pages.

 
public Fieldstatic (Shared in Visual Basic)counterLimit

Default value: 10

Determines the maximum number of digit buttons in sequence counter type.

 
public Fieldstatic (Shared in Visual Basic)counterType

Default value: 'default'

Determines the type counter style. Possible values are: 'default', 'sequence'

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)ctrlButtons

Default value: ""

Determines the visibility of the control buttons. Possible values are: 'play', 'stop' separated by '|'.

 
public Fieldstatic (Shared in Visual Basic)delay

Default value: 2000

Determines the time span in milliseconds between panels in autoplay mode.

 
public Fieldstatic (Shared in Visual Basic)dialogButtons

Default value: 'close'

Determines the visibility of the dialog buttons. Possible values are: 'close', 'fullSize' separated by '|'.

 
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)flashInstall

Default value: 'player\\\\expressInstall.swf'

Determines the relative path and name of the flash installation guide.

 
public Fieldstatic (Shared in Visual Basic)flashParams

Determines a hash object that contains parameters for a flash object.

 
public Fieldstatic (Shared in Visual Basic)flashVars

Determines a hash object that contains variants for a flash object.

 
public Fieldstatic (Shared in Visual Basic)flashVersion

Default value: '9.0.115'

Version of Flash object.

 
public Fieldstatic (Shared in Visual Basic)flvPlayer

Default value: 'player\\\\player.swf'

Determines the relative path and name of the flash vedio player.

 
public Fieldstatic (Shared in Visual Basic)groupItems

Default value: null

Determines the array of data items.

 
public Fieldstatic (Shared in Visual Basic)height

Default value: 400

Determines the maximum height of the content.

 
public Fieldstatic (Shared in Visual Basic)keyNav

Default value: false

Determines whether to allow keyboard navigation.

 
public Fieldstatic (Shared in Visual Basic)loop

Default value: true

Determines whether start from the first page when reaching the end in autoplay mode.

 
public Fieldstatic (Shared in Visual Basic)modal

Default value: false

Determines whether the window is modal.

 
public Fieldstatic (Shared in Visual Basic)player

Default value: ""

Determines the name of player to host the content. Possible values are: 'inline', 'iframe', 'img', 'swf', 'flv', 'wmp', 'qt', 'wijvideo'

 
public Fieldstatic (Shared in Visual Basic)position

Determines the pop-up position of content window. Please see jquery.ui.position for possible options.

 
public Fieldstatic (Shared in Visual Basic)resizeAnimation

Determines the animation style when resizing.

 
public Fieldstatic (Shared in Visual Basic)rootUrl

Default value: ""

Determines the root url for each item.

 
public Fieldstatic (Shared in Visual Basic)showControlsOnHover

Default value: true

Determines whether to display the control buttons only when hovering the mouse over the content.

 
public Fieldstatic (Shared in Visual Basic)showCounter

Default value: true

Determines whether to display the counter.

 
public Fieldstatic (Shared in Visual Basic)showMovieControls

Default value: true

Determines whether to turn on the movie controls in movie player.

 
public Fieldstatic (Shared in Visual Basic)showNavButtons

Default value: true

Determines whether to display the navigation buttons.

 
public Fieldstatic (Shared in Visual Basic)showTimer

Default value: false

Determines whether to display the time bar.

 
public Fieldstatic (Shared in Visual Basic)slideDirection

Default value: 'horizontal'

Determines the slide direction. Possible values are: 'horizontal', 'vertical'

 
public Fieldstatic (Shared in Visual Basic)textHideOption

Determines the animation style when hidding the text.

 
public Fieldstatic (Shared in Visual Basic)textPosition

Default value: 'overlay'

Determines the position of text description. Possible values are: 'inside', 'outside', 'overlay', 'titleOverlay' and 'none'

 
public Fieldstatic (Shared in Visual Basic)textShowOption

Determines the animation style when showing the text.

 
public Fieldstatic (Shared in Visual Basic)transAnimation

Determines the animation style when switching between pages. Possible values are 'slide', 'fade', 'none'

 
public Fieldstatic (Shared in Visual Basic)width

Default value: 600

Determines the maximum width of the content.

 
public Fieldstatic (Shared in Visual Basic)zIndex

Default value: 1000

Determines the z-index of popup container.

 
Top
Events
 NameDescription
public EventbeforeCloseThe showbeforeClose event handler. A function called before the popped up container is closed.  
public EventbeforeShowThe beforeShow event handler. A function called before a page's content is shown.  
public EventcloseThe close event handler. A function called after the popped up container is closed.  
public EventopenThe open event handler. A function called after the popped up container is opened.  
public EventshowThe show event handler. A function called after a page's content is shown.  
Top
See Also

Reference

jQuery.wijmo.wijlightbox Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.