Search Type: Posts; User: mahe8116
Search: Search took 0.03 seconds.
-
3 Feb 2012 7:03 AM
- Replies
- 4
- Views
- 3,068
<html><head><script type="text/javascript">function convert(){ var newShinyPanel = new Ext.Panel({ applyTo:'new-div', ...
-
3 Feb 2012 6:59 AM
- Replies
- 4
- Views
- 3,068
Just use contentEl config
<html>
<head><script type="text/javascript">function convert(){ var newShinyPanel = new Ext.Panel({ ... -
1 Jul 2011 9:58 AM
- Replies
- 11
- Views
- 11,359
I had the same problem, the below change to Ext.decode fixed the problem for me.
var data = Ext.decode(result.responseText);
I know this is a very old thread post, but for somebody having a...
Results 1 to 3 of 3
