Search Type: Posts; User: digeomel
Search: Search took 0.02 seconds.
-
26 Mar 2008 5:57 AM
- Replies
- 11
- Views
- 2,099
Setting lazyInit to false and creating the combo box before loading the store did the trick!
Thanks! =D> -
25 Mar 2008 2:36 PM
- Replies
- 11
- Views
- 2,099
The paging toolbar is created implicitly by setting the pageSize config parameter for the combobox. Therefore I have no control over when it is created.
Furthermore, I could not find any method or... -
25 Mar 2008 6:10 AM
- Replies
- 11
- Views
- 2,099
Thanks Condor, it seems to work, but it exhibits a very weird behaviour:
Although the combo indeed does not load the store again, the paging toolbar doesn't always get updated with the total... -
25 Mar 2008 2:03 AM
- Replies
- 11
- Views
- 2,099
*bump*
Anybody? :) -
24 Mar 2008 3:03 AM
- Replies
- 11
- Views
- 2,099
Thanks for the answer, but I already tried this and it does not work exactly as expected.
Indeed, it does prevent the combobox from reloading the data, but it does not retain any paging... -
24 Mar 2008 1:48 AM
- Replies
- 11
- Views
- 2,099
Hello,
I have a remote datastore and a combobox set to use this datastore. When the user clicks a button on the page, the store is loaded (paged, let's say with the first 10 records) and in the... -
25 Feb 2008 4:38 AM
Jump to post Thread: [1.1.1] Combo list height by digeomel
- Replies
- 5
- Views
- 1,134
Ok, after closer inspection in Firebug it seems that there was a conflict with another CSS rule in the document.
You are right, maxHeight works fine, thanks! :D -
23 Feb 2008 8:25 AM
Jump to post Thread: [1.1.1] Combo list height by digeomel
- Replies
- 5
- Views
- 1,134
No, I tried it much before I resorted to the aforementioned css solution.
If it works for you then my suspicion is that maybe it doesn't work in certain contexts, like in my case, where the combo... -
23 Feb 2008 7:57 AM
Jump to post Thread: [1.1.1] Combo list height by digeomel
- Replies
- 5
- Views
- 1,134
Doesn't work. It is being ignored.
-
18 Feb 2008 7:17 AM
Jump to post Thread: [1.1.1] Combo list height by digeomel
- Replies
- 5
- Views
- 1,134
Hello,
I have read the docs, searched the forum, looked into the source code for the combobox, but for the life of me I cannot find an easy way to set the height of the drop down list.
The only... -
13 Feb 2008 9:37 AM
- Replies
- 2
- Views
- 1,920
The only reason I have for doing this it that I am working on existing code, adding functionality with Ext. The cloneNode() call is part of the old code. When I added the Ext components on the page I...
-
13 Feb 2008 7:22 AM
- Replies
- 2
- Views
- 1,920
Hello,
I am working on some code which uses the DOM cloneNode() function on markup which contains some Ext dynamically generated markup as well (a combo box, applied to an existing input element... -
24 Jan 2008 10:08 AM
- Replies
- 0
- Views
- 643
Hello,
I have a webpage with an existing simple html textarea and I would like to "wrap" a collapsible Ext.form.FieldSet around it and convert it into an Ext.form.TextArea during runtime (i.e.... -
18 Jan 2008 7:57 AM
- Replies
- 8
- Views
- 1,536
This has been my understanding as well. But if you had a frameset with the original page loaded into one frame and the AJAX request happening on the other, invisible frame, then I think this would...
-
18 Jan 2008 7:30 AM
- Replies
- 8
- Views
- 1,536
Ok, it appears some more clarifications are needed:
We were called to work on an application written in Java/J2EE, without being given the (complete) source code for the Java classes that handle... -
18 Jan 2008 5:49 AM
- Replies
- 8
- Views
- 1,536
Hello,
I would like to be able to define an AJAX call to take place some time (say 5 seconds) after a form/page is submitted. The code that initiates the 2nd call should be executed before the 1st... -
9 Jan 2008 6:22 AM
- Replies
- 2
- Views
- 2,470
Thanks, I had missed the "selectionchange" event, I was looking for it in the grid when I should be looking for it in the SelectionModel.
You are absolutely right! =D> -
9 Jan 2008 2:38 AM
- Replies
- 2
- Views
- 2,470
Hello,
I am having the following problem. I have a grid (Ext.grid.EditorGridPanel) with a button "Delete selected" on the top toolbar. When there is no row selected in the grid I want the button... -
11 Oct 2007 2:04 AM
Jump to post Thread: grid: problems with opera by digeomel
- Replies
- 3
- Views
- 1,027
How exactly is this addressed in 1.1.1?
Does it work with a simple right-click or is it a combination of keys?
Or do you mean that the actions previously accessed with a right-click on the grid are... -
5 Oct 2007 5:39 AM
- Replies
- 0
- Views
- 588
Hello,
I have a TreePanel which starts by loading a static alphabetical index of letters-nodes. Every letter in this initial tree is an AsyncTreeNode with multiple children AsyncTreeNodes. I have... -
30 Aug 2007 4:29 AM
- Replies
- 12
- Views
- 4,092
I would like to second the need for JSON (and XML I suppose) validation in Ext.
I suppose you could put the whole Ext.decode line in a try...catch statement, but it would be nice if Ext handled it... -
29 Aug 2007 10:05 AM
Jump to post Thread: TreeNodeUI OnDblClick bug by digeomel
- Replies
- 12
- Views
- 2,320
Sounds good to me, as long as it is consistent with what's already there (e.g. "beforenodedrop" - "nodedrop", "beforeappend" - "append", etc.).
All I wanted was a way to cancel the default... -
29 Aug 2007 7:56 AM
Jump to post Thread: TreeNodeUI OnDblClick bug by digeomel
- Replies
- 12
- Views
- 2,320
To me, case 2 doesn't make sense. Please provide an example where this may be useful.
Case 1, beforeTheEvent, allows someone to cancel the event alltogether ("veto"?).
Case 3, afterTheEvent,... -
29 Aug 2007 5:47 AM
Jump to post Thread: TreeNodeUI OnDblClick bug by digeomel
- Replies
- 12
- Views
- 2,320
If this is the case, then yes, you can see it as a request for a beforedblclick event. :)
We must have a way to cancel the default double-click behavior for trees (node toggle and loading of... -
28 Aug 2007 1:20 PM
- Replies
- 19
- Views
- 3,957
I don't understand why you have to comment out the toggle. If you return false in your dblclick handler it will not toggle the node anyway. At least it worked fine for me, even with AsyncNodes.
...
Results 1 to 25 of 67
