Thumbnail

You are viewing an old version (v. 2) of this page.
The latest version is v. 4, last edited on Nov 13, 2014 (view differences | )
<< View previous version | view page history | view next version >>

Overview

The mobi:thumbnail components render a thumbnail image for a mobi:camera or mobi:camcorder component after the image or video has been captured.

Getting Started

To use the Thumbnail component, simply place the mobi:thumbnail tag somewhere on the page and reference the desired mobi:camera or mobi:camcorder component by its ID in the for attribute.

<h:form>
	<mobi:camera id="camera" value="#{bean.image}"/>
	<mobi:thumbnail for="camera" id="thumbnail" />
</h:form>

Attributes

TagLib Documentation
This section covers attributes involved in the typical use-cases for this component. For reference, the complete taglib documentation for this component is available here.

The for attribute specifies the id of the mobi:camera or mobi:camcorder component for which this component will display it's thumbnail, after the image or video has been captured.

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:

ICEfaces Showcase

Tutorials

This component appears in the following ICEfaces tutorials:

None

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

© Copyright 2017 ICEsoft Technologies Canada Corp.