forked from extern/egroupware
41787c36f3
- 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
15 lines
248 B
JSON
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
|
|
}
|
|
};
|
|
|