Search Type: Posts; User: concep86
Search: Search took 0.02 seconds.
-
26 Apr 2011 9:11 AM
- Replies
- 0
- Views
- 874
Hi All,
I need a little help... I am using the example tree file... check-tree.html
I added a form with 1 field... called item....
<form action="mphtml.php" method="post" name="form">... -
15 Apr 2011 6:57 AM
Jump to post Thread: passing form value to tree by concep86
- Replies
- 0
- Views
- 534
I am using the standard check-tree.html that comes with the download.
I created a database query file that creates the data file in the format necessary...
I added a single field to the... -
28 Apr 2008 2:48 PM
Jump to post Thread: Grid RecordForm Plugin by concep86
- Replies
- 590
- Views
- 166,312
the page loads, but the grid is empty...
can anyone post the json for this page "process-request.php"
thanks
concep86 -
14 Apr 2008 12:13 PM
- Replies
- 10
- Views
- 2,946
djfiii, thanks for taking a look at this with me...
My login form is working.... i can pass the username and password to the login.asp page...
I return the json success text ..... ... -
14 Apr 2008 4:04 AM
Jump to post Thread: Grid RecordForm Plugin by concep86
- Replies
- 590
- Views
- 166,312
Risking seriously bodily injury... :D:D
Can I ask you Saki to post an example using a simple data store... like one of the extjs examples.... :">:">
I have been looking at your example and just... -
14 Apr 2008 3:57 AM
- Replies
- 10
- Views
- 2,946
any pointers... been trying for over a week.... but still no success.
thanks -
11 Apr 2008 12:29 PM
- Replies
- 10
- Views
- 2,946
sorry, using clasic asp for backend...
thanks anyway -
11 Apr 2008 7:28 AM
- Replies
- 10
- Views
- 2,946
OK... after many searches and a lot of fumbling with code... I still cant get this page to pass the username and password to my new page....
I borrowed some code for my login page.... but cant... -
7 Apr 2008 5:14 AM
- Replies
- 77
- Views
- 38,003
Thanks mabello, for pointing me in the right direction...
This is what ultimately worked for me...
handler: function (){
window.location.href = 'advertisers.asp';
} -
6 Apr 2008 6:15 PM
- Replies
- 77
- Views
- 38,003
quickie... how do i add a url to a menu..
I want to open url when i click the menu item...
thanks -
31 Mar 2008 11:12 AM
Jump to post Thread: add listener to see json by concep86
- Replies
- 13
- Views
- 4,303
OK... JS for me upto the point I ran into extjs... was simply used to validate forms... Ouch... be kind...
I have been working on a private project that I want to use extjs with... I love... -
31 Mar 2008 9:46 AM
Jump to post Thread: add listener to see json by concep86
- Replies
- 13
- Views
- 4,303
The only reason I have done it this way, is because I started with the portal.html example....
http://extjs.com/deploy/dev/examples/portal/portal.html
Then removed what i did not need... ... -
31 Mar 2008 4:51 AM
Jump to post Thread: add listener to see json by concep86
- Replies
- 13
- Views
- 4,303
ok
I started with the portal.html example....
This is where i am today...
Just finished adding your code...
simple-grid.js... -
30 Mar 2008 6:19 PM
Jump to post Thread: add listener to see json by concep86
- Replies
- 13
- Views
- 4,303
ok... i added this listener
from your grid faq mjlecomte
right where you said to add it...
ok if i used the wrong listener.. the devil made me do it :) -
30 Mar 2008 10:26 AM
Jump to post Thread: add listener to see json by concep86
- Replies
- 13
- Views
- 4,303
ok... am not getting any errors in FF... but nothing showing up in ie...
dawesi - where in my code do i put the listener.
I am not gettng any errors in firebug... but the grid is empty.
... -
27 Mar 2008 5:00 PM
Jump to post Thread: add listener to see json by concep86
- Replies
- 13
- Views
- 4,303
Ok... have tried for a week to add a listener... because i think my json is not correct...
/*
* Ext JS Library 2.0
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com -
25 Mar 2008 4:00 AM
- Replies
- 9
- Views
- 2,326
Ok, I have been playing around with the code.....
But nothing shows up in the grid...
I am trying to add a listener to see if my json is working correctly...
off to listener 101 I go. ... -
23 Mar 2008 6:28 PM
- Replies
- 6
- Views
- 2,698
halkon_polako i have tried that... but cant get it.
I have gone from the top to the bottom... placing the code in every possible position.
dang.... i wish i knew js.....
i will keep... -
22 Mar 2008 2:20 PM
- Replies
- 3
- Views
- 3,182
ok, i figured this out....
problem was the code on the functions page... did not need it.
This is the code of my functions page now....
this functions page simple adds record to db...
... -
22 Mar 2008 2:01 PM
- Replies
- 6
- Views
- 2,698
thanks for your response ...
i have the button working but was hoping for simple link instead. -
22 Mar 2008 9:55 AM
- Replies
- 9
- Views
- 2,326
condor,
lets say i get the json working...
how do i change the form to jsonreader?
thanks -
22 Mar 2008 9:47 AM
- Replies
- 6
- Views
- 2,698
I have this login form and i would like to add a link to registration page.
Is this possible... all help is appreciated.
var formPanel = new Ext.form.FormPanel({
baseCls:... -
22 Mar 2008 8:59 AM
- Replies
- 9
- Views
- 2,326
So is this how it should look?
{"data": [{"adv_name": "McDonalds","campaign": "2 for $3","campest": "180","flight_date_start": "2\u002F1\u002F2008","flight_date_end":... -
22 Mar 2008 8:44 AM
- Replies
- 9
- Views
- 2,326
condor,
according to the info here
http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/
This is how to generate JSON from VBScript (ASP) datatypes
Thanks. -
22 Mar 2008 8:01 AM
- Replies
- 9
- Views
- 2,326
Ok... i have aofrm that is using the arrayreader to display data...
What i am trying to do is change this arrayreader to a jsonreader
This is my grid.js
/*
* Ext JS Library 2.0
*...
Results 1 to 25 of 51
