Bebop Widget
Hinzugefügt: Ausgabe von Class Attributen git-svn-id: https://svn.libreccm.org/ccm/trunk@2475 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
c3e91230ad
commit
9674328a05
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue