mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +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"
|
|
}
|
|
},
|
|
};
|
|
|