Search Type: Posts; User: EvilKnight
Search: Search took 0.03 seconds.
-
19 May 2013 11:56 PM
- Replies
- 1
- Views
- 121
For EXTJS 3.4
I am required to use .insert and than doLayout() to insert a component that could be example a textfield. But after the insert, I could not use it component method example: .disable()... -
18 Sep 2012 1:37 AM
Jump to post Thread: Pagingbar store loadpage by EvilKnight
- Replies
- 1
- Views
- 267
i have a paging bar. which i want the current page to be dynamic which can be 2 or 3 rather than default 1 from the grid panel the index which i selected.
so i added... -
16 Jul 2012 6:30 PM
Jump to post Thread: grid data with inequality by EvilKnight
- Replies
- 4
- Views
- 357
thank you evant!
-
16 Jul 2012 1:18 AM
Jump to post Thread: grid data with inequality by EvilKnight
- Replies
- 4
- Views
- 357
Thanks for the reply. i saw it in the store, it been decoded in the store, but it will not display correctly. i think after passing half-way through ext for displaying in the grid, it been...
-
15 Jul 2012 9:24 PM
Jump to post Thread: grid data with inequality by EvilKnight
- Replies
- 4
- Views
- 357
Hi, i having this problem, when i having a record in the grid panel store which have a inequality ("< >") symbol. and the record will not display, and it seem to went wrong... any idea how to fix it?
-
9 Jul 2012 7:17 PM
Jump to post Thread: About {...} value by EvilKnight
- Replies
- 3
- Views
- 360
Geez, i believe i found out what happen for getting {...} as value which can't be expand.
Due to my project is quite complex, i cant write out the sample coding. but anyway i found out at 1 point of... -
5 Jul 2012 11:13 PM
Jump to post Thread: About {...} value by EvilKnight
- Replies
- 3
- Views
- 360
Hi, can anyone tell me what the meaning for the value if it return is {...}?
I get this when i passed it as a parameter which content data through the event. and trying to receive it at the... -
27 Jun 2012 1:57 AM
- Replies
- 2
- Views
- 644
erm i think i posted in the wrong section. can any mod help me move to the bug section? lol
-
27 Jun 2012 1:32 AM
- Replies
- 2
- Views
- 644
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0
Browser versions tested against:
IE8 -
21 Jun 2012 6:35 PM
- Replies
- 1
- Views
- 542
Required Information
Version(s) of Ext GWT
ExtJS 4.1.0 GPL
Browser versions and OS
(and desktop environment, if applicable)
ยท Internet Explorer 8 & 9, Chrome, FireFox - Win7x64 -
21 Jun 2012 1:07 AM
- Replies
- 2
- Views
- 681
Sorry but to bump this thread. this occur in EXTJS 4.1.0 still. hope there is any workaround or solution.
-
20 Jun 2012 11:51 PM
Jump to post Thread: Menu alignment by EvilKnight
- Replies
- 2
- Views
- 377
Oh, i fixed it. thanks anyway.
Cause and Solution:
Had 21 item in the button menu.
All the 21 item set to hide = false.
Render the 21 item first.
Than .hide() some of the item according to the... -
20 Jun 2012 2:13 AM
Jump to post Thread: Menu alignment by EvilKnight
- Replies
- 2
- Views
- 377
I have a button menu which content alot of item which is function, around 20.
so i hide the item of function after render it.
this cause my menu to cover the button when clicked first time, but it... -
18 Jun 2012 6:48 PM
Jump to post Thread: dom error by EvilKnight
- Replies
- 3
- Views
- 663
Yes, sure. was abit in a rush, so forgotten to paste my coding.
This error not happening when I use IE.
It work fine when I previously use EXTJS3.
Part of my EXTJS Coding:
... -
18 Jun 2012 2:01 AM
Jump to post Thread: dom error by EvilKnight
- Replies
- 3
- Views
- 663
Hi, i having this error:
FireFox shows: dom.classList is undefined
Chrome shows: Uncaught TypeError: Cannot call method 'contains' of undefined
Anyone can tell me what normally caused this... -
24 May 2012 8:21 PM
Jump to post Thread: TreeEditor by EvilKnight
- Replies
- 2
- Views
- 387
There is a Ext.tree.TreeEditor for EXTJS3 but i could not find any of it to use in EXTJS 4.0.7 which i wanted to use for Ext.tree.Panel to rename the node.
Is there any replacement for this or it... -
24 May 2012 8:18 PM
Jump to post Thread: Function createDelegate by EvilKnight
- Replies
- 1
- Views
- 701
I'm trying to migrate 3 to 4 for EXTJS.
but i'm not sure how to replace createDelegate, anyone can show a example?
if (!skipConfirm) {
My.showConfirmMsgBox(this.ConfirmDeleteFolderMsg,... -
19 Apr 2012 8:18 PM
Jump to post Thread: ArrayReader and Store by EvilKnight
- Replies
- 4
- Views
- 498
Hi, anyone? i just updated to this way from js3 to js4. but there a problem. the record wont show out..............
var reader = new Ext.data.reader.Array({},[{
name: 'name'
},{
name:... -
19 Apr 2012 12:46 AM
Jump to post Thread: ArrayReader and Store by EvilKnight
- Replies
- 4
- Views
- 498
erm sorry gotta bump this thread. i still cannot get it. there is a few array methods. not sure which is used for replacing it. and uses for the groupingstore, which i suppose it store now.
-
18 Apr 2012 12:31 AM
Jump to post Thread: ArrayReader and Store by EvilKnight
- Replies
- 4
- Views
- 498
erm you mean grouper or group? any nice example?
-
13 Apr 2012 1:21 AM
Jump to post Thread: ArrayReader and Store by EvilKnight
- Replies
- 4
- Views
- 498
Hi, anyone know for EXTJS 3, i having this, so how should i do about this for EXTJS 4.
var reader = new Ext.data.ArrayReader({}, [
{ name: 'name' },
{ name: 'description' }
]);
var... -
2 Mar 2012 1:42 AM
Jump to post Thread: cn is null by EvilKnight
- Replies
- 4
- Views
- 694
anyone having any idea how to solve this? or any way to verify what when wrong with my coding? i been stucked in this for days
-
29 Feb 2012 6:31 PM
Jump to post Thread: cn is null by EvilKnight
- Replies
- 4
- Views
- 694
Yes. but still not sure whats when wrong. is there any comparison of extjs 3 and 4 coding? What extjs 4 required but it does not exist in extjs 3?
I only able to know after it got into... -
29 Feb 2012 12:21 AM
Jump to post Thread: cn is null by EvilKnight
- Replies
- 4
- Views
- 694
Wondering anyone met this cute problem before?
I trying to migrate ExtJS 3 to ExtJS 4. Before migrating, the login page and others are working fine.
But when I did the migrate, the login page... -
27 Feb 2012 12:10 AM
Jump to post Thread: Combobox collapsing by EvilKnight
- Replies
- 5
- Views
- 729
It the only example I could find. It happen to extjs 4. I-|
Results 1 to 25 of 30
