I am using combo-box in ArcGIS Java script API (ver.2.8). When I update the version to 3.1 it gives an error "TypeError: _2d.store.query is not a function"
Can anybody tell me that "Combo-box" effect is removed in 3.1 version ??
I am trying to make similar type example (Click here)
Any help will be great...
1 Answer 1
The newer Javascript api uses the newer versions of ItemFileReadStore and ItemFileWriteStore, which has been re-organized under dojo.data, instead of dojo.store. Check that you're referencing dojo.data.ItemFileReadStore and dojo.data.ItemFileWriteStore to store your results, and replace any references to dojo.store.ItemFileReadStore and dojo.store.ItemFileWriteStore.
-
thanks for your reply..it works now for version 3.1 : ) thanksSunil– Sunil2012年11月20日 10:07:15 +00:00Commented Nov 20, 2012 at 10:07
Explore related questions
See similar questions with these tags.