Search Type: Posts; User: pathum
Search: Search took 0.01 seconds.
-
26 Mar 2012 10:26 AM
Jump to post Thread: Remote filtering on a TreePanel by pathum
- Replies
- 1
- Views
- 363
Hi,
I am using a TreePanel with on demand children loading. There was a requirement of filtering the tree therefore I have implemented the client side filtering mechanism, using a regex, provided... -
14 Mar 2012 12:53 PM
Jump to post Thread: 1.1 Treefilter by pathum
- Replies
- 11
- Views
- 7,532
This is absolutely brilliant. Hats off for this nice code snippet. =D>
-
30 Jan 2012 10:07 AM
- Replies
- 1
- Views
- 299
Anyone who could provide a helpful feedback on this?
-
27 Jan 2012 7:27 AM
- Replies
- 1
- Views
- 299
Hi,
I am in between of loading an on-demand loading of a tree and I need to post a parameter containing the current path of the node is being expanded to determine the next nodes which are... -
6 Oct 2011 8:56 AM
- Replies
- 4
- Views
- 1,490
Thanks bro! It helped big time!
-
5 Oct 2011 1:21 AM
- Replies
- 4
- Views
- 1,490
Hi,
I have found a way of achieving the above.. :) Thought of sharing it with all of you guys FYI.
Just create a Ajax Connection instead of the Data Store. Then the rest is pretty... -
4 Oct 2011 6:34 AM
- Replies
- 4
- Views
- 1,490
Hi,
I am designing a user interface which involves many ajax calls during the page load to manipulate multiple stores.
I was thinking how to reduce it to a few and done the following.
I ve... -
12 May 2011 7:38 PM
Jump to post Thread: Customize Ext Tools by pathum
- Replies
- 0
- Views
- 470
Hi All,
I need to customize Ext Tool as a long button other than which defined in Panel Tools.
For that what I have done is this.
width: 900,
toolAlign: 'left', -
16 Mar 2011 5:23 AM
- Replies
- 2
- Views
- 784
I am afraid, its already in the grid panel as well.
-
16 Mar 2011 4:30 AM
- Replies
- 2
- Views
- 784
I have a data store and i need my data grid to be filtered according to the values in that store.
Here's my code for the store.
var store = new Ext.data.Store({
baseParams: {ajax_command:... -
22 Dec 2010 6:55 PM
- Replies
- 4
- Views
- 816
Done!!!! Really sorry I couldn't thank you early!!!! You saved my day!
-
3 Dec 2010 3:09 AM
- Replies
- 4
- Views
- 816
Ah.... No no... This is in V3.2.
Can you please elaborate more on this, since Ext JS is not my second language. :) -
1 Dec 2010 11:33 PM
- Replies
- 4
- Views
- 816
Hi Guys,
Please help me out to find out a way to put a button to a FormPanel Title Bar.
Your help is highly appreciated.
BR
/Pathum -
19 Sep 2010 10:43 PM
Jump to post Thread: Help on DateField by pathum
- Replies
- 0
- Views
- 377
Hi,
How to set the endDateField value to "Todate" in Ext JS DateField?
Regards -
14 Sep 2010 1:50 AM
Jump to post Thread: Help on Ext.decode by pathum
- Replies
- 14
- Views
- 1,240
Perfect! Thanks a lot. You saved my day!
-
14 Sep 2010 1:14 AM
Jump to post Thread: Help on Ext.decode by pathum
- Replies
- 14
- Views
- 1,240
yeah. Thats it!! Many thanks.
BTW, The XML formatting, specially the indentation is gone, when the text is added to either DisplayField or Label. Is there any thing I can do to preserve them as it... -
13 Sep 2010 10:57 PM
Jump to post Thread: Help on Ext.decode by pathum
- Replies
- 14
- Views
- 1,240
I think this might be some of the issues of DisplayField. I tried with a Label and it worked like a charm.
-
13 Sep 2010 10:45 PM
Jump to post Thread: Help on Ext.decode by pathum
- Replies
- 14
- Views
- 1,240
I really appreciate what you are doing here.
I tried
Ext.getCmp('disp_Field').setValue(textArch.textArchive);
but it is giving me some garbage values. -
13 Sep 2010 10:34 PM
Jump to post Thread: Help on Ext.decode by pathum
- Replies
- 14
- Views
- 1,240
Yes. I m really a novice to JS and for Ext. But why it prints as object. I tried the toString() method. But still the same.
But when I
console.log(textArch);
it shows me the structure as... -
13 Sep 2010 10:23 PM
Jump to post Thread: Help on Ext.decode by pathum
- Replies
- 14
- Views
- 1,240
yes yes. I corrected it, but the result is the same. It shows object Object. Is there anyway of accessing the inner XML? So that I could directly set it to my DisplayField?
-
13 Sep 2010 10:11 PM
Jump to post Thread: Help on Ext.decode by pathum
- Replies
- 14
- Views
- 1,240
Hi,
I m designing a window from Ext JS where I need to get some value from the DB through JSON Object and then display it on a FormPanel, top of the Window.
I got the JSON Object, but I cannot... -
13 Sep 2010 6:46 PM
- Replies
- 1
- Views
- 438
Hello,
I am a newbie to Ext and I would like to know the procedure how to do the following.
I have a data store in my web page, designed by Ext and its being set by a store. For each and every... -
13 Sep 2010 6:08 PM
- Replies
- 4
- Views
- 458
Here's my code. But the browser says there is a JS Error on page.
var message_store = new Ext.data.GroupingStore({
baseParams:{ajax_command:'viewMsg'},
proxy: new... -
13 Sep 2010 3:41 AM
- Replies
- 4
- Views
- 458
Hi,
I am a newbie to Ext and I would like to know the procedure how to do the following.
I have a data store in my webpage, designed by Ext and its being set by a store. For each and every row,...
Results 1 to 24 of 24
