mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:19 +01:00
14 lines
156 B
JSON
14 lines
156 B
JSON
|
var validation_data = {
|
||
|
"content": {
|
||
|
"textbox": "Always"
|
||
|
},
|
||
|
"sel_options": {
|
||
|
"select": {
|
||
|
one: "One",
|
||
|
two: "Two",
|
||
|
three: "Three"
|
||
|
}
|
||
|
},
|
||
|
};
|
||
|
|