TabbedPane

HInzugefügt: Ausgabe eines eindeutigen Keys für die Tabs

git-svn-id: https://svn.libreccm.org/ccm/trunk@2166 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2013-06-03 10:41:02 +00:00
parent 5a81ed300f
commit a8cc9548a1
1 changed files with 1 additions and 0 deletions

View File

@ -411,6 +411,7 @@ public class TabbedPane extends SimpleContainer {
//TODO cat.error("cannot get stateAsURL from "+data);
}
}
tab.addAttribute("key", ((Label) pane.getLabel()).getGlobalizedMessage().getKey());
pane.getLabel().generateXML(data, tab);
}
data.clearControlEvent();