egroupware/etemplate/js/test/et2_test_expressions.json

15 lines
248 B
JSON
Raw Normal View History

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
}
};