Search Type: Posts; User: sureshbusyboy
Search: Search took 0.02 seconds.
-
20 Oct 2008 11:56 PM
Jump to post Thread: Grid Cell Tooltip by sureshbusyboy
- Replies
- 28
- Views
- 44,755
Hi Animal,
Your code works very fine.
I've implemented the tooltip successfully in my gridpanel. I can able to show the tooltip while hovering the mouse over each cell, but
I am getting the... -
20 Oct 2008 5:36 AM
- Replies
- 3
- Views
- 976
Thanks for your reply. I went through the file.
Using the following line,we can get the record of the grid in particular index.
this.ctxRecord = this.store.getAt(index);
But how to get the data... -
20 Oct 2008 5:09 AM
- Replies
- 3
- Views
- 976
Hi,
I have a function for which i am sending the following parameters
1.grid -- [respective gridpanel]
2.row ---[row on which mouse hovers currently]
3.column-- [column on which mouse hovers... -
20 Oct 2008 3:51 AM
- Replies
- 6
- Views
- 1,595
Thanks for your reply,
The error has gone. But I am not getting any tool tip while hovering mouse above combobox.I think this approach would not work.
Actually,in Target ,We need to provide the... -
20 Oct 2008 3:38 AM
- Replies
- 6
- Views
- 1,595
Hi,
I would like to provide the ToolTip for the combobox.
But i am getting the following eror while html page loaded in browser,
"this.target is null or not an object".
ForYourInformation,
I... -
30 Sep 2008 3:59 AM
- Replies
- 3
- Views
- 3,251
If possible please send that application zip file to my gmail id.
So that i can get some idea about json strings.
I have enough experience in Extjs+struts2+iBATIS+spring2 but
i dont have... -
29 Sep 2008 9:21 PM
- Replies
- 3
- Views
- 1,888
But,after struts 2 action layer if i neeed to tune up something i haveto tune up only Ext related things in jsp.Because after action layer i couldnt find anything going out of order other than extjs...
-
29 Sep 2008 9:11 PM
- Replies
- 3
- Views
- 1,888
But,After action layer there is nothing in between!!!
Till action layer it takes only 1.2 seconds.After actionlayer,i can tune up things only in presentation layer i.e jsp page.But in jsp i have... -
29 Sep 2008 4:08 AM
- Replies
- 3
- Views
- 1,888
Hi,
I am using Extjs/struts/spring/iBatis frame work in my project.
I have an performance issue in Extjs embedded jsp page.
Here's the issue,
I've retrived 500 records from database.Upto... -
26 Sep 2008 3:14 AM
Jump to post Thread: integrating Struts/Ext by sureshbusyboy
- Replies
- 90
- Views
- 87,630
Hi,
I've send the required files and details to your gmail id.
Thanks and BestRegards,
Suresh.J -
12 Aug 2008 6:14 AM
- Replies
- 1
- Views
- 697
Hi G'day,
I am New to Extjs,I am Working with Exttld.
I have created gridpanel using tag libs. I want to add listeners into it. But its giving error.
I used the code below to create... -
7 Jul 2008 5:10 AM
Jump to post Thread: extjs textfield by sureshbusyboy
- Replies
- 5
- Views
- 4,296
I dont have firefox with me.So i cannot use firebug to sopt out the correct css.I have only internet explorer.So what style attributes or CSS file i sould apply for normal html textbox to look like...
-
7 Jul 2008 4:59 AM
Jump to post Thread: extjs textfield by sureshbusyboy
- Replies
- 5
- Views
- 4,296
Firebug means? I couldnt get you?
-
7 Jul 2008 4:47 AM
Jump to post Thread: extjs textfield by sureshbusyboy
- Replies
- 5
- Views
- 4,296
Hi G'day,
I have created normal textbox in html.One of my requirement is to show this normal text box which should exactly look like extjs textfield.I tried applying style attributes which i took... -
27 Jun 2008 5:41 AM
Jump to post Thread: integrating Struts/Ext by sureshbusyboy
- Replies
- 90
- Views
- 87,630
Kindly send that application to suresh.jayaraman85@yahoo.co.in
Thanks in advance,
suresh.J -
27 Jun 2008 5:38 AM
Jump to post Thread: integrating Struts/Ext by sureshbusyboy
- Replies
- 90
- Views
- 87,630
Could you send that application to
suresh.jayaraman85@yahoo.co.in ..?
Thanks in advance
Suresh.J -
9 Jun 2008 6:40 AM
Jump to post Thread: integrating Struts/Ext by sureshbusyboy
- Replies
- 90
- Views
- 87,630
Could you send your complete application(struts with extTld) to my mail id suresh.jayaraman85@yahoo.com.It will be more help full for you if you do this.Thanks
-
9 Jun 2008 6:25 AM
- Replies
- 3
- Views
- 3,251
Could you send you curd application to my mail id?(suresh.jayaraman85@gmail.com) I am also trying the same? Your application will be helpfull for me if you send it.Thanks
-
6 Jun 2008 3:08 AM
Jump to post Thread: Issue with ext-tld by sureshbusyboy
- Replies
- 0
- Views
- 651
Hi,
I am new to ext. I have the following ext-tld code in jsp file. But when i run this code in server i am unable to get the required output,instead i've got script error showing my 'win'(Window... -
6 Jun 2008 2:22 AM
Jump to post Thread: Struts2 and Extjs by sureshbusyboy
- Replies
- 0
- Views
- 1,012
Hai,
I am new to extjs2. I am struggling to configure the basic program that combines both struts2 and extjs. Can anybody send me the basic program which solves my problem. I need example... -
29 May 2008 9:32 PM
Jump to post Thread: TreePanel by sureshbusyboy
- Replies
- 3
- Views
- 831
Thanks alot!!!. I have added reputation to you ;)
-
29 May 2008 6:01 AM
Jump to post Thread: TreePanel by sureshbusyboy
- Replies
- 3
- Views
- 831
I dont want to use loader: new Tree.TreeLoader({dataUrl:'acb.php'}),instead i need to use someother loader which should give data for my treepanel.Is there any option for that?
-
29 May 2008 5:54 AM
- Replies
- 5
- Views
- 980
Actually my php setup does not work fine.So i have decided not to use php loader. Instead of php is there any other option of configuring the treepanel
-
29 May 2008 5:41 AM
- Replies
- 5
- Views
- 980
Just now I have find the reason for my problem.I donot have any php setup in my local system.Instead of that Can i have any other option to load the data into treepanel,as like we use ArrayReader and...
-
29 May 2008 5:33 AM
- Replies
- 5
- Views
- 980
It returns nothing.I have attached NodataInTree.zip.Did you see that?
Results 1 to 25 of 37
