Search Type: Posts; User: irata
Search: Search took 0.01 seconds.
-
9 Sep 2010 1:33 AM
Jump to post Thread: "Script not responding" on destroy by irata
- Replies
- 1
- Views
- 633
Hello,
I have a TabPanel and some of the (Sub)Panels are very complex (>500 Elements (Panels, Grids, Fields, etc)). When I now close (destroy) the SubPanel my Browser (Firefox, IE) tell me on... -
26 Aug 2010 5:00 AM
Jump to post Thread: Ext.Ajax Events and "abort" by irata
- Replies
- 3
- Views
- 819
Hi,
I found a solution with this "exends" to Ext.Ajax and Ext.data.Connection:
Ext.Ajax.addEvents({requestaborted:true});
Ext.override(Ext.data.Connection, {
abort : function(transId){... -
6 Aug 2010 12:07 AM
Jump to post Thread: Ext.Ajax Events and "abort" by irata
- Replies
- 3
- Views
- 819
Hi,
I create a small "Spinner-Button" that shows a spinner gif if ajax connections are running.
HeadPanel.Spinner = Ext.extend( Ext.Button, {
handleMouseEvents: false,
iconCls: ... -
17 Jun 2010 8:08 AM
- Replies
- 1
- Views
- 612
Hello,
I have an extjs application with a dynamicly rendered layout. Sometimes a subpanel could be a tabpanel, sometimes a form panel and sometimes a "normal" panel.
What is the best way to... -
22 Apr 2010 1:48 AM
Jump to post Thread: Menu question by irata
- Replies
- 0
- Views
- 367
Hello,
I'm currently developing a search form and in the tbar I have a menu with a textfield, a save button, a delete button, a separator and then variable menu-items. When a user fill out the... -
3 Jun 2009 8:44 AM
Jump to post Thread: Nested TabPanels and "tbar" by irata
- Replies
- 2
- Views
- 1,063
No one any idea???
-
29 May 2009 5:13 AM
Jump to post Thread: Nested TabPanels and "tbar" by irata
- Replies
- 2
- Views
- 1,063
Hello,
I have a problem with nested TabPanels and tbar's for this Panels:
Here is my code and attached you will find a picture of the result.
panel = new Ext.TabPanel(
... -
21 Apr 2009 2:28 AM
Jump to post Thread: TabPanel: Right align some tabs by irata
- Replies
- 9
- Views
- 8,628
That's it! ;-)
Thank you very much!!! -
21 Apr 2009 1:29 AM
Jump to post Thread: TabPanel: Right align some tabs by irata
- Replies
- 9
- Views
- 8,628
Hi,
is there a way to render some tabs in a TabPanel "right-aligned"?
I want the main tabs on the left side, but two tabs with a distance to the others on the right side of the panel.
Example:...
Results 1 to 9 of 9
