Search Type: Posts; User: andrei.neculau
Search: Search took 0.03 seconds.
-
30 Mar 2008 3:07 AM
- Replies
- 10
- Views
- 4,622
@brian
Thanks for the enlightenment! Now I understand what your (ExtJS team) point was all about! Behavior! Indeed, you are right and there's nothing to "haggle" on, concerning that topic.
My key... -
28 Mar 2008 1:41 AM
Jump to post Thread: KeyNav help by andrei.neculau
- Replies
- 2
- Views
- 1,025
http://extjs.com/forum/showthread.php?t=30528
You can also look in the source code of my extension - key navigated DataView.
Binding a KeyNav to document isn't that practical, especially if you... -
28 Mar 2008 1:39 AM
- Replies
- 1
- Views
- 991
http://extjs.com/forum/showthread.php?t=30528
You can look into the source code for an extension I developed - key navigated DataView.
Div elements do not catch key events, therefore you need to... -
28 Mar 2008 1:37 AM
Jump to post Thread: The Ext.KeyNav by andrei.neculau
- Replies
- 2
- Views
- 1,814
http://extjs.com/forum/showthread.php?t=30528
The extension that I developed adds key navigation to DataView, but it is a good example of how to add key-navigation to a DIV (div doesn't catch key... -
28 Mar 2008 1:34 AM
- Replies
- 10
- Views
- 4,622
http://extjs.com/forum/showthread.php?t=30528
This feature is now implemented through an extension and is pretty stable
Cheers -
27 Mar 2008 11:32 AM
- Replies
- 4
- Views
- 2,018
Thanks for the reply, Jack!
"JsonStore" as a phrase doesn't imply HttpProxy, but I do agree it's only a shortname (preconfigured store) so no biggy afterall. -
27 Mar 2008 11:19 AM
- Replies
- 8
- Views
- 2,035
While I concur that JsonStore is and should be a preconfigured store, I don't understand why it has to have a Http Proxy.
But Jack has had his word here... -
27 Mar 2008 10:43 AM
- Replies
- 4
- Views
- 2,018
Thanks for the confirmation, tal_gi!
Any response from the Dev Team? -
27 Mar 2008 1:42 AM
- Replies
- 1
- Views
- 1,097
bump
No response on this? -
26 Mar 2008 2:54 PM
- Replies
- 88
- Views
- 50,052
Thorsten, looks really nice and useful!
-
26 Mar 2008 2:04 PM
- Replies
- 117
- Views
- 59,536
March 26, 2008
This extension has been discontinued! A new extension with the same capabilities, but with cleaner and smarter code will be uploaded within the future days.
I'm sorry that I've... -
26 Mar 2008 1:55 PM
- Replies
- 4
- Views
- 3,176
Ext.ux.Andrie.DataView implements key navigation for a regular Ext.DataView
Looking forward to comments.
Demo
PS: This extension behaves funny under Opera (when using Shift and/or Ctrl). Any... -
25 Mar 2008 6:17 AM
- Replies
- 4
- Views
- 2,018
I was going for a simple case of using PagingMemoryProxy with JsonStore, but that was not possible.
The following scenario should do just fine:
this.store = new Ext.data.JsonStore({
... -
25 Mar 2008 1:23 AM
- Replies
- 1
- Views
- 1,097
Probably you already have this in SVN, but I'm pointing it out here just in case.
http://ajaxian.com/archives/key-events-and-safari-31
Safari treats arrow-keys only in keydown now, therefore... -
24 Mar 2008 1:48 PM
- Replies
- 9
- Views
- 2,707
setEditable sets the readOnly attribute to false in order to make the input field editable.
While in theory this is the right thing to do, readOnly attribute is actually not a boolean attribute but... -
22 Mar 2008 8:22 AM
- Replies
- 12
- Views
- 4,475
Need to bump this. I managed to get into the same situation, but I do seem to have an example/argument that hasn't been used so far.
Open the examples/form/combos.html available in the ExtJS 2.0.2... -
22 Mar 2008 8:22 AM
- Replies
- 18
- Views
- 4,704
Need to bump this. I managed to get into the same situation, but I do seem to have an example/argument that hasn't been used so far.
Open the examples/form/combos.html available in the ExtJS 2.0.2... -
21 Mar 2008 12:52 PM
- Replies
- 1
- Views
- 1,113
DataView's listener for its store add event is broken.
Broken as in: it adds to dataview.all.elements only the first element added (corresponding to the first added record), although store.add... -
2 Mar 2008 3:55 AM
- Replies
- 2
- Views
- 1,893
Not a bug, but more like an improvement.
A menu-item with a submenu closes the menu on click, at this moment.
Shouldn't a menu-item with a submenu be made by default not-clickable?
This is the... -
4 Jan 2008 3:20 AM
- Replies
- 59
- Views
- 26,131
@galdaka
1. small slipup - I erased editable:false when I switched to comboCfg property. Will go back to non-editable as default in the next version
2. I think pageSizing is one thing... -
3 Jan 2008 9:10 AM
- Replies
- 59
- Views
- 26,131
@aparajita - I think the normal thing to do is to show the last records available in the store. Updated to v0.6. Please test and thanks for the bug post
@meteorbites - Thank YOU -
30 Dec 2007 2:44 PM
- Replies
- 59
- Views
- 26,131
touche, galdaka!... will happen with next version
[EDIT] which is now -
29 Dec 2007 9:22 AM
- Replies
- 59
- Views
- 26,131
@aparajita - You must know that you are free to TAKE SOME TIME and look in the source code (line 146).
this.combo = Ext.ComponentMgr.create(Ext.applyIf(this.comboCfg||{}, {... default combo... -
27 Dec 2007 12:30 PM
- Replies
- 59
- Views
- 26,131
@aparajita: I see where this is going. I updated to v0.4 and added comboCfg config object.
You can use it to modify the default xtype property (combo) to another registered component, thus... -
24 Dec 2007 1:33 PM
- Replies
- 59
- Views
- 26,131
bump - plugin updated to 0.3
@dima&sugen - I suggest you do a better job at reading about Ext. You "control" what values PHP, or JAVA, or any other server-side language will return by reading the...
Results 1 to 25 of 120
