Search Type: Posts; User: dragonfly
Search: Search took 0.02 seconds.
-
19 Sep 2007 3:26 PM
- Replies
- 1
- Views
- 1,247
In the EditorGrid, let's say we have a NumberField column (inline editing) - valid range from 0 to 100.
The problems are:
If you enter an invalid number, e.g. 250 and after you move away from... -
25 Jul 2007 9:05 PM
Jump to post Thread: Possible JsonReader bug by dragonfly
- Replies
- 4
- Views
- 893
Then what does "!==" mean? Not equal then assign the value?
-
23 Jul 2007 11:39 PM
Jump to post Thread: Possible JsonReader bug by dragonfly
- Replies
- 4
- Views
- 893
1.1 rc1:
JsonReader.js has "===" below.
readRecords : function(o) {
...
if (s.successProperty){ -
23 Jul 2007 12:20 PM
Jump to post Thread: Grid Header Context Menu by dragonfly
- Replies
- 0
- Views
- 715
How to disable the context menu of grid header? The rightclick?
Thanks!
~D -
23 Jul 2007 11:58 AM
- Replies
- 87
- Views
- 34,753
When will Ext 2.0 be released?
Thank you so much for the great work!
~D -
20 Jul 2007 11:10 PM
- Replies
- 1
- Views
- 2,232
I figured it out, since nobody replied, I post my solution here.
Overwrite the ".x-grid-row" class and replace the image - "resources/images/default/grid/grid-hrow.gif" with your own background... -
20 Jul 2007 10:51 PM
Jump to post Thread: Reload Items in ComboBox by dragonfly
- Replies
- 4
- Views
- 1,893
Does your combo box use the SimpleStore? If yes, you need to use either loadData() or directly update the DataProxy used by the combo box like this: dsPageSize.proxy.data = your data.
SimpleStore... -
20 Jul 2007 10:35 PM
- Replies
- 4
- Views
- 2,744
It will be very slow for sorting, resizing the columns, etc. if you get over 1000 rows on the page.
You can try it yourself. I have project which could end up with tens of thousands of records on... -
18 Jul 2007 8:45 PM
- Replies
- 4
- Views
- 2,744
Why don't we submit it as a requested feature for Ext 2.0?
-
17 Jul 2007 9:48 PM
- Replies
- 3
- Views
- 1,399
I could update my resume with those BUZZ words in your job posting. :) Not available at this moment.
~D -
17 Jul 2007 3:43 PM
Jump to post Thread: ComboBox in a Grid by dragonfly
- Replies
- 3
- Views
- 1,045
I'll have to dig into the EditorGrid code further.
Do you have any update on this as well? Keep me posted, thanks!
~D -
17 Jul 2007 3:39 PM
Jump to post Thread: Event doesn't get triggered??? by dragonfly
- Replies
- 3
- Views
- 1,150
Thanks a lot for the link!
Sure, I'll follow Jack's advice.
Ext is a great piece of work, thank you Jack!
~D -
17 Jul 2007 3:35 PM
- Replies
- 3
- Views
- 1,310
I used the grid tutorial code, but it has a bug. The returned JSON is supposed to be a JSON object, not a JSON array. The JSON object already has the JSON object array in it.
Yes, the callback is... -
17 Jul 2007 3:29 PM
- Replies
- 1
- Views
- 2,232
Hi Everyone,
Seems there is no easy way to change the height of the Grid header. I tried some of the CSS for the grid header, but it didn't work very well. Maybe I am missing something.
There... -
15 Jul 2007 2:00 PM
Jump to post Thread: ComboBox in a Grid by dragonfly
- Replies
- 3
- Views
- 1,045
See the Editable Grid example, it has the combobox in each row.
-
15 Jul 2007 1:50 PM
Jump to post Thread: Event doesn't get triggered??? by dragonfly
- Replies
- 3
- Views
- 1,150
Combobox events - change and specialKey never get triggered???
I tried the underlying TriggerField, it didn't work either.
At last, I have to use DomHelper to create an Element and bind the... -
15 Jul 2007 1:33 AM
Jump to post Thread: Ext + Java + Spring + DWR by dragonfly
- Replies
- 59
- Views
- 91,022
The code link is broken, please fix it. Thank you!
-
13 Jul 2007 1:31 PM
- Replies
- 3
- Views
- 1,310
I paste the code below:
Ext.onReady(function(){
// create the Data Store
var ds = new Ext.data.Store({
proxy: new Ext.data.ScriptTagProxy({
url:... -
11 Jul 2007 10:07 PM
- Replies
- 3
- Views
- 2,536
What if the update action fails, how do we show an error message to the user?
-
17 May 2007 9:15 PM
Jump to post Thread: How to resize BorderLayout? by dragonfly
- Replies
- 0
- Views
- 844
I tried to use Resizable to resize BorderLayout object, but it didn't work well when the size is larger than the original BorderLayout size. What's the right way to do it? I didn't use document.body...
-
17 May 2007 9:00 PM
- Replies
- 19
- Views
- 22,451
How to post a topic here? Seems I can only reply to the existing ones. Thanks!
Results 1 to 21 of 21
