All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sections.layout.iframe.xhtml Maven / Gradle / Ivy

There is a newer version: 1.1.0.6-jre15
Show newest version


    
        
            
        
        
            Example of layout with iframe. You can use an iframe as layout pane without to worry about
            resizing issues, etc. To use an iframe as layout pane, simple put the iframe as direct child of the layout pane.
            

Note: If you use an iframe, it is recommended to set maskContents="true" to overcome resizing issues with iframes. If you use objects like applets, Google maps, etc. inside layout panes, it is recommended to set maskObjects="true". Also consider the option maskPanesEarly="true" on pe:layout if you are dealing with iframes or objects like applets, Google maps, etc. inside layout panes (see documentation). Please also see the styles for the class .ui-layout-mask in this example. This is the style class the iframe is masked with. ${showcase:getFileContent('/sections/layout/example-iframe.xhtml')}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy