Details
Description
The jsf and jsp tabset tags have very different apis, yet it's intended that they share common CSS and a common HTML structure, which is problematic. We need to review the apis to see if any further commonality can be brought to these components.
jsf api
********
autoWidth
binding
currentId
defaultId
fixedHeight
id
immediate
orientation
parentFooter
parentHeader
rendered
singleSubmit
style
jsp api
***********
id
styleClass
style
selectedTab
Issue Links
- depends on
-
MOBI-640 rework tabset component to use core rendering strategy
- Resolved
Activity
Migration
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32105 | Mon Nov 12 06:50:55 MST 2012 | philip.breau | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/resources/themes/bberry/1_tabset_ext.css
|
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Migration
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] |
Migration
made changes -
Assignee | Steve Maryka [ steve.maryka ] | User Philip.breau [ philip.breau ] |
Migration
made changes -
Issue Type | Bug [ 1 ] | Task [ 3 ] |
Philip Breau
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] |
Judy Guglielmin
made changes -
Assignee | User Philip.breau [ philip.breau ] | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.3 Beta [ 10373 ] | |
Resolution | Fixed [ 1 ] |
recommend that the tabs get rendered dependent on attribute orientation. currently jsf component is supporting this feature using css (rather than rendering tabs accordion to where they would be expected). Wonder if this doesn't affect the flow somehow and might get better performance and less problems once they are rendered accordion to this attribute. Will also translate better when implementing this in JSP and bringing this feature to JSP (using core rendering strategy).