Search Type: Posts; User: jcabrera
Search: Search took 0.01 seconds.
-
12 Nov 2009 10:44 AM
- Replies
- 7
- Views
- 1,760
value : MixedA value to initialize this field with (defaults to undefined).
{
name: 'opleidingsOmschrijving',
... -
12 Nov 2009 6:30 AM
- Replies
- 7
- Views
- 1,760
this method does not load values automatically. the same way you set up [ name: registration.opleidingsOmschrijving,], set up values for each field with the registration object properties. I see you...
-
11 Nov 2009 8:26 AM
- Replies
- 7
- Views
- 1,760
load the json with Ext.Ajax.
decode it
use Ext.each to iterate
append items dinamically to formpanel. -
11 Nov 2009 7:03 AM
- Replies
- 7
- Views
- 917
ok, and it only makes more complex the sort method
-
11 Nov 2009 6:23 AM
- Replies
- 7
- Views
- 917
take odd first ant then even. is the less invasive method
-
10 Nov 2009 8:34 PM
Jump to post Thread: Add New Row in Grid by jcabrera
- Replies
- 2
- Views
- 755
get /ext-3.0.0/examples/restful/ in your extjs folder.
-
10 Nov 2009 8:16 PM
- Replies
- 6
- Views
- 1,733
that's the answer to both questions. remember that disabled fileds does not submit...
disabled : true -
10 Nov 2009 7:55 PM
- Replies
- 7
- Views
- 1,116
I guess that if you are not using the power of the grid, you should not use a grid and pretend it is another object.
You could generate a list like that applying a template to the store directly. I... -
10 Nov 2009 7:43 PM
Jump to post Thread: autoLoad by jcabrera
- Replies
- 2
- Views
- 796
I could helo if you post more of your code...
-
9 Nov 2009 9:49 PM
- Replies
- 2
- Views
- 1,045
You got a date object. if you stop and read:
getValue() : DateReturns the current date value of the date field.
it does not matter the format you... -
9 Nov 2009 8:36 PM
- Replies
- 3
- Views
- 1,854
this code should work for you...
Ext.onReady(function(){
var form = new Ext.form.FormPanel({
title: "Request Computer Account (Graduate)",
frame:...
Results 1 to 11 of 11
