can't select an item value with mouse

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.

Hi

please provide completed demo including all corresponding js/css files

[code]

[/code] these are all that i had referenced in my main page.it works very well in main page,but doesn't in dhtmlXWindows,

how to create completed demo docs.dhtmlx.com/doku.php?id=othe … leted_demo
more info viewtopic.php?f=17&t=25321