Welcome to ESRI Blogs

Browse by Tags

All Tags » dijits » JavaScript

Using JavaScript to populate a ComboBox with unique values

In this post we'll answer a question that comes up frequently in the ArcGIS API for JavaScript section of the ESRI Discussion Forum, "How do I populate a ComboBox with unique values"? Create a ComboBox First let's look at how to build a ComboBox, in this
Posted by sterlingdq | 12 Comments
Filed under: , ,

ArcGIS API for JavaScript events at the 2009 ESRI User Conference

If you're developing with the ArcGIS API for JavaScript, or you want to get started, there's plenty to learn at the 2009 ESRI International User Conference. Here's what you can look forward to. Special Interest Group Come join fellow JavaScript developers

An easier way to zoom: A Dojo dijit that zooms to states and counties

Dijits (Dojo widgets) have been a semi-regular topic on this blog and those posts helped me get up to speed on how to develop my own dijit for use with the ArcGIS JavaScript API. One requirement that has come up a couple of times when I've worked with
Posted by sterlingdq | 7 Comments
Filed under: , ,

Creating a reusable task-oriented dijit

In a previous blog post, we learned how to create a simple dijit with the ArcGIS JavaScript API that combines a map with a couple of buttons and an image. Today's post will show how to create a sophisticated task-oriented dijit, which we have uploaded
Posted by sterlingdq | 9 Comments
Filed under: , , ,

Using the Dojo BorderContainer to design application layouts

The ArcGIS JavaScript API samples provide a great way to learn how to use specific mapping and analysis functionality available from the API. Unfortunately, when building web applications with this functionality, we sometimes spend more time figuring
Posted by sterlingdq | 2 Comments
Filed under: , ,

Creating a simple map dijit with the ArcGIS JavaScript API

Dojo Widgets or dijits are a great way to build web application UI components that either combine other components or bind data with business logic. Dijits are designed to be easy for users embed within their web applications. In this post we’ll create
Posted by sterlingdq | 5 Comments
Filed under: , ,

Using Dojo dijits with the ArcGIS JavaScript API

A nice thing about the ArcGIS JavaScript API being built on top of the Dojo toolkit is that you can use Dojo widgets, or "dijits", to add prepackaged user interface components to your applications. Dojo has a bunch of existing dijits you can choose from
Posted by sterlingdq | 9 Comments
Filed under: , ,