egroupware/api/js/etemplate/test/et2_test_input_validator.json
2016-03-19 13:48:07 +00:00

14 lines
156 B
JSON

var validation_data = {
"content": {
"textbox": "Always"
},
"sel_options": {
"select": {
one: "One",
two: "Two",
three: "Three"
}
},
};