some changes to dtd and added otherwise implemented "readonly" attribute to inputWidget

This commit is contained in:
Ralf Becker
2014-03-07 09:08:47 +00:00
parent 7ad4ebfdea
commit 83b20c2019
2 changed files with 14 additions and 8 deletions

View File

@ -57,6 +57,12 @@ var et2_inputWidget = et2_valueWidget.extend([et2_IInput,et2_ISubmitListener],
"type": "integer",
"default": et2_no_init,
"description": "Specifies the tab order of a widget when the 'tab' button is used for navigating."
},
readonly: {
name: "readonly",
type: "boolean",
"default": false,
description: "Does NOT allow user to enter data, just displays existing data"
}
},