Search Type: Posts; User: mparrish
Search: Search took 0.03 seconds.
-
22 Jul 2011 2:24 PM
- Replies
- 2
- Views
- 1,599
I just ran into this issue (thanks IE!). Has the Sencha team created a Jira issue to track a workaround? I certainly don't feel comfortable hacking a fix into the base ExtJS code base. However, that...
-
24 May 2011 10:07 AM
- Replies
- 0
- Views
- 979
It looks like there is a typo in widgets/_button.scss where the disabled buttons are not getting the color from the $color-disabled variable, but instead from the $color variable. So, setting a...
-
3 May 2011 9:15 AM
- Replies
- 6
- Views
- 2,396
I'm trying to create slices for a new button UI, but the tool is not working for me. I've tried in Mac and Windows with the same results. When I run
$ ./ext-theme slice theme -d... -
18 Apr 2011 12:25 PM
Jump to post Thread: [CLOSED][B3] Cannot compile SCSS by mparrish
- Replies
- 16
- Views
- 1,928
Thanks westy,
I made a slight change from your changes to the config.rb and the images are showing up fine for me. Here's my config.rb (path on my project to ext is obviously different from... -
24 Mar 2011 7:17 AM
- Replies
- 0
- Views
- 356
I think there is a typo in Observable's clearManagedListener function. The last line (line 430), I think, should be this.managedListeners, not this.managedListener -- the letter 's' was left off.
... -
22 Mar 2011 8:54 AM
- Replies
- 0
- Views
- 1,392
initExtCss depends on Ext.supports.init having been run before it runs due to code like this:
if (!Ext.supports.CSS3BorderRadius) {
cls.push(baseCSSPrefix + 'nbr');
... -
29 Oct 2008 12:03 PM
- Replies
- 21
- Views
- 3,794
devnull, Ext wouldn't have to execute any code for people that didn't specify "scripts: true", so I'm not sure I buy that argument. I'm also not convinced that HTML + scripts is never the best way...
-
29 Oct 2008 9:00 AM
- Replies
- 21
- Views
- 3,794
Okay, sorry, was confused since you are part of the Ext support team. My apologies there. It's a mixture of HTML and script because that's valuable and easier than trying to build up the same DOM...
-
29 Oct 2008 8:53 AM
- Replies
- 21
- Views
- 3,794
Animal, since your company wrote the library, why do you guys make it so easy when using Updater, but provide no hooks when using Ajax? Why the difference in the ability to execute embedded scripts?...
-
28 Oct 2008 2:31 PM
- Replies
- 21
- Views
- 3,794
Okay, thanks. Looks like I'll have to roll my own solution. It would be much better if this could be added to the API. What's the mechanism for feature requests?
-
28 Oct 2008 2:24 PM
- Replies
- 21
- Views
- 3,794
Thanks devnull, I'll check out the basex extension. However, it's not as simple as you are saying. My response is a mixture of HTML and JS snippets inside <script> tags. Since there can be several...
-
28 Oct 2008 2:08 PM
- Replies
- 21
- Views
- 3,794
Hi devnull,
Thanks, but that doesn't really help me solve my problem at all. Could you explain how I can make an Ajax request and execute scripts that are part of the response? That is made easy... -
28 Oct 2008 1:47 PM
- Replies
- 21
- Views
- 3,794
Hi,
Ext.Updater makes it easy to execute any javascript snippets in an Ajax response by simply setting "scripts: true" in the options passed to the update method. It looks like there is nothing...
Results 1 to 13 of 13
