Search Type: Posts; User: GTCulbreth
Search: Search took 0.02 seconds.
-
30 Jun 2008 12:18 PM
- Replies
- 3
- Views
- 2,278
Try adding a listener to your text fields.
listeners: {
'change': function (thisField) {
var f1 = (thisField.getValue());
//Check the Value?//
... -
23 May 2008 11:09 AM
- Replies
- 1
- Views
- 995
For anyone interested this is how I solved my problem. This was all here on the forum but not all put together that I could find.
Each combo box need to have there own store. I created them all... -
19 May 2008 10:23 AM
- Replies
- 1
- Views
- 995
Hi All,
I have a question about using stores. I have multiple combo boxes that can get data using one call to the server and then filter the types in the store for each on the combo boxes. I... -
7 May 2008 8:52 AM
- Replies
- 4
- Views
- 906
Thanks
-
2 Apr 2008 4:20 AM
- Replies
- 4
- Views
- 906
Thanks for the reply,
I take it a custom validator would check the other field for a value. Make since.
Not having ever written one, what would it look like.
Thanks -
1 Apr 2008 3:23 PM
- Replies
- 4
- Views
- 906
Hi all,
I two fields that are required but if one of the field is populated the the other is not required.
If both are empty they should show red with an icon, and they do, but if theId1 has a... -
30 Mar 2008 7:12 PM
Jump to post Thread: vtype definition by GTCulbreth
- Replies
- 2
- Views
- 1,251
Thanks for the references. I had done the google thing but I wasn't sure what I was looking for.
Thanks again. -
30 Mar 2008 2:51 PM
Jump to post Thread: vtype definition by GTCulbreth
- Replies
- 2
- Views
- 1,251
Hi all,
Forgive me if this is the wrong place for this post, but ya'll deal with sort of code all the time.
I'm trying to write a vtype but don't quite understand the ( I don't know what to... -
19 Mar 2008 6:08 AM
- Replies
- 3
- Views
- 1,205
Thanks Spaque99. I have been side tracked and am now back to ExtJs and will add your code.
Thanks again. -
14 Mar 2008 4:49 AM
- Replies
- 3
- Views
- 1,205
I Think I have seen how to do this on the forum, but I cannot find it again.
I have a comboBox whose data store has four values, a "value", "Display", and then "conId" and "contract". When... -
13 Mar 2008 7:12 AM
Jump to post Thread: What are the valid vTypes? by GTCulbreth
- Replies
- 1
- Views
- 719
I want to use validation in my forms and see this is done by using vtypes. Can someone tell me what the valid vtypes are? Or do you have to define then as I have seen throughout the forum.
... -
12 Mar 2008 7:58 AM
- Replies
- 0
- Views
- 683
Hi All,
I have a problem showing my form in a window. If I have my code set up below, I get a this.el has no properties when I open it.
If I put the form in the Window, which I like better,... -
11 Mar 2008 10:01 AM
- Replies
- 13
- Views
- 2,314
Yes, I believe so. The was retrieved from org.json
-
10 Mar 2008 12:46 PM
- Replies
- 13
- Views
- 2,314
I thank each of you four your help,
I did as Animal suggested and moved the GripPanel directly to the TabPanel. Although it did not show my data it did show the grid when there were no records. ... -
9 Mar 2008 7:41 AM
- Replies
- 13
- Views
- 2,314
Thanks.
I'll add a title to the grid panel and then add the grid to the tabPanel.
Again thanks for the help, education really -
8 Mar 2008 8:16 AM
- Replies
- 13
- Views
- 2,314
I don't have access to the server until Monday, but when I do what Animal said how do I specify the tab Name that shows on the tab? Help me understand.
if I add this as an item in a TabPanel I am... -
7 Mar 2008 8:52 PM
- Replies
- 13
- Views
- 2,314
Hi Animal,
I did not insert the code for grid1(as it work fine and the name of grid2 is dGrid in the second set of code. Grid1 gets all of the records on load and is working fine. Grid2 gets... -
7 Mar 2008 1:43 PM
- Replies
- 13
- Views
- 2,314
Hi All,
I am posting this because I have hit a dead end. I think my code look correct but it doen not work.
Here is what I have:
I have a tab panel that contains two grids, one on each page. ... -
5 Mar 2008 4:06 AM
- Replies
- 2
- Views
- 719
To correct this I changed:
editForm.getForm().load({url:'/TOA/GetDisasterDataListAction.do?dId='+dId, waitMsg:'Loading'});
this.dWindow(editForm);
To: -
5 Mar 2008 4:02 AM
Jump to post Thread: Problem Loading JSON Store by GTCulbreth
- Replies
- 18
- Views
- 5,911
Here is my code. I changed the names of some fields but it should work
I choose to separate the components as it makes it easier for me
This is the grid and record definition
... -
4 Mar 2008 5:18 AM
Jump to post Thread: Problem Loading JSON Store by GTCulbreth
- Replies
- 18
- Views
- 5,911
Thanks all who helped.
-
3 Mar 2008 12:49 PM
- Replies
- 2
- Views
- 719
One more thing. On the second time the "Loading...." prograss bar never goes away.
-
3 Mar 2008 12:04 PM
- Replies
- 2
- Views
- 719
Hi All,
I am having a problem displaying form data in a window the second time. The form is used to edit data from a server.
The first time it displays but when I select a different record the... -
3 Mar 2008 11:37 AM
- Replies
- 7
- Views
- 3,328
I don't know if this is it but look at this line
Ext.get('regform').un("submit", fm2.onSubmit, fm2);
Should this be .on -
25 Feb 2008 6:34 AM
Jump to post Thread: Problem Loading JSON Store by GTCulbreth
- Replies
- 18
- Views
- 5,911
Hi All, I am moving on to my next problem. The grid does not seem to have a columnModel, but that will be a different post.
After I get my code cleaned up I am going to post the json code as an...
Results 1 to 25 of 39
