Overview
Since 4.0
LargeView will include and render the child components when the client is a desktop or tablet view. It is usually used in conjunction with SmallView.
Getting Started
To use the LargeView component, simply nest any arbitrary content to the mobi:largeView tag, which you want to be displayed on desktop computers.
<mobi:smallView>
<h:outputText value="This small text will only appear on mobile devices with small screens such as smartphones." />
</mobi:smallView>
<mobi:largeView>
<h:outputText value="This large text will only appear on devices with larger screens such as tablets and desktop or laptop computers"
style="font-size:xx-large;font-weight:bold;"/>
</mobi:largeView>
Attributes
None.
Event Listeners
None.
Client Behavior Events
None.
JavaScript API
None.
Keyboard Support
None.
Known Issues
None.
Additional Resources
Sample Applications
This component appears in the following ICEfaces sample applications:
Tutorials
This component appears in the following ICEfaces tutorials:
None