Search Type: Posts; User: redgrey
Search: Search took 0.02 seconds.
-
14 Nov 2007 3:36 AM
- Replies
- 8
- Views
- 5,074
http://extjs.com/forum/showthread.php?t=10543&highlight=MultiSelectionModel+shift+ctrl
-
1 Nov 2007 4:42 AM
- Replies
- 15
- Views
- 24,788
can't figure out how to change the Label of an Ext.form.TextArea component at runtime (after the form has been rendered)
myExtFormTextArea.fieldLabel = 'new label';
doesn't work
maybe someone... -
22 Oct 2007 4:46 AM
Jump to post Thread: JsonView problem with Json string by redgrey
- Replies
- 4
- Views
- 1,619
no ideas anyone?
-
18 Oct 2007 6:04 AM
- Replies
- 7
- Views
- 2,050
my code setup looks nearly the same as violinista's and i am encountering the same problems. also when dynamically building new "module gui" into an existing ContentPanel myInnerLayout.layout()...
-
8 Oct 2007 7:05 AM
Jump to post Thread: OOP with Javascript by redgrey
- Replies
- 11
- Views
- 2,274
indeed it's just a singleton pattern, cause
var MySingleton = function(){
return {
id : 1,
test : function(){ return this.id; }
}
}(); -
8 Oct 2007 2:31 AM
Jump to post Thread: JsonView problem with Json string by redgrey
- Replies
- 4
- Views
- 1,619
this puny jsonview is driving me nuts... maybe someone can explain, why my view can't read the json data properly? would appreciatea any hints
file "index.php" contains
<?php
$ext_path =... -
5 Oct 2007 4:27 AM
Jump to post Thread: How to make a Form readonly? by redgrey
- Replies
- 10
- Views
- 12,971
have i missed something that elemental? disabling complete forms would be very handy!
i tried posted approach and noticed, that in my case myForm.items is an array of "undefined" values. Still... -
2 Oct 2007 3:05 AM
- Replies
- 11
- Views
- 5,071
since i had some difficulties to figure this out myself i've done another nesting example on form layouting...
treat the "myForm.fieldset/container/column/();" combined with "myForm.end();"... -
28 Sep 2007 5:22 AM
Jump to post Thread: re-rendering tree at runtime by redgrey
- Replies
- 2
- Views
- 940
many thanks, your post was pretty handy to me :)
workaround in case of simple handling procedures and "compile time" available variables to be passed, is to define anonymous handling function... -
27 Sep 2007 12:46 AM
Jump to post Thread: Opposite of 'reset' for forms by redgrey
- Replies
- 6
- Views
- 1,372
not sure if i got the point...
the "beforeaction" event of the form could be handy there
maybe hook up a function just before submit takes place which stores form values in an... -
26 Sep 2007 6:56 AM
Jump to post Thread: Add record to store by redgrey
- Replies
- 16
- Views
- 4,235
grid shows added record perfectly BUT dataStore.getById() returns undefined just after having added the record using dataStore.add() ?
setting up your dataStore.reader with "ID" property won't... -
17 Sep 2007 3:57 AM
- Replies
- 8
- Views
- 3,140
thanks guys, just works fine
-
11 Sep 2007 1:16 AM
Jump to post Thread: ext.form is weak?why! by redgrey
- Replies
- 12
- Views
- 3,193
absolutely agree regarding these issues. having 4 forms rendered into differnent regions/tabs of nestedborderlayout my 'init_gui' procedure becomes pretty slow. additionally my app regularly freezes...
-
13 Aug 2007 10:11 AM
- Replies
- 2
- Views
- 1,011
yourExtGrid.getSelectionModel().lock();
Results 1 to 14 of 14
