When will be a new build available?
Is a little annoying...
Printable View
Unable to manually link a class on the Items property by xType
Please see the video:
http://www.youtube.com/watch?v=ML7vx11hoCc
Hi Aaron!
This is a video where I explain in deep the grouper documentation problem.
http://www.youtube.com/watch?v=gFOxAccZh28
Thanks!
items should not be appearing as a configuration of Ext.navigation.View. This is a bug which we will correct. You configure the items by dragging and dropping children into the NavigationView.
If you provide an itemId to your linked instance it will be replaced in the node's text.
I'm using Sencha Designer and the Ext.Map. Every time that I want to change the mapOptions, the editor Sencha Designer change the object to a string. Here you can see the problem:
http://www.youtube.com/watch?v=T-zjf_T8_Nc
++++++++
This is the code:
mapOptions : {
center : new google.maps.LatLng(37.381592, -122.135672),
zoom : 12,
navigationControlOptions: {
style: google.maps.NavigationControlStyle.DEFAULT
}
},
++++++
Thanks!
Yes