Search Type: Posts; User: caballero
Search: Search took 0.02 seconds.
-
8 Apr 2013 4:40 PM
- Replies
- 12
- Views
- 4,793
Ext.Loader.setConfig({enabled: true});
Ext.Loader.setPath('Ext.ux', '/scripts/extjs4/examples/ux'); -
18 Mar 2013 9:41 PM
- Replies
- 4
- Views
- 360
Denny, if you could explain to me how to clear the records in the getNewRecords list, I would be your new best friend. :)
I've been struggling with this for too long.
How can i clear these on... -
28 Aug 2012 4:58 PM
Jump to post Thread: ExtJS 4: Grid Printer Plugin by caballero
- Replies
- 64
- Views
- 24,354
OK, I think I have a simple solution.
insert his line:
iframe.getWin().focus();
before this line:
iframe.getWin().print();
My tests show this solve my IE issues. -
28 Aug 2012 12:23 PM
Jump to post Thread: ExtJS 4: Grid Printer Plugin by caballero
- Replies
- 64
- Views
- 24,354
@hschaefer123
It was reported to me that the new print preview fails in IE. (IE8 & IE9)
I've verified that the supplied example fails in the same manner.
What happens is the entire page as shown... -
22 Aug 2012 1:49 PM
Jump to post Thread: ExtJS 4: Grid Printer Plugin by caballero
- Replies
- 64
- Views
- 24,354
Hey hschaefer123,
Big thanks for what you've done here.
Providing the code with example html in your git repository is a beautiful thing.
Love the improvements. -
13 Mar 2012 10:49 PM
Jump to post Thread: Select with images by caballero
- Replies
- 2
- Views
- 704
I'd like to do something similar in sencha touch 2.
Have you refined your code and do you have any additional suggestions?
Jeff -
22 Feb 2012 11:44 PM
Jump to post Thread: ExtJS 4: Grid Printer Plugin by caballero
- Replies
- 64
- Views
- 24,354
god bless you hschaefer123
Your code snippet was a life saver.
Loraine, you mentioned that you would put his fix into the source. I highly recommend you do. I spent a good hour and a half... -
20 Nov 2011 11:27 PM
- Replies
- 7
- Views
- 1,312
I can confirm the above override has fixed the issue I was having with ie7.
-
7 Nov 2011 12:09 PM
- Replies
- 4
- Views
- 1,352
This thread has saved my life!
Thank you for posting this.
I just would not have thought of this. -
27 Oct 2011 10:15 PM
- Replies
- 7
- Views
- 1,312
confirm that...
4.0.2a ok
4.0.7 broken
I've spent hours on this before I figured out 4.0.2a works. -
21 Oct 2011 9:42 PM
Jump to post Thread: Ext.Ajax.serializeForm() by caballero
- Replies
- 2
- Views
- 1,332
i got it.
Ext.Element.serializeForm('thisform');
This would have been so easy if an example was provided. -
21 Oct 2011 8:38 PM
Jump to post Thread: Ext.Ajax.serializeForm() by caballero
- Replies
- 2
- Views
- 1,332
there appears to be a serializeForm function listed under Ext.element, but I been completely unsuccessful in my attempts to access it.
//console.info(Ext.serializeForm('thisform'));... -
21 Oct 2011 10:52 AM
Jump to post Thread: Ext.Ajax.serializeForm() by caballero
- Replies
- 2
- Views
- 1,332
It is my understanding that Ext.Ajax.serializeForm() was removed from extjs4.
Is there an easy work around for serializing a non ext.form?
Right now I'm using jQuery, but I'm trying to leave it... -
14 Oct 2011 6:55 PM
Jump to post Thread: checked attribute by caballero
- Replies
- 5
- Views
- 1,927
Brilliant!
Thank you burnnat for the complete explanation I was looking for.
How did I survive these many years of javascript without knowing the term 'expandos'?
It's important for me to... -
12 Oct 2011 9:35 PM
Jump to post Thread: checked attribute by caballero
- Replies
- 5
- Views
- 1,927
142 views and no answers?
Thought this would be an easy one for the people on this forum.
I would still like to know why the first functions didn't work.
Anyone up to the challenge? -
9 Oct 2011 12:59 PM
Jump to post Thread: checked attribute by caballero
- Replies
- 5
- Views
- 1,927
well, i still would like to know why the code does not work, but I've got a workaround.
var checkall = function(){
//Ext.select('input[type=checkbox]').set({checked:true});... -
9 Oct 2011 10:47 AM
Jump to post Thread: checked attribute by caballero
- Replies
- 5
- Views
- 1,927
so it appears that both functions behave exactly the same.
Calling the uncheckall function actually checks all checkboxes.
And it will only works once.
Each additional call to the functions... -
8 Oct 2011 7:20 PM
Jump to post Thread: checked attribute by caballero
- Replies
- 5
- Views
- 1,927
I'm still a little green with ext js.
I set up the following functions.
The first one works and the second one does NOT.
var checkall = function(){
...
Results 1 to 18 of 18
