Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:any
Description
The mobi:commandButton component ues the attribute 'type' to specify the button style type (default, important and attention). This isn't the ideal pratice as the end user can't specify valid html type values (button, submit, img and etc.).
For final we should probably move a new attribute for button style. I'm thinking buttonType would work well enough.
For final we should probably move a new attribute for button style. I'm thinking buttonType would work well enough.
Activity
Patrick Corless
created issue -
Steve Maryka
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Patrick Corless [ patrick.corless ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26514 | Tue Nov 22 13:38:47 MST 2011 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/components/component/src/org/icefaces/component/button/iphone/default-button.css
MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/button/CommandButtonRenderer.java MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/button/ipad/default-button.css |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26525 | Wed Nov 23 11:18:11 MST 2011 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/input-example.xhtml
MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/device/notification-example.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/device/qrcode-example.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/geolocation-example.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/dateSpinner-example.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/button-example.xhtml |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Updated the button renderer for the new buttonType attribute. If no type is specified the component will default to "button".