Search Type: Posts; User: kryo
Search: Search took 0.02 seconds.
-
12 Jun 2011 6:35 PM
- Replies
- 1
- Views
- 880
Just updated to use 4.0.2, seems like this problem was resolved using the default configurations.
-
8 Jun 2011 4:08 PM
- Replies
- 1
- Views
- 880
Hi All,
I'm not sure if this is a known issue, or if maybe I'm doing something wrong.. I recently uncovered compass/sass spriting engine, and I've gone sprite crazy.. :))
I have an... -
1 Jun 2011 7:46 PM
Jump to post Thread: [4.x] Ext.ux.Bootstrap by kryo
- Replies
- 7
- Views
- 4,710
Yep, you can do this. There are several ways to trigger the bootstrap to run. By default, it will run as soon as you create it. If you pass the configuration 'autoRun:false' it will not run when...
-
1 Jun 2011 2:59 PM
Jump to post Thread: [4.x] Ext.ux.Bootstrap by kryo
- Replies
- 7
- Views
- 4,710
Just released a new version, which enables script caching by default. Each javascript added can be an object or string. If object, parameters are passed to Ext.Ajax.request(), so you can have...
-
14 May 2011 10:56 AM
Jump to post Thread: [4.x] Ext.ux.Bootstrap by kryo
- Replies
- 7
- Views
- 4,710
Please note, I've just updated the Tarball. I think this version is stable, feel free to give it a whirl!
Btw, sorry for all the updates and any confusion it may have brought.. I built this... -
13 May 2011 9:07 PM
Jump to post Thread: [4.x] Ext.ux.Bootstrap by kryo
- Replies
- 7
- Views
- 4,710
This is a new component I put together, which allows you to modularize your application by using bootstraps. I couldn't find a built-in way of loading javascript and/or css on the fly, so I put this...
-
9 May 2011 9:39 AM
Jump to post Thread: [3.x] Ext.date.RangeField by kryo
- Replies
- 19
- Views
- 7,369
Hi lizucagirl,
The way the pickers are generated is by using renderer functions, defined in the object: Ext.date.MenuRenderer
You can define a new renderer function that returns a configured... -
11 Mar 2011 10:39 PM
- Replies
- 47
- Views
- 32,906
Hi, you might want to check out:
http://www.sencha.com/forum/showthread.php?124566-3.x-Ext.locale.Format
I am doing number/currency formatting based on standard locale definitions. It might be... -
11 Mar 2011 8:38 PM
Jump to post Thread: [3.x] Ext.date.RangeField by kryo
- Replies
- 19
- Views
- 7,369
Hello, and thank you for your suggestion. With this new version, it doesn't matter which side you pick from, it will always deliver "[lowest date] to [highest date]". So the need to black out dates...
-
20 Feb 2011 12:38 AM
Jump to post Thread: [3.x] Ext.locale.Format by kryo
- Replies
- 1
- Views
- 3,302
Another useful renderer class which properly formats float/integer numbers into localized strings. This is able to import a php localeconv result and transform it into properly formatted strings....
-
18 Feb 2011 5:47 PM
Jump to post Thread: [3.x] Ext.date.RangeField by kryo
- Replies
- 19
- Views
- 7,369
Thanks for your suggestion sb32, I guess for my purposes I didn't need to have it that way. But feel free to make an extension off of this that handles presets the way you need. It should be pretty...
-
18 Feb 2011 4:58 PM
Jump to post Thread: [3.x] Ext.money.Exchange by kryo
- Replies
- 1
- Views
- 1,549
A useful little renderer and class that I put together, which allows you to do real-time currency conversion of numbers into properly formatted money strings. The package includes a demo conversion...
-
6 Feb 2011 6:04 AM
Jump to post Thread: [3.x] Ext.date.RangeField by kryo
- Replies
- 19
- Views
- 7,369
New version is attached to thread.
-
5 Feb 2011 4:06 PM
Jump to post Thread: [3.x] Ext.date.RangeField by kryo
- Replies
- 19
- Views
- 7,369
I think I found the issue is with the hbox layout of the custom date range. I changed it to a column layout, and it is now working in IE8. Updating the version now.
-
5 Feb 2011 1:45 PM
Jump to post Thread: [3.x] Ext.date.RangeField by kryo
- Replies
- 19
- Views
- 7,369
Interesting, I don't use IE here which is why it must have slipped by. I will try it out and see if I can find out what is breaking in IE8 -- thanks for the report(s). If you have an idea what is...
-
5 Feb 2011 12:22 PM
Jump to post Thread: [3.x] Ext.date.RangeField by kryo
- Replies
- 19
- Views
- 7,369
Thanks for the suggestion. I'll make the change and put up a new version.
-
2 Feb 2011 7:57 AM
Jump to post Thread: Ext.ux.form.DateRange by kryo
- Replies
- 30
- Views
- 11,005
Glad you liked it talha06. I'm not sure if you've seen the new rewrite of this plugin, but if you haven't already, please check out...
-
29 Jan 2011 9:05 PM
Jump to post Thread: Ext.ux.form.DateRange by kryo
- Replies
- 30
- Views
- 11,005
Thank you all for your comments/suggestions. I have just released a totally new version of this plugin, which can be found here:
http://www.sencha.com/forum/showthread.php?122551-Ext.date.RangeField... -
29 Jan 2011 8:59 PM
Jump to post Thread: [3.x] Ext.date.RangeField by kryo
- Replies
- 19
- Views
- 7,369
Ext.date.RangeField is a completely new rewrite of "Ext.ux.form.DateRange". Fixes lots of problems, code has been cleaned up and well documented. Demo/documentation has also been updated to reflect...
-
17 Oct 2010 8:40 PM
Jump to post Thread: Ext.ux.form.DateRange by kryo
- Replies
- 30
- Views
- 11,005
This might be due to the DateJS bundle. There was a method conflict between the two libraries which required an ugly hack, it's probably come back to haunt me. In either case, I'm working on an...
-
13 Oct 2010 6:57 PM
Jump to post Thread: Menu with a child menu? by kryo
- Replies
- 1
- Views
- 464
Thanks to the evant_ and snowsnakes: Solution is as follows:
Ext.onReady(function(){
var d = new Date();
new Ext.Panel({
renderTo: document.body,
height: 200, -
13 Oct 2010 5:04 PM
Jump to post Thread: Menu with a child menu? by kryo
- Replies
- 1
- Views
- 464
Hi @ll,
How can I make the following work? It seems when the child menu item is clicked, the parent menu disappears, and the child menu [item 1, item 2, item 3] still displays. HideOnClick option... -
3 Oct 2010 9:16 PM
- Replies
- 13
- Views
- 6,613
Any follow-up on this? alwaysOnTop config in ext.window would be great to have w/o hacks to core. Anybody get a plugin for this working?
-
3 Oct 2010 9:13 PM
Jump to post Thread: Window "always on top" feature by kryo
- Replies
- 4
- Views
- 3,884
imho, alwaysOnTop feature is a must have... PLEASE GUYS!!!
*bump* x2 -
9 Jun 2010 9:35 AM
Jump to post Thread: Ext.ux.form.DateRange by kryo
- Replies
- 30
- Views
- 11,005
Thanks for the info, I'm going to look into it out a little bit later.
In this case ($this = this), it seems a little bit of jquery philosophy snuck-in. Since jQuery is no-where close to ExtJs as...
Results 1 to 25 of 34
