Change attribute name to match what we're used to

This commit is contained in:
Nathan Gray 2013-02-11 08:13:29 +00:00
parent 7855944a3a
commit 834e57f9a7

View File

@ -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": {