Translate select box options (including empty selection text) using proper egw object

This commit is contained in:
Nathan Gray
2012-03-05 21:40:44 +00:00
parent 731b8cf460
commit ac01014a14
5 changed files with 20 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
/**
* Class which implements the "image" XET-Tag
*/
var et2_progress = et2_valueWidget.extend(et2_IDetachedDOM,
var et2_progress = et2_valueWidget.extend([et2_IDetachedDOM],
{
attributes: {
"href": {
@@ -104,7 +104,7 @@ var et2_progress = et2_valueWidget.extend(et2_IDetachedDOM,
*/
getDetachedAttributes: function(_attrs) {
_attrs.push("value", "label");
_attrs.push("value", "label", "onclick");
},
getDetachedNodes: function() {