Search Type: Posts; User: businessman332211
Search: Search took 0.02 seconds.
-
23 Mar 2009 6:49 AM
- Replies
- 2
- Views
- 1,059
See that is some magick touch you have. When I first tried this that was the first thing I tried (except my message said "Loading..." and I put it right at the start of the before view and it didn't...
-
23 Mar 2009 6:45 AM
- Replies
- 2
- Views
- 1,059
This is in reference to Animals code that I used awhile back.
Everything works great even the delegate option as well as the tooltips and ajax. The ONLY problem is the tooltip starts off empty at... -
20 Mar 2009 6:46 AM
Jump to post Thread: EXTJS Grid ToolTip by businessman332211
- Replies
- 7
- Views
- 17,867
I figured out most of it. I have the tooltip working but how do I make it only work for specific cells. I have my override code the same as you presented and then I have the following code for my...
-
20 Mar 2009 5:56 AM
Jump to post Thread: EXTJS Grid ToolTip by businessman332211
- Replies
- 7
- Views
- 17,867
I am giving up and following animals great suggestion here: http://extjs.com/forum/showthread.php?p=265259#post265259
I do have a few questions however.
On the following section of code when I... -
19 Mar 2009 8:56 AM
- Replies
- 7
- Views
- 1,306
I understand now you misunderstood what I am trying to do.
The thing is this is just an example. Once I get those tooltips working initially I will be setting it up so that on subsequent mouse overs... -
19 Mar 2009 8:49 AM
- Replies
- 7
- Views
- 1,306
The requirements for this to be done are rather specific. They do not want it being built in via the renderer. And there was a "Example" of another implementation that is similiar but the only...
-
19 Mar 2009 8:31 AM
- Replies
- 7
- Views
- 1,306
I kind of wanted to use that code.
However the bosses that I am working under have decided that want it implemented using this method. My original idea of just doing quicktips inside of the render. ... -
19 Mar 2009 8:08 AM
- Replies
- 7
- Views
- 1,306
I don't fully understand how the delegate option works. I don't see it inside the API. What object is it under?
Is there a way for me to utilize the delegate option with the general way I am... -
19 Mar 2009 7:59 AM
- Replies
- 7
- Views
- 1,306
- Everything works fine except if you mouseover once you have to take the mouse off and mouse over a second time before the tooltip shows up.
Is there a way to get the tooltip to appear on the first... -
19 Mar 2009 6:27 AM
Jump to post Thread: Grid Tooltips by businessman332211
- Replies
- 3
- Views
- 879
There is a Prod ID that is being passed into the grid. The grid has the id in it's data and I need that for the EXT Ajax Request. Is there a way for me to get the ID inside of the before show...
-
19 Mar 2009 5:57 AM
Jump to post Thread: Grid Tooltips by businessman332211
- Replies
- 3
- Views
- 879
Is there a way to take http://extjs.com/forum/showthread.php?p=265259#post265259
and make it work with an ajax request.
I have a standard grid and I am trying to get tooltips for "just" the first... -
18 Mar 2009 5:56 AM
Jump to post Thread: Window position on page by businessman332211
- Replies
- 1
- Views
- 510
Ok..there is a page...and a window that pops up and the page is huge...and the window is appearing in the middle of the page (which is way down somewhere on the scrollbar near the middle, is there a...
-
17 Mar 2009 8:52 AM
Jump to post Thread: Combo Box Not Working by businessman332211
- Replies
- 9
- Views
- 1,119
Ah ok now I see what you mean.
Thanks again. -
17 Mar 2009 8:49 AM
Jump to post Thread: Combo Box Not Working by businessman332211
- Replies
- 9
- Views
- 1,119
Sorry to bother you one more time...
Basically when I do the values to get form values and I do the
values.product_combo ends up getting access to the product_description
that was selected...These... -
17 Mar 2009 8:34 AM
Jump to post Thread: Combo Box Not Working by businessman332211
- Replies
- 9
- Views
- 1,119
That was what I was missing. I have used everything inside EXTJS before but the ONE thing that has ALWAYS confused me where combo boxes. What you said just made me remember it's the display field...
-
17 Mar 2009 8:17 AM
Jump to post Thread: Combo Box Not Working by businessman332211
- Replies
- 9
- Views
- 1,119
It is the exact same format I use for all of my grids. I use them regularly (grids I mean) and that is the first thing I did. I am basically getting the same data that I am using somewhere else for a...
-
17 Mar 2009 8:12 AM
Jump to post Thread: Combo Box Not Working by businessman332211
- Replies
- 9
- Views
- 1,119
Ok thank you for the advice.
That just about fixed it. Atleast now it's hiting the server and returning the JSON but it's not actually showing anything. When I click on the combo box it's loading... -
17 Mar 2009 7:57 AM
Jump to post Thread: Combo Box Not Working by businessman332211
- Replies
- 9
- Views
- 1,119
I don't get it. For some reason this store isn't even hitting the server to try to get the data. I have a simple set of data on that page being returned as JSON. It is echo'd as a master array of...
-
10 Mar 2009 9:33 AM
Jump to post Thread: Post form to javascript by businessman332211
- Replies
- 3
- Views
- 1,303
I want to create a dialog box with a form in it then after they type in the values adn click submit I want to grab them in javascript instead of sending them to the server. I don't need them going to...
-
10 Mar 2009 9:15 AM
Jump to post Thread: Post form to javascript by businessman332211
- Replies
- 3
- Views
- 1,303
Is there a way to submit a extjs form into javascript itself. Meaning just make it submit into javascript and get the variables there to do something with instead of sending it to the server.
-
10 Mar 2009 8:52 AM
- Replies
- 7
- Views
- 1,128
That isn't possible unfortunately. The data is on my server and his entire thing is a intranet system. If I redid the code so it could be usable by someone without the data then it wouldn't be the...
-
10 Mar 2009 8:26 AM
- Replies
- 7
- Views
- 1,128
Here is the code.
function build_grid(type) {
var store = new Ext.data.Store({
// load using an HttpProxy
proxy: new Ext.data.HttpProxy({
url: '{{$html->url('#####')}}'
}),
//... -
9 Mar 2009 1:51 PM
- Replies
- 7
- Views
- 1,128
Ok. I have seen this issue in other posts awhile back but with no solution so I will keep it simple. I have a VERY basic grid. I go get some basic data and I show a basic grid. The header's do not...
-
19 Jan 2009 1:23 PM
Jump to post Thread: Question about calendar by businessman332211
- Replies
- 13
- Views
- 1,570
This is strange. The getTarget has a parameter that you can set to true to change how it returns it. Even when I pass it as true it's still working in IE but not firefox even though I am now sure...
-
19 Jan 2009 11:51 AM
Jump to post Thread: Question about calendar by businessman332211
- Replies
- 13
- Views
- 1,570
It's returning an element object.
Results 1 to 25 of 120
