Wijmo UI for the Web
textPosition Field

Default value: 'overlay'

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

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

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.