Search Type: Posts; User: LostInExtjs
Search: Search took 0.01 seconds.
-
14 Jan 2013 3:18 AM
- Replies
- 2
- Views
- 195
Thanks Friend...I was able to solve the problem without changing the order.
It was a typo from my end that was causing the problem. -
3 Jan 2013 2:45 AM
- Replies
- 2
- Views
- 195
Is it possible to call onLaunch before init in a controller ?
-
20 Dec 2012 4:53 AM
- Replies
- 4
- Views
- 241
Hi ,
I am using a nested json in Xtemplate but I am unable to show the nested data details .\
I am adding the Xtemplate in Ext.view.View.
I tried using association -hasmany
The json has the... -
20 Dec 2012 4:44 AM
- Replies
- 2
- Views
- 153
Hi friend,
Thanks a lot for sharing the info,it helped :) -
17 Dec 2012 11:56 PM
- Replies
- 2
- Views
- 153
Hi ,
I am trying to add pagination as well as combobox in the toolbar.
My problem is when I use tbar.add(combo) ,combo box is coming next to pagination while I want to put the combobox under... -
30 Sep 2009 8:52 PM
- Replies
- 1
- Views
- 625
Hello all,
Can someone tell me how can i dynamically add data in a gridPanel?
Any help would be appreciated .
Thank u -
15 Sep 2009 1:44 AM
Jump to post Thread: Remove columntree by LostInExtjs
- Replies
- 1
- Views
- 590
I tried using destroy() for removing the columntree but Im getting the error 'this.el.dom is null or not an object' when Im trying to create a new columntree.
Can someone help me?? -
15 Sep 2009 12:02 AM
Jump to post Thread: Remove columntree by LostInExtjs
- Replies
- 1
- Views
- 590
Hi
My requirement is to remove the already existing columntree and create a new columntree everytime I click on some tree node.
I am able to delete all childnodes of the columntree but I also... -
10 Sep 2009 9:39 PM
- Replies
- 1
- Views
- 733
Can any one tell me how can I append children to a columntree dynamically?
-
10 Sep 2009 9:05 PM
- Replies
- 2
- Views
- 695
I was able to create the combobox in columntree using the renderer.
-
10 Sep 2009 4:38 AM
- Replies
- 2
- Views
- 695
Any help would be appreciated..
-
10 Sep 2009 12:58 AM
- Replies
- 2
- Views
- 695
Please tell me if it is possible to create a combo box column in a columntree.
If it is then please tell me how.. -
9 Sep 2009 11:25 PM
Jump to post Thread: Problem in columntree by LostInExtjs
- Replies
- 6
- Views
- 1,145
i was able to solve my problem..instead of passing dataurl ,i directly created children in root node like this..
var col_tree = new Ext.tree.ColumnTree({
el:'container1',
... -
9 Sep 2009 9:24 PM
Jump to post Thread: Problem in columntree by LostInExtjs
- Replies
- 6
- Views
- 1,145
Hi !
Instead of using a dataurl/url for tree loade ,can I directly pass an array of objects(I dont want to call json)?
If yes then please tell me how can I do so? -
9 Sep 2009 5:31 AM
Jump to post Thread: Problem in columntree by LostInExtjs
- Replies
- 6
- Views
- 1,145
Im not using DB.I have a jsp page where after performing some action I get Extjs window.In the window, a textbox is there.
when I click OK button of the window,function for creating columntree is... -
9 Sep 2009 3:58 AM
Jump to post Thread: Problem in columntree by LostInExtjs
- Replies
- 6
- Views
- 1,145
Thanks vladnech
but still its not clear to me...im new to json probably thats the reason
Did u check out that example?
Im implementing the same thing the difference is that i dont want to hard... -
9 Sep 2009 3:04 AM
Jump to post Thread: Problem in columntree by LostInExtjs
- Replies
- 6
- Views
- 1,145
Hi!
I am trying to implement column tree as shown in the eg:http://www.extjs.com/deploy/dev/examples/tree/column-tree.html
I want to add tree node names n its children values dynamically but
I... -
15 Jun 2009 12:11 AM
Jump to post Thread: Struts with extjs by LostInExtjs
- Replies
- 3
- Views
- 1,433
thank u jgarcia :)
when im sending submit request using this code:
formPanel.getForm().submit({url:'SaveCategory.action'})
im getting syntax error,it directs me to ext-all.js page where this... -
12 Jun 2009 12:53 AM
Jump to post Thread: Struts with extjs by LostInExtjs
- Replies
- 3
- Views
- 1,433
Hi!
Im creating a form using extjs.When i click on submit button of the form, i would like to call an action class using struts but i dont know how is it possible.
Please tell me how can i... -
18 Apr 2009 3:48 AM
Jump to post Thread: property grid problem by LostInExtjs
- Replies
- 1
- Views
- 605
How can i add value and name to a propertygrid dynamically i.e without calling setSource method again??
-
9 Apr 2009 11:59 PM
Jump to post Thread: creating new html element by LostInExtjs
- Replies
- 1
- Views
- 640
I want to create a new element from existing element with all the properties of the existing element.
-
12 Mar 2009 3:33 AM
- Replies
- 21
- Views
- 2,828
How can i resize an object when i drop it into the drop target?
In my case,the object is a label wrapped in a div..Im confused which id should i pass wrapping div's id or label's??
any help would... -
9 Mar 2009 10:08 PM
Jump to post Thread: Problem in resizing a label by LostInExtjs
- Replies
- 0
- Views
- 542
Hi!
Im having problem in resizing a label
I declare a label like this
<label id="lbl" style="border:1px solid black">label</label>and call a function to resize it
function resizeIt(lblID)
{... -
8 Mar 2009 11:36 PM
Jump to post Thread: Help needed in property grid by LostInExtjs
- Replies
- 4
- Views
- 1,114
Condor.. grid.propStore.setValue('Description', 'A test object'): works
thanks a lot :) -
8 Mar 2009 8:37 PM
Jump to post Thread: Help needed in property grid by LostInExtjs
- Replies
- 4
- Views
- 1,114
Thank u Condor :)
but when im using the code specified by u,i get error grid.propStore.getProperty(..) is null or not an object ..Why is that so??
Results 1 to 25 of 41
