Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.1.0.BETA1, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3, ACE Components
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Add a new ace:textEntry component with the following features:
- ThemeRoller styling support
- ace:ajax support
- promptLabel attribute (displays inside the inputText when the component doesn't have a value and is not focussed)
- Custom styling for invalid state (red border, etc. if entered value fails validation), and required (seeICE-7868).
- "autoTab" boolean attribute, when true the component will automatically tab to the next component once the "maxLength" number of characters have been entered. Facilitates high-speed data-entry use-cases.
- ThemeRoller styling support
- ace:ajax support
- promptLabel attribute (displays inside the inputText when the component doesn't have a value and is not focussed)
- Custom styling for invalid state (red border, etc. if entered value fails validation), and required (see
- "autoTab" boolean attribute, when true the component will automatically tab to the next component once the "maxLength" number of characters have been entered. Facilitates high-speed data-entry use-cases.
promptLabel attribute implemented. Works like placeholder attribute in HTML5. Styling of input field mostly by existing style classes in theme.css (like MaskedEntry), with addition of ui-prompt-label. See video at http://screencast.com/t/0X20AlqNE3.