|
POST
|
Glad to help. Please click the check mark in the post that best answered your question and the up arrows on the posts that were helpful. This will help others who may be searching about this topic.
... View more
02-26-2014
07:14 AM
|
0
|
0
|
2585
|
|
POST
|
You have a typo "esri/map", "esri/layers/FeatureLayer", "esri/dijit/Legend", "esri/digit/Scalebar","esri/dijit/HomeButton", "dojo/_base/array", "dojo/parser", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dijit/layout/AccordionContainer", "dojo/domReady!" That should be "esri/dijit/Scalebar"
... View more
02-26-2014
06:14 AM
|
0
|
0
|
2585
|
|
POST
|
It might be easier for us to provide help if you post the image of your dialog box and a better explanation of your workflow.
... View more
02-26-2014
05:14 AM
|
0
|
0
|
2760
|
|
POST
|
You can see the code for the applications by using Ctrl-U (View source). I also have a Fiddle that I created to work out some issues with the code. The Fiddle doesn't format the tabs correctly, but most everything else works properly.
... View more
02-24-2014
05:35 AM
|
0
|
0
|
1752
|
|
POST
|
Martin, you should mark your own post as the answer to help others who might have this same question.
... View more
02-24-2014
05:19 AM
|
0
|
0
|
2553
|
|
POST
|
Hi Jay, I have an application that uses grids in a Tab Container to hold the results of an IdentifyTask. The results for each visible layer are put into a separate grid on its own tab. You can see it in action here. Another example is Tracy Schloss's excellent Missouri Legislative Analysis page
... View more
02-24-2014
05:03 AM
|
0
|
0
|
1752
|
|
POST
|
Glad to hear you found a solution. You should mark your post as the answer.
... View more
02-19-2014
10:59 AM
|
0
|
0
|
2242
|
|
POST
|
I don't think you have that option on this service. It was created in 9.3.1 (click on the Home link to see this) and it looks like the Legend resource capability was only added in 10.0, SP 1. Take a look at the What's New page for the Rest API
... View more
02-19-2014
10:35 AM
|
0
|
0
|
2242
|
|
POST
|
And here's a version that put a button in the dGrid to zoom.
... View more
02-18-2014
10:40 AM
|
0
|
0
|
2408
|
|
POST
|
I'm still trying to see how to make it work with a Button, but I have gotten it working with an image. I took the dgrid sample and put a image in the ID field. You can see it here. Click on the Zoom image to make it highlight the selected state.
... View more
02-18-2014
09:24 AM
|
0
|
0
|
2408
|
|
POST
|
There was a talk at last year's Developer Summit (Working with Application Frameworks and ArcGIS API for JavaScript) that compared Angular, Backbone, and Knockout. The slideshow and video of the talk are both viewable. The authors built the same application using the different frameworks, which are available here.
... View more
02-18-2014
07:45 AM
|
0
|
0
|
1307
|
|
POST
|
Take a look at this post in GIS.StackExchange. Instead of using the formatter, it uses renderCell to put a button in a cell.
... View more
02-18-2014
07:29 AM
|
0
|
0
|
2408
|
|
POST
|
What this means is the arguments in the "function" part must be in the same order as the modules are listed in the require part. Take a look at the order in my post versus what's in your Fiddle. You don't necessarily need an argument for each module, but the modules the don't have an argument ("dijit/layout/BorderContainer", "dijit/layout/ContentPane") must be listed after the modules that have an argument.
... View more
02-13-2014
06:12 AM
|
0
|
0
|
1468
|
|
POST
|
This may not be the cause of your issue, but your aliases do not match the modules in the require statement.
require([
"dojo/ready", "dgrid/OnDemandGrid", "dgrid/Selection", "dojo/store/Memory", "dojo/_base/array",
"dojo/dom-style", "dijit/registry", "esri/map", "esri/layers/FeatureLayer", "esri/symbols/SimpleMarkerSymbol",
"esri/tasks/QueryTask", "esri/tasks/query", "dojo/_base/declare", "dojo/number", "dojo/date/locale", "dojo/on",
"dojo/parser", "esri/dijit/HomeButton", "esri/dijit/BasemapToggle", "esri/InfoTemplate", "esri/layers/ArcGISDynamicMapServiceLayer",
"dijit/layout/BorderContainer", "dijit/layout/ContentPane"
], function(
ready, Grid, Selection, Memory, array,
domStyle, registry, Map, FeatureLayer, SimpleMarkerSymbol,
QueryTask, Query, declare, dojoNum, locale, on,
parser, HomeButton, BasemapToggle, InfoTemplate, ArcGISDynamicMapServiceLayer
)
... View more
02-13-2014
05:32 AM
|
0
|
0
|
1468
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | a week ago | |
| 1 | 02-04-2025 06:39 AM | |
| 1 | 05-01-2026 08:26 AM | |
| 1 | 04-10-2026 12:01 PM | |
| 1 | 04-13-2026 09:11 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|