check form inputs

{ view:“datepicker”, name:“sD”, stringResult:true, format:"%Y%n%d"},

{ view:“datepicker”, name:“eD”, stringResult:true, format:"%Y%n%d" },

{ view:“search”, id:“searchValue”, name: “form”, },

i would like to check before lauching ajax request if all inputs are filling and if not, underline in red empty inputs

You can use the “isNotEmpty” rule and validate() method:

http://docs.webix.com/desktop__data_validation.html#predefinedrules