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.
Issue Links
Activity
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 3.1 [ 10312 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Description |
Add a new ace:inputText 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). |
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). |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee Priority | P1 | |
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). |
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 (see |
Assignee | yip.ng [ yip.ng ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
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 (see |
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 (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. |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28899 | Tue May 01 10:09:47 MDT 2012 | yip.ng | |
Files Changed | ||||
ADD
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryMeta.java
ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryRenderer.java ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/textentry/textentry.js ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/themes/sam/theme.css ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntry.java ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/textentry MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/themes/rime/theme.css |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28915 | Wed May 02 16:19:35 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryMeta.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/textentry/textentry.js |
yip.ng
made changes -
Attachment | screenshot-1.png [ 14367 ] |
yip.ng
made changes -
Attachment | screenshot-2.png [ 14391 ] |
yip.ng
made changes -
Attachment | screenshot-3.png [ 14392 ] |
Ken Fyten
made changes -
Fix Version/s | 3.1.0.BETA1 [ 10335 ] |
yip.ng
made changes -
Attachment | screenshot-4.png [ 14393 ] |
yip.ng
made changes -
Attachment | screenshot-5.png [ 14394 ] |
yip.ng
made changes -
Attachment | screenshot-6.png [ 14405 ] |
yip.ng
made changes -
Attachment | screenshot-7.png [ 14406 ] |
yip.ng
made changes -
Attachment | screenshot-8.png [ 14407 ] |
yip.ng
made changes -
Attachment | screenshot-9.png [ 14408 ] |
yip.ng
made changes -
Attachment | screenshot-10.png [ 14409 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29001 | Thu May 10 17:36:45 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryMeta.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/textentry/textentry.js MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/themes/sam/theme.css MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/themes/rime/theme.css |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29011 | Fri May 11 14:06:05 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/build.xml
|
yip.ng
made changes -
Attachment | screenshot-11.png [ 14411 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29035 | Mon May 14 17:22:29 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryRenderer.java
MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/textentry/textentry.js MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/themes/sam/theme.css MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/themes/rime/theme.css MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/util/util.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29036 | Tue May 15 10:26:12 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/override_styles.css
MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/textEntry/textEntry.xhtml |
yip.ng
made changes -
Attachment | screenshot-12.png [ 14416 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29070 | Wed May 16 14:03:43 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryRenderer.java
MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/themes/sam/theme.css MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/textEntry/textEntry.xhtml MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/themes/rime/theme.css MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/textEntry/TextEntryBean.java |
yip.ng
made changes -
Attachment | screenshot-13.png [ 14429 ] |
yip.ng
made changes -
Attachment | screenshot-14.png [ 14439 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29112 | Thu May 17 17:07:28 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/textEntry/textEntry.xhtml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29138 | Fri May 18 18:12:58 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryRenderer.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/maskedentry/MaskedEntryMeta.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/InputRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/maskedentry/MaskedEntryRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29141 | Tue May 22 11:16:48 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryMeta.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29145 | Tue May 22 12:40:46 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryRenderer.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/InputRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/maskedentry/MaskedEntryRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29188 | Thu May 24 15:22:03 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryMeta.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/textentry/textentry.js MODIFY /icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/meta/baseMeta/HtmlInputTextMeta.java MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/util/util.js |
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29226 | Mon May 28 17:08:39 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/textentry/textentry.js MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/util/util.js |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.