Editing with iPhone

693
2
08-23-2010 09:02 AM
MeganWinnenberg
New Contributor II
Is it possible to edit using the compact build of the Javascript API?
0 Kudos
2 Replies
KellyHutchins
Esri Frequent Contributor
Yes you can build editing applications using the compact build. Some of the modules you need are not included but you can load them using dojo.require. For example to work with feature layers you would need to add the following:

dojo.require("esri.layers.FeatureLayer");
0 Kudos
MeganWinnenberg
New Contributor II
Cool. Thanks.
0 Kudos