Search Type: Posts; User: piston
Search: Search took 0.02 seconds.
-
2 Mar 2011 12:07 PM
Jump to post Thread: how do put link inside grid cell? by piston
- Replies
- 7
- Views
- 1,434
thanks :)
-
2 Mar 2011 10:21 AM
Jump to post Thread: how do put link inside grid cell? by piston
- Replies
- 7
- Views
- 1,434
one more question: if I needed 2 variables on that same line, how would I get that second one into the URL - with this code?
return String.format("<a... -
2 Mar 2011 6:21 AM
- Replies
- 2
- Views
- 485
you were right - the json was coming up but something in it was not quite right. I went one item at a time until I got it all correct. thanks
-
1 Mar 2011 7:50 AM
- Replies
- 2
- Views
- 485
I had a grid working fine with an XMLstore and reader. Since no one seems to be using XML anymore I decided to try a Json store. I have a php file making me a beautiful json file - that's not the...
-
28 Feb 2011 2:48 PM
- Replies
- 15
- Views
- 1,187
actually - i didn't think this was necessary if remoteSort were set to 'true' which my store is. Any truth to that (?)
-
28 Feb 2011 2:03 PM
- Replies
- 15
- Views
- 1,187
gotcha. still not working, but now that I know what to do I'll try when I get home. If anyone has a sample php file they'd like to share, I'd appreciate it.
-
28 Feb 2011 1:38 PM
- Replies
- 15
- Views
- 1,187
I added this aboev my query:
$_POST["limit"];
$_POST["start"];
and this to my query:
limit '$start', '$limit'";
but now getting no results. See anything wrong? -
28 Feb 2011 1:13 PM
- Replies
- 15
- Views
- 1,187
this was hand-built so I didn't have those POSTs in there. I'll see if I can manage it.
-
28 Feb 2011 12:26 PM
- Replies
- 15
- Views
- 1,187
yeah, php. I have a php file that queries DB, then builds an XML file with results.
-
28 Feb 2011 12:22 PM
- Replies
- 15
- Views
- 1,187
MySQL
looking at the paging example .js file I only see 2 instances where the paging is limited to "25" which is what I've done. I guess there's more to do in the query file. Any help is... -
28 Feb 2011 11:43 AM
- Replies
- 15
- Views
- 1,187
so I have to have a separate query for each stretch of 15 items? the first one with "limit 0, 15" and the second with "limit 15, 15" etc etc?
-
28 Feb 2011 11:05 AM
- Replies
- 15
- Views
- 1,187
do you mean by limiting the query to 15? I did that but I could not get the 16th to load. I'm not sure how to limit the query at the server level without just limiting the query which seems to cut...
-
28 Feb 2011 10:15 AM
- Replies
- 15
- Views
- 1,187
I have a paging grid with these setings:
pageSize: 15 in toolbar and
store.load({params:{start:0, limit:15}});
The grid loads 16 rows (the number of rows in my table). The paging does... -
28 Feb 2011 10:08 AM
Jump to post Thread: how do put link inside grid cell? by piston
- Replies
- 7
- Views
- 1,434
works great - much appreciated :)
-
28 Feb 2011 9:36 AM
Jump to post Thread: how do put link inside grid cell? by piston
- Replies
- 7
- Views
- 1,434
thanks - I created the renderer which works, but I'm not sure how to pass the data from the reader to the renderer: this is what I have now, but doesn't work:
var urlrenderer = function... -
28 Feb 2011 8:30 AM
Jump to post Thread: how do put link inside grid cell? by piston
- Replies
- 7
- Views
- 1,434
what paramter do I use in a column to add a link in a cell? I need to have it with a variable inside the link like this:
<a href="link/{$hash}">Edit</a>
thanks -
21 Feb 2011 11:48 AM
Jump to post Thread: help with renderer setup by piston
- Replies
- 4
- Views
- 526
you were right - I added this and it works - THANKS
{name: 'full_name'},
{name: 'email'},
{name: 'fax'},
{name: 'type'},
{name: 'active', type:... -
21 Feb 2011 11:02 AM
Jump to post Thread: help with renderer setup by piston
- Replies
- 4
- Views
- 526
yeah, that's ok. The only column I want to use the renderer on is the "active" column.
-
21 Feb 2011 10:28 AM
Jump to post Thread: help with renderer setup by piston
- Replies
- 4
- Views
- 526
I should have shown this too, I declared "data" in my store and reader:
var store = new Ext.data.Store({
// load using HTTP
url: 'http://www.mysite.com/beta/contact_echo.php',
... -
21 Feb 2011 10:06 AM
Jump to post Thread: help with renderer setup by piston
- Replies
- 4
- Views
- 526
I'm not much of a JS guy, so bear with me. I'm trying to get my renderer to work on this grid, and I'm not exactly sure what is wrong with this code:
Ext.onReady(function () {
var imgRenderer... -
29 Jan 2009 12:37 PM
Jump to post Thread: cachefile.net alternative? by piston
- Replies
- 3
- Views
- 1,288
does that also host 2.1?
-
29 Jan 2009 12:13 PM
Jump to post Thread: cachefile.net alternative? by piston
- Replies
- 3
- Views
- 1,288
cachefile.net finally but the dust today - I had an alternative lined up, but now I forget the url... anyone know who's hosting the extjs library?
-
21 Jan 2009 11:03 AM
Jump to post Thread: Ext.ux.form.SuperField 1.0 beta by piston
- Replies
- 44
- Views
- 11,011
for some reason I'm not getting the edit button to show up once I add an item - is this a known problem or easy fix? The delete button shows up so I know the gif is there
-
15 Jan 2009 11:23 AM
- Replies
- 59
- Views
- 93,771
I'd like to use this extension - which post has the most-updated js file? Is the original post up to date?
**edit** nvm, http://extjs.com/learn/Extension:ColorField -
8 Jan 2009 11:02 AM
- Replies
- 2
- Views
- 766
code is huge, but here you go
patientInfo: function(item){
if (!this.patientInfoPanel) {
var providerStore = new Ext.data.SimpleStore({
fields: ['provider'],
data :...
Results 1 to 25 of 120
