Ticket #657 (closed enhancement: fixed)
allows tabs to wrap
| Reported by: | EricShulman | Owned by: | EricShulman |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.6 |
| Component: | core | Version: | |
| Severity: | low | Keywords: | |
| Cc: |
Description (last modified by EricShulman) (diff)
Add a "hidden wordbreak" space element between tabs to allow them to wrap onto multiple lines if needed.
config.macros.tabs.handler = function(place,macroName,params)
{
...
var tab = createTiddlyButton(tabset,label,prompt,this.onClickTab,"tab tabUnselected");
createTiddlyElement(tab,"span",null,null," ",{style:"font-size:0pt;line-height:0px"}); // hidden word-break
...
};
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

