Bebop Widget

Hinzugefügt:

Ausgabe von Class Attributen

git-svn-id: https://svn.libreccm.org/ccm/trunk@2475 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2013-12-10 14:07:00 +00:00
parent c3e91230ad
commit 9674328a05
1 changed files with 1 additions and 0 deletions

View File

@ -526,6 +526,7 @@ public abstract class Widget extends BlockStylable implements Cloneable,
widget.addAttribute("type", getType());
widget.addAttribute("name", getName());
widget.addAttribute("class", getName().replace(".", " "));
if (m_label != null) {
widget.addAttribute("label",
(String) m_label.localize(state.getRequest()));