OverviewSince 4.0 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 StartedTo 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
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 ListenersNone. Client Behavior EventsNone. JavaScript APINone. Keyboard SupportNone. Known IssuesNone. Additional ResourcesSample ApplicationsThis component appears in the following ICEfaces sample applications: TutorialsThis component appears in the following ICEfaces tutorials: None |
Thumbnail
© Copyright 2021 ICEsoft Technologies Canada Corp.