Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA2
-
Fix Version/s: 3.1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces 3.1
-
Assignee Priority:P2
-
Affects:Sample App./Tutorial
Description
To clearly demonstrate the new features of the ace:dateTimeEntry component, we should alter and create Showcase app. demos for it as follows:
Popup:
- Add use of the popupIcon attribute to show an icon when in popup mode.
Time Entry:
- new demo that shows entering time only, as well as date and time.
Date-Range:
- new demo to show date range entry via max/minDate attributes
Self-Labelling,
Required Indicator,
Required Styling:
- All based on the corresponding ace:textEntry demos, but using ace:dateTimeEntry (popup mode with icon) components.
Popup:
- Add use of the popupIcon attribute to show an icon when in popup mode.
Time Entry:
- new demo that shows entering time only, as well as date and time.
Date-Range:
- new demo to show date range entry via max/minDate attributes
Self-Labelling,
Required Indicator,
Required Styling:
- All based on the corresponding ace:textEntry demos, but using ace:dateTimeEntry (popup mode with icon) components.
Activity
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Description |
To clearly demonstrate the features of the new ace:autoCompleteEntry component, we should create new Showcase app. demos for it as follows: Overview: - Basic autoComplete demo Select Items: - Existing "Overview" demo, sharpened up. Facet: - Existing "Complex" demo with more interesting layout/styling in the list facet Match Criteria: - Allows user to config.: filterMatchMode, caseSensitive settings. Lazy-Loading: - Existing "Lazy Example" sharpened up. Self-Labelling, Required Indicator, Required Styling: - All based on the corresponding ace:textEntry demos, but using ace:autoCompleteEntry components. |
To clearly demonstrate the new features of the ace:dateTimeEntry component, we should alter and create Showcase app. demos for it as follows: Popup: - Add use of the popupIcon attribute to show an icon when in popup mode. Time Entry: - new demo that shows entering time only, as well as date and time. Date-Range: - new demo to show date range entry via max/minDate attributes Self-Labelling, Required Indicator, Required Styling: - All based on the corresponding ace:textEntry demos, but using ace:dateTimeEntry (popup mode with icon) components. |
Ken Fyten
made changes -
Fix Version/s | 3.1.0.RC1 [ 10337 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29908 | Tue Jul 10 13:47:01 MDT 2012 | carlo.guglielmin | |
Files Changed | ||||
ADD
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/date/DateMinMaxBean.java
ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/date/dateminmax.xhtml MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/date/DateEntryBean.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29954 | Thu Jul 12 12:23:59 MDT 2012 | carlo.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/date/datepopup.xhtml
MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/override_styles.css MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/date/DatePopupBean.java |
Carlo Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
r29918 - I've added a new demo for time, range min/max, label position, indicator, and req styling.
Currently popupIcon and time entry have some issues that Yip is looking at.