| |||||||
| FRAMES NO FRAMES | |||||||
<%@ taglib prefix="hx" uri="http://myfaces.apache.org/html5/html" %>
<anyxmlelement xmlns:hx="http://myfaces.apache.org/html5/html" />
HTML5 Html component library for MyFaces.
| Tag Library Information | |
| Display Name | HTML5 Html Comp Lib. |
| Version | 1.1.7 |
| Short Name | hx |
| URI | http://myfaces.apache.org/html5/html |
| Tag Summary | |
| dataList | Suggestions provider component for input components. |
| inputColor | Convenience component that targets HTML5 color input.
Expects value to be set as defined in valid simple color definition. A simple valid color is basically hex representation of the colors, likewise used in CSS. e.g: #FFAABB, #12ab3C. Extends the functionality of < h:inputText >. |
| inputDateTime | Convenience component for Html5 date like inputs. Minimum and maximum date selectable is determined by using attached fx:validateDateTimeRange if any. Else, minimum and maximum are not rendered. |
| inputEmail | Convenience component that targets HTML5 email input. |
| inputNumberSlider | Convenience component for Html5 input range. Minimum and maximum values for the component is rendered based on f:validateDoubleRange or f:validateLongRange if attached. If they are not attached, a default value of 0 is used for minimum and 100 is used for maximum. |
| inputNumberSpinner | Convenience component for Html5 number input. Just like hx:inputNumberSlider, minimum and maximum values for the component is rendered based on f:validateDoubleRange or f:validateLongRange if attached. If they are not attached, a default value of 0 is used for minimum and 100 is used for maximum. |
| inputText | Extends standard inputText by new HTML5 capabilities. |
| audio | Component that represents HTML5 audio element. |
| video | Component that represents HTML5 video element. |
| meter | Convenience tag for the new Html5 meter element. |
| progress | Convenience component for Html5 progress element. |
| slide | Provides a slide in the slide view. Page authors should nest hx:slide components inside hx:slideView. |
| slideView | Provides a presentation-like slide view. Page authors should nest hx:slide components inside. |
| div | Component that supports new functionality like Html5 DnD. The reason of having this component is, providing a way to use new functionality in old components. For example, to make a h:column of a h:dataTable draggable, the user can put a hx:div inside the h:column wrapping the column content; then putting a fx:dragSource in it. |
| |||||||
| FRAMES NO FRAMES | |||||||