Hi Guys,
What is the correct syntax to call a mixin class method inside the initComponent method of the containing class.
Thanks...
Type: Posts; User: saddanand
Hi Guys,
What is the correct syntax to call a mixin class method inside the initComponent method of the containing class.
Thanks...
Hi, I have a requirement, where-in i want to create and render a extjs grid or any other component, dynamically.
i.e. the input is a json string stating the layout and component name and the o/p...
Hi all, I need a css style string, to hide the top and right border of my grid panel...
Plz Help !!!
Hi, all i need the css style string to hide the left and bottom borders of my gridPanel.
Plz Help !!!!
Hi all, even i am facing the same issue,with my form.. tabIndex:1 or tabIndex:2. doesnot seem to work....
Gracia!!!
Hi again, how to disable the forward and backward month selection in datefield..... based on a condtion....
Many Thanks.....
Hi, the above gives me null, i need to hide the tab along with its header, and all its config elements, based on my condition. which i check in beforerender handler.
var tabs = new Ext.TabPanel({
...
var reloadTask = {
run: function(){
runStore.reload();
//alert(" after reload hello");
},
interval: 2000 //1 second
}...
but how do i catch the return type of the reload function