mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 03:54:29 +01:00
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
|
|
}
|
|
};
|
|
|