Search Type: Posts; User: firegun
Search: Search took 0.03 seconds.
-
4 Mar 2012 12:14 PM
- Replies
- 4
- Views
- 891
We must remmeber that when you work with checkboxes, you will get a fixed value, or nothing, cause an unchecked checkbox don´t send nothing.
This is a commom mistake, one may expect true or... -
4 Mar 2012 12:01 PM
- Replies
- 3
- Views
- 1,291
I´d experienced the exact same issue.
To "solve" it (actually work around it) was to set
{name: 'boolvalue', convert: function(v) { return (v ? 1 : 0); }, defaultValue: 0 }
and work... -
4 Mar 2012 8:46 AM
- Replies
- 1
- Views
- 615
When setting a column to 'hideable: false' with Ext.tree.Panel, the column don´t show on the column list (expected, works like Ext.grid.Panel till here) and the next one is disabled (greyed out - I...
-
1 May 2010 9:34 PM
- Replies
- 7
- Views
- 1,416
Well, I wanna tank everyone that has contributed to this thread! Specialy rstuart that called my attention to the single option on the listeners. That made the trick, I had to work a little farther...
-
1 May 2010 5:27 PM
- Replies
- 7
- Views
- 1,416
Yeah I read that, I know that the MessageBox is not supposed to be synchronous, I never sad that the MessageBox don´t work or wathever, the question here is how I may get the same effect that I have...
-
1 May 2010 12:07 PM
- Replies
- 7
- Views
- 1,416
Hey! Tnks a lot for you time and attention. But this solution is not viable, at least not only like this, cause as I had commented on my post after we return false to the event, the tab change is...
-
30 Apr 2010 1:28 PM
- Replies
- 7
- Views
- 1,416
Hello,
Well I didn´t finded a way to solve my problem, or another place talking about this, but I think it´s a commom wish. Im my application there are windows that contains a tabPanel with a grid... -
9 Mar 2010 1:58 PM
- Replies
- 3
- Views
- 947
Thumper,
I´m not really sure if what you trying to do is something similar to what I´ll describe here. Where I saw the answer to that question, in truth where I found out what I was doing wrong,...
Results 1 to 8 of 8
