Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
Description
Currently the ICEfaces tab set component is unable to render out multiple lines of tabs. I believe this is mainly due to the markup which is rendered for this component. Ideally the tab set would render more multi-line friendly markup. For instance, our .NET counterparts here use their own third party component library... for that libraries tab set component the tab bar is represented
roughly as follows:
<div>
<ul>
<li>
<!-- tab content -->
</li>
<li>
<!-- tab content -->
</li>
</ul>
</div>
By using markup like this it becomes much easier to make the tabs wrap to the next line with CSS.
roughly as follows:
<div>
<ul>
<li>
<!-- tab content -->
</li>
<li>
<!-- tab content -->
</li>
</ul>
</div>
By using markup like this it becomes much easier to make the tabs wrap to the next line with CSS.
Issue Links
- is duplicated by
-
ICE-4005 panelTabset should wrap if tabs don't fit
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Tyler Johnson
created issue -
Tyler Johnson
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | screenshot-1.jpg [ 11335 ] |
Ken Fyten
made changes -
Fix Version/s | 2.0 [ 10032 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee Priority | P2 | |
Assignee | Arturo Zambrano [ artzambrano ] |
Ken Fyten
made changes -
Summary | Enhance tabSet rendering | Support multiple lines of tabs in panelTabSet |
Salesforce Case | [] | |
Assignee Priority | P2 | |
Assignee | Arturo Zambrano [ artzambrano ] |
Arran Mccullough
made changes -
Salesforce Case | [5007000000AoXxb] |
Ken Fyten
made changes -
Fix Version/s | 2.0-Beta [ 10231 ] | |
Fix Version/s | 2.0-Alpha3 [ 10032 ] | |
Assignee | Yip Ng [ yip.ng ] |
Ken Fyten
made changes -
Assignee | Yip Ng [ yip.ng ] | Adnan Durrani [ adnan.durrani ] |
Adnan Durrani
made changes -
Assignee | Adnan Durrani [ adnan.durrani ] | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Fix Version/s | 2.0-Beta2 [ 10242 ] | |
Fix Version/s | 2.0-Beta1 [ 10231 ] |
Ken Fyten
made changes -
Component/s | ACE-Components [ 10050 ] | |
Component/s | Components [ 10012 ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 2.0.0 [ 10230 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |