Select to view content in your preferred language

Looking for samples of Toolbars

1285
6
08-21-2013 04:12 AM
JoseSanchez
Frequent Contributor
Hi all

Anyone can recommend a sample of toolbar with buttons and commands?

thanks
0 Kudos
6 Replies
VinayBansal
Frequent Contributor
0 Kudos
BenFousek
Deactivated User
Are you looking for a toolbar that you can add your own buttons and such to?

If so, dijit/Toolbar is what you are looking for. http://dojotoolkit.org/reference-guide/1.9/dijit/Toolbar.html#dijit-toolbar

Attached are a couple images from an application with tabbed toolbars.  All the buttons and such are added programmatically when the application loads.  A single toolbar works great as the top region of a BorderContainer.

[ATTACH=CONFIG]26868[/ATTACH][ATTACH=CONFIG]26869[/ATTACH]

If this what you are looking for and need code snippets I can post.
0 Kudos
LucasYuim
New Contributor
I like to use the social buttons too in the toolbars of my websites, this site have really good pluggins:

http://www.addthis.com/
0 Kudos
JoseSanchez
Frequent Contributor
I am using the toolbar from this sample: http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jssamples_start.htm#jssa...

what I need is to add some additional buttons such as:
- the identity button or select by point
- select by rectangle
- select by circle
- find address button that opens a popup window
- etc ...

Any samples that might help?
0 Kudos
BenFousek
Deactivated User
Here's a fiddle.

Looks better in full screen.

This example has a toolbar as the top region of a border container showing both declarative and programmatic methods for adding buttons, etc.
0 Kudos
LeandroVin
Emerging Contributor
To me the Draw Toolbar was handful. You should try it.
0 Kudos