forked from extern/egroupware
Change attribute name to match what we're used to
This commit is contained in:
parent
7855944a3a
commit
834e57f9a7
@ -26,9 +26,9 @@ var et2_DOMWidget = et2_widget.extend(et2_IDOMNode, {
|
|||||||
|
|
||||||
attributes: {
|
attributes: {
|
||||||
"disabled": {
|
"disabled": {
|
||||||
"name": "Visible",
|
"name": "Disabled",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Defines whether this widget is visible.",
|
"description": "Defines whether this widget is visible. Not to be confused with an input widget's HTML attribute 'disabled'.",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"width": {
|
"width": {
|
||||||
|
Loading…
Reference in New Issue
Block a user