smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

Toolbar item #409

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Maybe there´s an extJS way to launch a (possibly hidden) toolbar item like the 
following: 

{type:"any",options: {
text:'Measures',
tooltip: 'Measure of lengthe and area',
iconCls: "bmenu",
menu:{
    items:[
                  {type: "measurelength"},
              {type: "measurearea"}
]
}
}
}

but it doesn't work for me with already defined functions (like "measurelength" 
or "measurearea") only with new functions 
(http://lib.heron-mc.org/heron/1.0.5/examples/toolbar-item/index.html)...

The feature would be very nice to clean the toolbar.

R

Original issue reported on code.google.com by roberto....@gmail.com on 30 Dec 2014 at 9:02