Wijmo UI for the Web
dialogButtons Field

Default value: 'close'

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

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

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.