1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-07 11:31:39 +01:00
egroupware/etemplate/js/test/et2_test_input_validator.json

14 lines
156 B
JSON
Raw Normal View History

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