Wijmo UI for the Web
ctrlButtons Field

Default value: ""

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

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijlightbox.options.ctrlButtons;
Javascript (Specification) 
var ctrlButtons : string;
Example
$("#id").wijlightbox({
     ctrlButtons: 'play|stop'
 });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.