Wijmo UI for the Web
fullScreenContainerSelector Option

Default value: ""

Set to the selector that returns the container to fill when the user selects full screen mode.By default, it fills the client's area on the web page.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijeditor("option", "fullScreenContainerSelector");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijeditor("option", "fullScreenContainerSelector", newValue);
        
});
Javascript (Specification) 
var fullScreenContainerSelector : string;
Remarks
Once set , you can refer to this string in the ID attribute of the container, for example < div id = "container" > < / div >.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijeditor jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.