Search Type: Posts; User: adblockfreak
Search: Search took 0.02 seconds.
-
1 Mar 2011 6:59 AM
- Replies
- 1
- Views
- 1,019
Anybody?
-
25 Feb 2011 10:18 AM
- Replies
- 1
- Views
- 1,019
Hi all, I have been searching the forums and the doc but haven't found any way to do this.
I have a page with several "buttons" which are really <a href="#" onclick="..." />
I need to... -
24 Aug 2010 1:15 PM
- Replies
- 1
- Views
- 647
Some users have reported a problem with ExtJS Date fields, where if something like "06-13-2001" is entered but the format is "dd-mm-yyyy", the date "rolls over" to "06-01-2002" when it is validated,...
-
21 Jun 2010 6:57 AM
- Replies
- 4
- Views
- 743
Solved! This is the syntax that works for me:
Ext.query('*[id^=f_]',myHtmlObj).filter(function(el){ return /input|select/i.test(el.tagName); });
Evant, thanks for pointing me in the... -
18 Jun 2010 1:28 PM
- Replies
- 4
- Views
- 743
Aha! Array.filter is part of Firefox but not IE. However, you can easily add this function, as described here:
https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Objects/Array/filter
... -
18 Jun 2010 6:11 AM
Jump to post Thread: Valid values for "easing"? by adblockfreak
- Replies
- 1
- Views
- 1,097
I'm just starting to play with the fun things in Ext.Fx. How do I use "easing"? The definition says:
easing : String
A valid Easing value for the effect
Seems like a circular definition to... -
16 Jun 2010 5:52 AM
- Replies
- 4
- Views
- 743
Evant, I tried
var all = Ext.query('*[id^=f_]',myHtmlObj).filter(function(el){ return /input|select/i.test(el.dom.tagName); });
and
var all =... -
15 Jun 2010 10:07 AM
- Replies
- 4
- Views
- 743
I need to get a list of all <input> and <select> elements in my HTML element that have an id starting with "f_". The thing is, I need them in order - not separated out into 2 lists. I believe the...
-
13 Apr 2010 9:39 AM
- Replies
- 19
- Views
- 6,988
I'm using ExtJS 2.2.1, and found that I had to make a couple of tweaks to get case sensitivity to behave correctly. The problem is that queryIgnoreCase is "true" to ignore case, but that variable is...
-
27 Feb 2009 7:57 AM
- Replies
- 7
- Views
- 1,604
Update, in the interest of sharing my learning: The code above worked fine in Firebug, but once I put it into my web site and opened the site in IE7, I got no results back. If I opened the site in...
-
26 Feb 2009 11:51 AM
- Replies
- 7
- Views
- 1,604
Hi Animal,
Thanks again for the Firebug code. One thing it showed me is that you can begin a phrase inside parentheses with ":thing(" which I don't think I had figured out. The documentation is... -
24 Feb 2009 9:12 AM
- Replies
- 7
- Views
- 1,604
Hi Animal,
Thanks for the Firebug instructions - I knew there was a way to test using Firebug but I couldn't figure out how to set up my test data. That helped a lot.
Unfortunately the query... -
24 Feb 2009 6:20 AM
- Replies
- 7
- Views
- 1,604
Close ... I actually want to do stuff if actionval != "Browsed"
This DomQuery is being passed in as the "record" parameter of a new XmlReader, which is then passed in as the "reader" parameter of... -
23 Feb 2009 2:30 PM
- Replies
- 7
- Views
- 1,604
Hi,
Having problems getting DomQuery to do exactly what I want. My customer has a page set up that displays an Ext JS grid containing several records, and they want to hide any records that contain... -
29 Jan 2009 12:37 PM
- Replies
- 2
- Views
- 781
Well, in case anyone ever does read this, here's the solution I found:
First of all, how to tell extjs that "05/05" is month and year, not month and day? Set the altFormats property of the... -
26 Jan 2009 11:17 AM
- Replies
- 2
- Views
- 781
Anyone??
-
16 Jan 2009 2:23 PM
- Replies
- 2
- Views
- 781
Greetings,
I'm playing with Ext.form.DateField. My customer has requested a date field that uses the format "mm/yyyy". Simple enough -- just set {"format":'m/Y'}, right? Unfortunately, entering a...
Results 1 to 17 of 17
