remove label from readonly radiobutton, as we show label of checked option as value

This commit is contained in:
Ralf Becker 2014-07-01 16:03:31 +00:00
parent 96af6b8dba
commit 4ac94b2c01

View File

@ -200,6 +200,10 @@ var et2_radiobox_ro = et2_valueWidget.extend([et2_IDetachedDOM],
}
},
set_label: function(_label) {
// no label for ro radio, we show label of checked option as content
},
/**
* Code for implementing et2_IDetachedDOM
*