The following example shows how you can format dates in Ext JS 4 using the static Ext.Date.format() method.
[github path="/master/ExtJS/Ext.Date.format/index.html" height="300"]
The following example shows how you can format dates in Ext JS 4 using the static Ext.Date.format() method.
[github path="/master/ExtJS/Ext.Date.format/index.html" height="300"]
I am new to sencha architect. I was wondering if you can help me out a bit. I have multiple containers in my inspector. On my main container, I have a couple of images. When these are tapped, I want to load another container in the view.
my current code: is :
onMyImageTap:function(img,e,options){
Ext.Msg.alert(‘You clicked the image’);
Ext.MyContainer.render(‘test’);
}
the alert is appearing, but I cant get the container to appear-do you happened to know what am i missing in the code?
good stuff, man. keep posting!