Arcgis Editor module wont enable in offline mode

1835
0
12-21-2015 01:19 PM
tylerjones1
New Contributor

I am trying to create my Editor while offlilne but there is no luck. Whenever i call startup everything seems to work correctly, but when I toggle my editor, it just says "Feature creation is disabled for all layers".

Here is my init:

    require(['esri/dijit/editing/Editor'], lang.hitch(this, function (Editor) {

                    this.editor = new Editor({

                        settings: ops

                    }, con);

                    this.editor.startup();

                    this.editor._updateFeature = lang.hitch(this, updateFeature);

                })); 

0 Kudos
0 Replies