Search Type: Posts; User: zombeerose
Search: Search took 0.04 seconds.
-
6 May 2013 7:54 AM
Jump to post Thread: Tree filtering by zombeerose
- Replies
- 19
- Views
- 3,934
@pierrocknroll
Can you explain why you "had to change" it to an extend vs override? Both options should work ... override affects everything while extends applies to a custom class used... -
1 Mar 2013 1:34 PM
- Replies
- 21
- Views
- 2,640
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.3
Browser versions tested against:
Chrome 25 - works
IE9 - works -
28 Feb 2013 11:05 AM
Jump to post Thread: Tinymce with Ext 4.0.7 by zombeerose
- Replies
- 26
- Views
- 9,154
@svitalius
Try adding the button during the handler for "onBeforeRenderUI" instead of "setup"...
editor.onBeforeRenderUI.add(function(ed){
ed.addButton('custom-id',{
'class':... -
25 Feb 2013 10:29 AM
Jump to post Thread: Tinymce with Ext 4.0.7 by zombeerose
- Replies
- 26
- Views
- 9,154
Any chance of supporting multiple instances of the editor?
Ext.widget({xtype:'tinymcefield',renderTo:Ext.getBody()});
Ext.widget({xtype:'tinymcefield',renderTo:Ext.getBody()});
... -
4 Feb 2013 2:09 PM
Jump to post Thread: TreeStore filtering. by zombeerose
- Replies
- 15
- Views
- 4,451
I am using an override to the tree store to filter.
-
4 Feb 2013 2:05 PM
Jump to post Thread: Tree filtering by zombeerose
- Replies
- 19
- Views
- 3,934
@hhangus
Thank you for your code. Unfortunately, I was not able to get your solution to work. I tried implementing a similar approach to yours based on toggling node visibility but I was not... -
6 Dec 2012 11:11 AM
- Replies
- 2
- Views
- 288
@mitchellsimoens
Looks like a duplicate of http://www.sencha.com/forum/showthread.php?228673 -
5 Dec 2012 12:13 PM
- Replies
- 2
- Views
- 229
@mitchellsimoens
Ok - can the docs be updated to indicate this or a console warning be added since the UI does not indicate that grouping is actually in effect? -
5 Dec 2012 9:26 AM
- Replies
- 2
- Views
- 229
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.3
Browser versions tested against:
Chrome 23
Description: -
6 Nov 2012 10:32 AM
Jump to post Thread: Ext.ux.form.field.DateTime by zombeerose
- Replies
- 28
- Views
- 13,079
@JacobGu
I have added the resetOriginalValue method. I have also posted the code on github to make future contributions easier.
https://github.com/zombeerose/DateTime
NOTE: I refactored the... -
2 Nov 2012 8:22 AM
- Replies
- 2
- Views
- 555
@evant
Looks like that should work. Did you by chance try my test case against 4.1.3 to verify you could reproduce it?
Any *rough* estimate on the 4.2 release - days/weeks/next year?
Thanks! -
1 Nov 2012 1:50 PM
- Replies
- 2
- Views
- 555
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.3
Browser versions tested against:
IE9
Description: -
30 Oct 2012 10:25 AM
- Replies
- 2
- Views
- 460
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.3
Browser versions tested against:
Chrome 22 (Windows)
Description: -
26 Oct 2012 10:24 AM
Jump to post Thread: Ext.ux.form.field.DateTime by zombeerose
- Replies
- 28
- Views
- 13,079
@danderson
Interesting point. I don't use epoch formatting so never considered the case. I had initially removed it because it appeared redundant to dateFormat + timeFormat.
I basically... -
5 Sep 2012 11:56 AM
- Replies
- 1
- Views
- 414
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1
Browser versions tested against:
IE8
IE9
DOCTYPE tested against: -
30 Aug 2012 9:07 AM
- Replies
- 2
- Views
- 1,203
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1
Browser versions tested against:
Chrome 21
Description: -
22 Aug 2012 10:00 AM
Jump to post Thread: Grid Progress Column by zombeerose
- Replies
- 7
- Views
- 2,984
@Fabyo
I used your ideas for inspiration and integrated something similar into the source. Check out https://github.com/zombeerose/ProgressColumn -
20 Aug 2012 10:25 AM
Jump to post Thread: Grid Progress Column by zombeerose
- Replies
- 7
- Views
- 2,984
Nice :)
-
20 Aug 2012 9:25 AM
Jump to post Thread: Grid Progress Column by zombeerose
- Replies
- 7
- Views
- 2,984
Cool - care to share what you did?
-
20 Aug 2012 8:28 AM
- Replies
- 1
- Views
- 407
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1
Browser versions tested against:
Chrome 21 (Windows)
FF 14 -
2 Aug 2012 12:58 PM
- Replies
- 179
- Views
- 63,363
@kveeiv
Thanks for continuing to support this extension! -
23 Jul 2012 7:34 AM
Jump to post Thread: Multiple files upload by zombeerose
- Replies
- 23
- Views
- 5,749
The fact that the code is incomplete and lacks some of the functionality (D&D) provided by the original AwesomeUploader made me hesitant to "publish" something on a larger scale than this forum,...
-
22 Jun 2012 11:02 AM
Jump to post Thread: ExtJs HMVC by zombeerose
- Replies
- 9
- Views
- 2,874
@mandro
Thank you for your sample application. It is good inspiration for improving the framework.
A couple observations/questions:
* It does not appear that your app/module controllers... -
11 Jun 2012 8:12 AM
- Replies
- 5
- Views
- 1,055
Can it be? :)
Is the source for ext-theme available anywhere? I am assuming that is the slicing binary. -
11 Jun 2012 6:25 AM
- Replies
- 5
- Views
- 1,055
Yes, I'm using the slicer. My command (paths have been simplified):
sencha slice theme -v -d ...\ext -c ...\theme.css -o ...\custom -m ...\manifest.js
* Ext 4.1.0
*...
Results 1 to 25 of 103
