Select to view content in your preferred language

QueryBuilder Task example (custom QueryBuilder task)

2739
0
02-27-2013 02:20 AM
saurabhjaiswal
New Contributor
I'm looking in customize the ESRI's QueryBuilder task. After some work on this goal, i found a problem i'm not able to solve.

The custom QueryBuilder task comes with some javascript files (QueryBuilderTask.js ) in which the first line is
Type.registerNamespace('ESRI.ADF.Samples');

By using these example in a esri's standard web application, there seems to have some missing statements: the QueryBuilder task tools can't work, with a javascript error "Type is not defined" and also the javascript calls to ESRI.ADF.Samples generate the error "ESRI.ADF.Samples is undefined"...

please help............
0 Kudos
0 Replies