var searchData = [
{type:"settings", position:"label-left", inputWidth:90, labelAlign:"right"},
{type:"label",
list:[
{type:"input", name:"sCustPartNum", label:"code:", labelWidth:60}, {type:"newcolumn"},//wmo modify
{type:"calendar", name:"sEntDateFrom", label:"date:", labelWidth:60, dateFormat:"%m/%d/%Y", readonly: true}, {type:"newcolumn"},
{type:"calendar", name:"sEntDateTo", label:"to", labelWidth:20, dateFormat:"%m/%d/%Y", readonly: true}, {type:"newcolumn"},//wmo begin
{type:"button", value:"search", name:"search" ,position:"absolute",inputLeft:50}//wmo end
]}
];
As the topic ,I got a form like the above,I want to select the value of item (‘sCustPartNum’ ) with mouse ,failed.It may be a very strange request,or anything i don’t know.