Details
-
Type:
New Feature
-
Status: Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Tomcat 6
Description
i would like to have some support for creating colspans in tables: <td colspan="">
my suggestion would be to add it to <ice:panelGroup colspan=""> (where i expected it to be).
the intention is to position error messages below multiple input elements on the same row without loosing the alignment of the form elements (see screenshot example). i think one could find lots of use cases for colspan in tables.
my suggestion would be to add it to <ice:panelGroup colspan=""> (where i expected it to be).
the intention is to position error messages below multiple input elements on the same row without loosing the alignment of the form elements (see screenshot example). i think one could find lots of use cases for colspan in tables.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Adnan Durrani [ adnan.durrani ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Invalid [ 6 ] |
Attachment | example.xhtml [ 11596 ] | |
Attachment | output.xhtml [ 11597 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Adnan Durrani [ adnan.durrani ] |
Resolution | Invalid [ 6 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Assignee | Adnan Durrani [ adnan.durrani ] |
Assignee | Adnan Durrani [ adnan.durrani ] |
Salesforce Case | [5007000000C52K8] |
Salesforce Case | [5007000000C52K8] | [] |
Assignee | Philip.breau [ philip.breau ] |
Assignee | User Philip.breau [ philip.breau ] |
The ice:panelGroup renders "div" element, it can not have colspan attribute. If you want to specify the "colspan" to the ice:dataTable, you can use "colspan" attribute on the ice:column component.