Search Type: Posts; User: Setti
Search: Search took 0.01 seconds.
-
7 Aug 2008 6:06 AM
Jump to post Thread: this.targetXY is undefined by Setti
- Replies
- 0
- Views
- 758
After I add
tbar: [
{text: 'OK', handler: function(){alert('ok')}}
]to my PropertyGrid, it appear JS error:
ext-all.js
"this.targetXY is undefined"
tbar and button works right.
How to... -
1 Aug 2008 5:59 AM
Jump to post Thread: Grid height at 100% in IE7 by Setti
- Replies
- 7
- Views
- 7,995
http://extjs.com/forum/showthread.php?t=15499
-
17 Jul 2008 7:19 AM
- Replies
- 4
- Views
- 3,881
Resolved!
encode(myrecord) - wrong
encode(myrecord.data) - right
Thanx. -
17 Jul 2008 7:13 AM
- Replies
- 4
- Views
- 3,881
encode() - it's good, but when I apply that method to my resulting array of changed Records, I see error: "too much recursion"
-
17 Jul 2008 6:06 AM
- Replies
- 4
- Views
- 3,881
Hi!
What is most correct and simplest way for sanding data to server as JSON string?
Initial point - array of Records after store.getModifiedRecords()
Results 1 to 5 of 5
