Hi,

I generate a tab navigation panel and use a name abbreviation for the tab label:


ITab tab = (new AbstractTab(new Model<String>(nameAbbreviation)) {
                private static final long serialVersionUID = 1L;

                @Override
                public Panel getPanel(String id) {
                    // Do something
                }
            });
            
tabs.add(tab);

this.add(new TabbedPanel("tabNavigationPanel", tabs));


Is it possible to add the tabs a title-Attribute which contains the full name 
of the tab. The html then would something like the following:

...
<li title="This is the full label of the tab">This is an abbreviation</li>
...


Thanks for your help...
________________________________________________________________
Neu: WEB.DE Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://produkte.web.de/go/02/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to