egroupware/etemplate/js/test/et2_test_expressions.json
Andreas Stöckel 41787c36f3 - Reading readonly properties
- Added system for readonlys: Readonly is passed in constructor as third parameter. If a widget class is registerd with "[type]_ro" (see et2_textbox for example) this one is created
- Added new 'valueWidget' base class which introduces the 'value' attribute and implements auto loading from the content array
- Implemented readonly attribute for buttons and textboxes
2011-08-16 12:31:18 +00:00

15 lines
248 B
JSON

var expression_test_data = {
"content": {
"test": {
"display_text": "true",
"textbox": "And this is the inner textbox."
},
"display_text": "false",
"textbox": "This is the outer textbox."
},
"readonlys": {
"__ALL__": true
}
};