Search Type: Posts; User: cchain
Search: Search took 0.02 seconds.
-
2 Nov 2011 3:07 PM
- Replies
- 140
- Views
- 72,805
I just started a meetup.com group for Southern California covering Los Angeles, Orange, Riverside and San Diego Counties. Looking forward to meeting other Sencha devs!
... -
19 Oct 2011 2:55 PM
- Replies
- 140
- Views
- 72,805
Hello Southern California people! Please join SoCal Sencha Group:
http://www.sencha.com/forum/group.php?groupid=56
I'm in San Diego, looking for others! -
4 Apr 2011 11:14 AM
Jump to post Thread: CSS3 + ExtJS Navigation Menus? by cchain
- Replies
- 1
- Views
- 1,687
There seems to be quite a lot of plugins for generating navigational menus with CSS/CSS3 and jQuery, but pretty much nothing for ExtJS...
I need to replace my current horizontal menu system with... -
1 Feb 2011 11:40 AM
Jump to post Thread: Subtemplates and compiling by cchain
- Replies
- 2
- Views
- 836
Thanks!
-
1 Feb 2011 10:00 AM
Jump to post Thread: Subtemplates and compiling by cchain
- Replies
- 2
- Views
- 836
I'm writing a Knowledge Base app, and I was wondering what the best way to use the compile option is when using subtemplates...
Here is a snippet of the code I have so far:
//file output... -
18 Nov 2010 1:13 PM
Jump to post Thread: My SenchaCon slides by cchain
- Replies
- 17
- Views
- 3,219
I second that!
-
18 Nov 2010 1:11 PM
Jump to post Thread: Do you say "ekst" or "E-X-T"? by cchain
- Replies
- 34
- Views
- 13,947
I asked Abe and Adam about this at SenchaCon 2010... because I heard it used both ways by presenters, ext-perts (ha ha), and developers of all walks. They referred me to this thread, but I still...
-
11 Nov 2010 10:21 AM
Jump to post Thread: Ext.ux.tree.RemoteTreePanel by cchain
- Replies
- 164
- Views
- 51,353
I've seen a lot of questions posted on this thread regarding how to implement RemoteTreePanel with your back end... I know I have struggled with this as well, and the first solution I came up with...
-
10 Feb 2010 9:47 AM
- Replies
- 55
- Views
- 11,305
I probably put the thread in the wrong place, but I started a thread (with a poll!) about AIR documentation in the 3.0 Help Forum.
http://www.extjs.com/forum/showthread.php?p=435884
Not trying... -
10 Feb 2010 9:40 AM
- Replies
- 6
- Views
- 2,446
Thanks for making that available, Shyru!
Hopefully this thread will get some visibility to the dev team and show that there is a demand for "official" standalone documentation... until then, it's... -
9 Feb 2010 8:40 AM
- Replies
- 6
- Views
- 2,446
Guess this should be amended to request 3.1.1 docs in AIR... :D
-
20 Jan 2010 10:09 AM
Jump to post Thread: Ext.ux.tree.RemoteTreePanel by cchain
- Replies
- 164
- Views
- 51,353
Okay Saki, so what is your preference:
Adjacency Model (I know this isn't it, because that's what I've been using)
Nested Set
Materialized Path
Nested Interval -
19 Jan 2010 8:42 AM
Jump to post Thread: Ext.ux.tree.RemoteTreePanel by cchain
- Replies
- 164
- Views
- 51,353
I wish you could give more detail... maybe I'm too close to the problem to see outside of it.
I looked at the example on your site, I see you are using pnodeID, which stores the numeric ID of the... -
18 Jan 2010 12:03 PM
Jump to post Thread: Ext.ux.tree.RemoteTreePanel by cchain
- Replies
- 164
- Views
- 51,353
I know, Saki, that you've said that your server backend for processing the tree instructions is proprietary, so I'm putting this out to the other folks using RemoteTreePanel...
I've had no... -
15 Jan 2010 8:51 AM
- Replies
- 6
- Views
- 2,446
I tried (rather weakly) to modify the 2.3 AIR docs to use the new documentation files included with 3.1, but was unsuccessful. Guess we just have to wait.
Thanks for the votes of confidence! -
5 Jan 2010 3:43 PM
- Replies
- 6
- Views
- 2,446
I was wondering if the 3.1.x documentation is available as an offline download in Adobe AIR format?? I have been using the 2.3 AIR docs and have gotten used to having a local copy handy...
-
14 Dec 2009 3:00 PM
Jump to post Thread: Ext.ux.tree.RemoteTreePanel by cchain
- Replies
- 164
- Views
- 51,353
...and of course, it works. Thanks again for the direction. :D
-
11 Dec 2009 3:00 PM
Jump to post Thread: Ext.ux.tree.RemoteTreePanel by cchain
- Replies
- 164
- Views
- 51,353
I need the ability to programmatically set the editable property, ideally something like setEditable(false).
Any suggestions how I could modify to the code to add this method? -
16 Nov 2009 11:14 AM
Jump to post Thread: Ext.ux.tree.RemoteTreePanel by cchain
- Replies
- 164
- Views
- 51,353
Using code I found in remoteTreePanel.js, I modified the code to this:
// tree node select listener
voa.tree.getSelectionModel().on({
selectionchange:{
scope:this,... -
6 Nov 2009 9:58 AM
Jump to post Thread: Ext.ux.tree.RemoteTreePanel by cchain
- Replies
- 164
- Views
- 51,353
This is working for me now:
// tree node select listener
nav.tree.on('click',function(node){
nav.form.load({
params:{cmd:'getNodeDetail',id:node.id}
... -
5 Nov 2009 10:33 AM
- Replies
- 17
- Views
- 2,732
Just wanted to express my gratitude... this thread helped me as well.
Same situation, loading values into a form from a database, and only getting the current db value in the combo instead of all... -
4 Nov 2009 11:51 AM
Jump to post Thread: Ext.ux.tree.RemoteTreePanel by cchain
- Replies
- 164
- Views
- 51,353
Got it. New day, new perspective.
Thanks for pointing me back to the docs Saki, the answer was there.
I added:
,editorConfig:{maxWidth:792}
to the tree config, and it works great. -
3 Nov 2009 1:00 PM
Jump to post Thread: Ext.ux.tree.RemoteTreePanel by cchain
- Replies
- 164
- Views
- 51,353
Saki - GREAT extension! You've saved me a lot of work.
I'm attempting to change the default textfield editor to a textarea, since my application needs more "breathing room" for editing. For some... -
24 Jul 2009 7:47 AM
Jump to post Thread: Phone Number Validation by cchain
- Replies
- 2
- Views
- 3,620
It figures that the answer to my problems was in a subforum that I was excluding from my searches... 8-|
-
23 Jul 2009 4:11 PM
Jump to post Thread: Phone Number Validation by cchain
- Replies
- 2
- Views
- 3,620
Ext newbie here... I spent more than a little time jumping around the forum looking for help validating phone numbers in a textfield, and I finally was able to put together something that worked for...
Results 1 to 25 of 25
