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