Search Type: Posts; User: Lilit
Search: Search took 0.01 seconds.
-
29 Jul 2009 8:27 AM
- Replies
- 12
- Views
- 7,081
As simple ExtJs user and not an expert by any means, I usually expect features in API documentation to work as they are described and I couldn't agree more with Animal on this. If the 'title' does...
-
27 Jul 2009 12:07 PM
- Replies
- 12
- Views
- 7,081
Hi Animal,
I am using ExtJS 3.0 and I just run into same problem: was wondering why the 'title' property of the tabPanel wasn't shown.
'title' is still documented for TabPanel in 3.0. It would be... -
16 Jul 2009 12:39 PM
Jump to post Thread: Ext.Error - community input by Lilit
- Replies
- 14
- Views
- 7,455
Hi,
I had a working code in Ext 2.2, using TabPanel with same value of renderTo and id properties (see details http://extjs.com/forum/showthread.php?t=74654). Once I upgraded to 3.0 the tabPanel... -
16 Jul 2009 9:47 AM
- Replies
- 3
- Views
- 1,790
Thanks for the quick reply Evan,
It make better sense now. Although, I think that it would be better to have a error message saying "ID already defined", because it is wasn't clear why the panel... -
16 Jul 2009 8:19 AM
- Replies
- 3
- Views
- 1,790
ExtJs 3.0.0 upgrade resulted to stange behavior of tabPanel. If tabPanel has same id and renderTo properties, the tab panel is not rendered at all without giving any errors.
Example code:
... -
13 Jul 2009 2:59 PM
- Replies
- 0
- Views
- 585
Hi,
I have a form with two items, that should have different label layouts: left aligned label for the first item and top aligned label for second item. I tried setting global
labelAlign and... -
24 Jun 2009 7:09 AM
- Replies
- 25
- Views
- 14,633
Hi Condor,
I fingered what my mistake was.
The application I am developing has several grid objects, and one function for creating a grid. For every grid I was passing the distinct GridPanel... -
18 Jun 2009 7:48 AM
- Replies
- 25
- Views
- 14,633
Sorry, I didn't put it clearly in my previous post. I am getting the result of hide/show information not being saved with stateEvents and initStateEvents declaration removed.
-
18 Jun 2009 6:56 AM
- Replies
- 25
- Views
- 14,633
Thanks for the tip about id-s.
Now that I have the unique id-s set up the default stateEvents namely - columnresize, columnmove and sortchange work correctly. However, the hiddenchange state... -
17 Jun 2009 11:57 AM
- Replies
- 25
- Views
- 14,633
Thanks for the quick reply Condor.
The reason for changing state events was trying to add hidden columns information to the cookies.
I added this code, which does not produce expected result:
... -
17 Jun 2009 11:17 AM
- Replies
- 25
- Views
- 14,633
I have a gridPanel object and I need to save the column configuration in cookies.
This is my source:
var cp = new Ext.state.CookieProvider({
expires: new Date(new...
Results 1 to 11 of 11
