Large View

You are viewing an old version (v. 9) of this page.
The latest version is v. 10, last edited on Jan 17, 2013 (view differences | )
<< View previous version | view page history | view next version >>

largeView

The largeView component is used to specify markup that should be displayed in larger views, such as tablet and desktop views.

Usage

<mobi:largeView> will include and render the child components when the client is a desktop or tablet view.

<h:body>
    <mobi:largeView>
        <ui:param name="viewSize" value="large" />
        <ui:include src="WEB-INF/includes/view/large.xhtml"/>
    </mobi:largeView>
    <mobi:smallView>
        <ui:param name="viewSize" value="small" />
        <ui:include src="WEB-INF/includes/view/small.xhtml" />
    </mobi:smallView>
</h:body>

Tag Documentation

largeView
smallView

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2017 ICEsoft Technologies Canada Corp.