Search Type: Posts; User: keithrz
Search: Search took 0.02 seconds.
-
12 Mar 2013 2:58 PM
Jump to post Thread: Moving ext folder by keithrz
- Replies
- 2
- Views
- 331
What about renames? I had an existing project with the sdk in "extjs" instead of "ext". I tried running through those same steps listed above, but with "-classpath=extjs/src", and got the following...
-
13 Dec 2012 2:39 PM
- Replies
- 2
- Views
- 191
Taking this example:
http://try.sencha.com/extjs/4.0.7/examples/layout/column/viewer.html
you can set fill: false by changing layout from a string to a config (side note - setting fill: false in... -
5 Dec 2012 12:12 PM
- Replies
- 2
- Views
- 317
My mistake. sourceConfig is not available until 4.1.2.
I assumed that sourceConfig was older than 4.1.x since I saw somewhere that propertyNames is going away very soon - 4.2. So if you are on... -
5 Dec 2012 8:20 AM
- Replies
- 2
- Views
- 317
I'm trying to figure out how to use sourceConfig in PropertyGrid. Nothing seemed to work for me. (v 4.1.1)
For example, take the example here:... -
22 Oct 2012 7:31 AM
Jump to post Thread: URL vtype should not allow spaces by keithrz
- Replies
- 2
- Views
- 339
The interesting thing here is that the regex for urls does not allow spaces. But Javascript's test() method for regex returns true if is testing a string that contains substrings that match the regex...
-
19 Oct 2012 1:26 PM
Jump to post Thread: URL vtype should not allow spaces by keithrz
- Replies
- 2
- Views
- 339
Using ExtJS 4.1.1
The url vtype thinks the following URL is valid:
http://www.grammar school.com
Results 1 to 6 of 6
