Search Type: Posts; User: kebuu
Search: Search took 0.01 seconds.
-
6 Apr 2012 8:57 AM
- Replies
- 4
- Views
- 1,181
Ok, thank you for your answer.
Any chance to have something like "emptyValueField" and "emptyDisplayField" in the combobox configuration in next versions ? It seems many people are looking for that,... -
5 Apr 2012 7:02 AM
- Replies
- 4
- Views
- 1,181
Hello,
Is there a better way to add an empty option to a combobox than something like :
onLoad: function(store, records, successful, operation, options) {
var falseReader =... -
29 Mar 2012 11:53 PM
- Replies
- 9
- Views
- 1,354
Hello,
Since I've updated to build 341 I have problems when I am editing code : the focus is lost after some keystrokes. I haven't this behavior with previous builds.
For information I am... -
28 Mar 2012 6:41 AM
- Replies
- 0
- Views
- 290
Hello,
I think there is a problem with grid columns (Ext.grid.column.Column) because once you set a dataIndex you cannot remove it, even if you change the type of the column to... -
23 Feb 2012 7:00 AM
- Replies
- 19
- Views
- 4,450
Hello,
Thank you for this very interesting video. The designer seems very powerful and intuitive.
I followed the tutorial step by step and managed to get my app running on a local server.... -
11 Jan 2012 11:59 PM
- Replies
- 4
- Views
- 556
Hello Skirtle,
Thank you very much, you saved my week, it works perfectly.
I didn't put the config
matchFieldWidth: false, at the good place the first time, now it's ok.
Regards -
11 Jan 2012 1:14 PM
- Replies
- 4
- Views
- 556
Hello,
Thank you skirtle for your answer.
I tried matchFieldWidth: false, but it didn't fixed the problem.
If it can help, the complete code of my app is here :... -
10 Jan 2012 2:01 PM
- Replies
- 4
- Views
- 556
Hello everybody,
I am trying to develop a color field based on the existing date field. I almost copy and paste the code from the date field source code but my color picker is not displayed when I... -
29 Dec 2011 3:03 AM
- Replies
- 2
- Views
- 728
Hello,
I found two ways to do what I wanted :
- First I could simply take advantage of the method "isPreventDrag" from 'Ext.tree.ViewDragZone'
and set the property 'allowDrag' to false for... -
15 Dec 2011 1:23 AM
- Replies
- 2
- Views
- 728
Hello everybody,
I'm currently working with ExtJs 4 TreeView and DragNDrop, and I can't find an easy way to allow drag only for the leaves of my tree (ie. I don't want to be allowed to drag... -
11 Dec 2011 2:13 AM
Jump to post Thread: Context menu goes out of the screen by kebuu
- Replies
- 6
- Views
- 697
Thank you Samsooo you solved my problem.
The "autoShow : true" was too much (I don't know why this change the behavior of showAt but it is OK for me).
Regards -
10 Dec 2011 12:55 AM
Jump to post Thread: Context menu goes out of the screen by kebuu
- Replies
- 6
- Views
- 697
Hi Samsooo,
Thanks for your answer, but I think I didn't explain my problem very well.
In fact the method getAt(ev.getXY()) works perfectly. I mean the context menu is rendered at the expected... -
9 Dec 2011 7:11 AM
Jump to post Thread: Context menu goes out of the screen by kebuu
- Replies
- 6
- Views
- 697
Yes, I'm using showAt.
Here is the code I use :
onContextMenu: function(view, model, item, index, ev, opts) {
ev.preventDefault();
var menu =... -
9 Dec 2011 6:44 AM
Jump to post Thread: Context menu goes out of the screen by kebuu
- Replies
- 6
- Views
- 697
Hello everybody,
I started to work with ExtJs 4 this week and I have an problem with context menu position.
My problem is that if my context menu is rendered too close from the right side of the...
Results 1 to 14 of 14
