Search Type: Posts; User: ang89
Search: Search took 0.03 seconds.
-
9 Dec 2009 6:06 AM
- Replies
- 5
- Views
- 1,212
Ah, I can use "this.company_store".
-
6 Dec 2009 7:13 PM
- Replies
- 5
- Views
- 1,212
Hi there,
I want to know how to access parent's object attribute from a child object.
For example:
var TraineeGrid = Ext.extend(Ext.grid.EditorGridPanel,
{
company_store:... -
28 Nov 2009 8:28 PM
- Replies
- 1
- Views
- 2,200
Nevermind. I just found this.
I should have search the forum before posting new thread. -
28 Nov 2009 8:02 PM
- Replies
- 1
- Views
- 2,200
Is it possible for JSON store to store an object, whose one of the attribute is an array?
For example, I want to retrieve a list of training. Each training has many schedules, each is of type date.... -
28 Nov 2009 3:16 PM
Jump to post Thread: DatePicker problem by ang89
- Replies
- 2
- Views
- 750
And this quickfix is helpful.
Ext.override(Ext.form.DateField, {
onMenuHide: function() {
this.focus();
this.focus(false, 60);
this.menuEvents('un');
}
}); -
28 Nov 2009 4:32 AM
Jump to post Thread: DatePicker problem by ang89
- Replies
- 2
- Views
- 750
Hi there, I'm using firefox 3.5.
Everytime I pick a date from datepicker, the display always goes up, so that the DateField is on the bottom of the display. Please see the attached image.
And... -
27 Nov 2009 4:14 PM
Jump to post Thread: Can I display items in a tooltip? by ang89
- Replies
- 2
- Views
- 704
But mystring is a JSON string. I want to display a correctly formatted view of the data, hence data view.
-
26 Nov 2009 11:57 PM
Jump to post Thread: Can I display items in a tooltip? by ang89
- Replies
- 2
- Views
- 704
I want to display a dataview object inside a tooltip. Can I actually do that?
Because this code displays an empty tooltip:
Ext.QuickTips.register(
{
target: courses[index],
items:... -
9 Nov 2009 5:21 AM
- Replies
- 3
- Views
- 1,355
Thanks you !!
-
8 Nov 2009 5:31 AM
- Replies
- 3
- Views
- 1,355
Anyone?
-
8 Nov 2009 1:22 AM
- Replies
- 3
- Views
- 1,355
Hi there,
I'm trying to attach a checkbox selection model to my grid. I construct the selection model without initial configuration (by default, singleSelect is set to false).
The checkboxs are... -
24 Aug 2009 3:08 AM
- Replies
- 8
- Views
- 2,321
Yeah that's it. Thanks !
-
24 Aug 2009 2:48 AM
- Replies
- 8
- Views
- 2,321
Okay, okay I got it. . So waiting for AJAX call is not an option. Any suggestion for my problem here?
-
24 Aug 2009 2:13 AM
- Replies
- 8
- Views
- 2,321
Hi there, I want to call an AJAX request inside a VType validation function. Basically, I want to check whether the given input already exists in database. If it does, the field will be marked as...
-
23 Aug 2009 7:27 PM
- Replies
- 3
- Views
- 846
Ah, It's okay now. I'm using something like:
var failure_handling = function (form, action) {};
new Ext.form.Action.Submit({ failure: failure_handling });
Why haven't I thought about this before... -
23 Aug 2009 6:47 PM
- Replies
- 3
- Views
- 846
Hi, thanks for the reply.
I've tried to use
Ext.form.Action.Submit.prototype.failure = function (form, action) { // Do something } but it doesn't work. I tried to look at the source code, and... -
21 Aug 2009 7:47 PM
- Replies
- 3
- Views
- 846
I want to apply a default success and failure handling to Action.Submit class. Can I do it?
-
16 Aug 2009 6:47 PM
- Replies
- 4
- Views
- 956
Ok . .Thanks all !
-
16 Aug 2009 1:48 AM
- Replies
- 4
- Views
- 956
I see . . Just being curious, how are these config options stored inside the object?
-
15 Aug 2009 11:59 PM
- Replies
- 4
- Views
- 956
Can config options be changed after the corresponding ext object has been created ?
Or it can only be configured when constructing the object? -
13 Aug 2009 9:15 AM
Jump to post Thread: CSS conflict problem by ang89
- Replies
- 2
- Views
- 1,589
The !important works great. Thank you !
-
12 Aug 2009 9:31 PM
Jump to post Thread: CSS conflict problem by ang89
- Replies
- 2
- Views
- 1,589
I have a web page with background colour of gray. When i include gxt-all.css, the background colour become white. How can i fix this?
I have 2 css files here, envision.css (my template) and... -
18 Dec 2008 4:13 AM
Jump to post Thread: Cannot add records to grid by ang89
- Replies
- 5
- Views
- 953
The height . . can't believe i didn't notice this ! Thanks mjlecomte !
Thanks for the advice, by the way :) . . -
18 Dec 2008 12:55 AM
Jump to post Thread: Cannot add records to grid by ang89
- Replies
- 5
- Views
- 953
Yea i'm pretty sure about that too . . That's what i see from the examples.I wonder what am i doing wrong here.
I've tried that before, and no luck =p . . -
17 Dec 2008 10:07 PM
Jump to post Thread: Cannot add records to grid by ang89
- Replies
- 5
- Views
- 953
I have an editor grid with no pre-loaded record, but it has an action button at the top toolbar to dynamically add new record.
An empty grid did show up at the first load, but it gave me no...
Results 1 to 25 of 36
