mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:04 +01:00
10 lines
187 B
JSON
10 lines
187 B
JSON
var expression_test_data = {
|
|
"test": {
|
|
"display_text": "true",
|
|
"textbox": "And this is the inner textbox."
|
|
},
|
|
"display_text": "false",
|
|
"textbox": "This is the outer textbox."
|
|
};
|
|
|