Search Type: Posts; User: nickbretz
Search: Search took 0.06 seconds.
-
21 Jun 2012 10:40 PM
- Replies
- 2
- Views
- 643
You can do this with ElementUpdater like so:
Ext.get("div-to-update").load({
url: "formHandler.php",
form: Ext.get('form-id'),
scripts: true
}); -
17 Jan 2012 7:19 PM
- Replies
- 4
- Views
- 1,937
I went ahead and created this component. I put it up on github. Feel free to modify it or suggest improvements.
This allows your server to send a different template based on the record in each... -
20 Oct 2011 7:42 PM
- Replies
- 2
- Views
- 2,254
You can find it in the file extjs/src/chart/theme/Base.js
//Create theme from color array
for (i = 0; i < cats; i++) {
themes['Category' + (i + 1)] = (function(category) {
... -
19 Oct 2011 9:11 PM
Jump to post Thread: HtmlEditor toolbar hide problem by nickbretz
- Replies
- 1
- Views
- 978
Here is a simple example to show how you can get around this issue in IE7/8
new Ext.form.HtmlEditor({
renderTo: Ext.getBody(),
width: 800,
height: 300,
listeners: {
... -
13 Oct 2011 1:22 PM
- Replies
- 2
- Views
- 1,321
If anyone needs help on this in the meantime, you can manually set Ext.SSL_SECURE_URL = 'javascript:""'; That variable is used as the src attribute of the editor's iframe. ( setting it to...
-
1 Sep 2011 1:29 PM
Jump to post Thread: AJAX global default timeout by nickbretz
- Replies
- 3
- Views
- 6,365
When using an Ajax Proxy, rather than just an Ajax Request, you will need to do:
Ext.override(Ext.data.proxy.Ajax, { timeout:60000 }); -
25 Aug 2011 9:10 PM
- Replies
- 2
- Views
- 834
I'm not able to recreate your issue. Both Ext.Template and Ext.XTemplate return an html fragment.
Run this in firebug to see what I mean.
var tpl = new Ext.XTemplate('<div>Name: {0}, Age:... -
25 Aug 2011 8:52 PM
- Replies
- 2
- Views
- 755
This has been fixed in the latest branch of Extjs and will be included in the next public release. [4.1]
-
25 Aug 2011 8:17 PM
- Replies
- 3
- Views
- 848
It's now in our bug tracking system.
Results 1 to 9 of 9
