How can i set postion of child window to center of parent window?
my child window :
this.myWindow = new Ext.Window({
....
)};
Type: Posts; User: gnosic
How can i set postion of child window to center of parent window?
my child window :
this.myWindow = new Ext.Window({
....
)};
hi
I try to override simple function of classes in Ext.tab.Bar, but in running, after compile name function,back to resume of code outer override code.
Ext.override(Ext.tab.Bar, {
...
hi
There is a solution for multiline tabpanel here. but it writted and respone in ext.js 2.x.
Can any one to help to rewrite this solution. I rewrite some parts but, it's not working know. I...
hi biggena
I need to create multiline tabpanel, withext.js 6.x(6.2).
I follow your solution, but as you know this solution wirted base on older ext.js versions and i rewrite your solution:
...
hi biggena
I need to create multiline tabpanel, withext.js 6.x(6.2).
I follow your solution but as you know this solution wirted base on older ext.js versions and i rewrite your solution:
...
hi biggena
Your Method not working in ext.js 6.x.
hi Arno
I try to applay your solution to ext.net, but i could not find "ul.x-tab-strip" css in styles of page elements.
I test "width=auto !important" to similar name cases and i couldn't get...