Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Williams
-
Fix Version/s: 1.1 Beta
-
Component/s: None
-
Labels:None
-
Environment:icemobile
Description
requirement to allow singleSubmit and mobi:ajax support upon input in text field of date spinner (without using the date widget component to select a date).
First implementation does not require any client side validation for pattern at this point. That will have to be determined by user group.
For now, allow server-side to do validation.
Basically place onblur with a new event on the input field part of the component. If the widget is open, don't allow any submits (shouldn't be a possibility as the background is greyed out and unavailable, but to ensure, just specify that if it's open don't allow the input field to do anything. (force use of widget if it's open).
Then just refactor so that the common submit functionality is used whether the widget or input field is responsible for submission.
First implementation does not require any client side validation for pattern at this point. That will have to be determined by user group.
For now, allow server-side to do validation.
Basically place onblur with a new event on the input field part of the component. If the widget is open, don't allow any submits (shouldn't be a possibility as the background is greyed out and unavailable, but to ensure, just specify that if it's open don't allow the input field to do anything. (force use of widget if it's open).
Then just refactor so that the common submit functionality is used whether the widget or input field is responsible for submission.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion