Select to view content in your preferred language

Editor Widget and ExtJS

717
1
10-26-2010 10:20 AM
JasonMielke
Occasional Contributor
Anyone out there been able to get the Editor Widget (esri.dijit.editing.Editor) working with ExtJS in an ASP web app? 

I've been able to successfully use the Editor Widget (with our own internal ArcGIS Server resources) within a flat html file using just dojo. 

Also, I can get the TemplatePicker (esri.dijit.editing.TemplatePicker) working just fine wrapped in the ExtJS framework.

My approach has been to place the template picker in an Ext.Panel and the editorWidget in an Ext.Panel and then add both panels as items to a MasterEditor Ext.Panel (the templatePicker renders on the page fine, but not the toolbar).

Thanks in advance for any help and code snippets you are able to provide.

Jason
0 Kudos
1 Reply
JasonMielke
Occasional Contributor
I neglected to mention I'm using ArcGIS JS API Library version 2.1 and ExtJS version 3.2.1.
0 Kudos