Search Type: Posts; User: tohagan
Search: Search took 0.01 seconds.
-
13 Aug 2010 11:17 PM
- Replies
- 1
- Views
- 692
Sorry guys .... I should have searched first ... here's the answer:
http://www.sencha.com/forum/showthread.php?102387-Are-there-any-plans-to-have-GWT-version-of-Sencha-Touch -
13 Aug 2010 11:13 PM
- Replies
- 1
- Views
- 692
I have some friends embarking on a project to port from Flex to GWT / GXT. They already have a Java backend so it makes sense to build the UI using Java. They also want to create a mobile version but...
-
13 Aug 2010 11:07 PM
- Replies
- 1
- Views
- 929
I'm considering building desktop and mobile versions of an app.
I noticed that the Touch API looks like its a port of ExtJS so I wondered ...
Q1. If you build classing in one library, how... -
9 Apr 2010 10:28 PM
Jump to post Thread: EXTJS for mobile. by tohagan
- Replies
- 7
- Views
- 14,081
There might be an alternative architectural solution but it's not simple to implement and may be infeasible.
What you do is create an intermediary server that executes the ExtJS Javascript code... -
28 Apr 2008 10:23 PM
- Replies
- 10
- Views
- 2,132
Yes. We may have to look into doing this. In our case we don't yet need to convert it into an integer on the client side so we can cheat by just using a TextField and a regex to check that its a...
-
28 Apr 2008 10:16 PM
- Replies
- 10
- Views
- 2,132
Actually I needed 'maxlength' rather than 'size':
defaultAutoCreate: {tag: "input", type: "text", maxlength: "15", autocomplete: "off"},
Thanks guys for your very quick responses! ... -
28 Apr 2008 10:07 PM
- Replies
- 10
- Views
- 2,132
Yes ... sorry ... I do know this. Thanks.
-
28 Apr 2008 10:01 PM
- Replies
- 10
- Views
- 2,132
OK ... so I think that I should reduce the 150 width to 15.
-
28 Apr 2008 8:13 PM
- Replies
- 10
- Views
- 2,132
We configured an integer form field as follows:
var num = Ext.form.NumberField ({
width: 150,
allowBlank: true,
allowDecimals: false
});
When you key in 999999999999999999999 ... -
28 Apr 2008 7:46 PM
- Replies
- 2
- Views
- 855
Note that date validation gets trickier if you support a set of altFormats like say: 'Y-M-d|Y-m|Y' since you can't just unparse to check if the value matches as we do in the code example above. You...
-
28 Apr 2008 7:32 PM
- Replies
- 2
- Views
- 855
In our example below, date fields accept dates in the format YYYY-MM-DD (but the bug exists for any standard format).
The JavaScript Date() constructor appears to convert dates like 2008-04-44... -
21 Apr 2008 6:52 PM
Jump to post Thread: Feedback on GWT Explorer beta1 by tohagan
- Replies
- 0
- Views
- 754
I just gave a presentation last night on ExtJS to a local Ruby/Rails user group ... and this morning I discovered that the Ext world just changed again with 2.1 release. Lov'in it. :D GWT + Ext is...
-
26 Mar 2008 11:27 PM
- Replies
- 3
- Views
- 1,041
Weird ... it appears to be working for me now also.
I did test it multiple times and refreshed, restarted FF etc.
Thanks for checking it.
Tony. -
26 Mar 2008 9:46 PM
- Replies
- 3
- Views
- 1,041
The Feedviewer example at ....
http://extjs.com/deploy/dev/examples/feed-viewer/view.html
... was working nicely until I upgraded to Firefox 2.0.0.13 this morning.
Works ok in IE7 so I don't... -
17 Mar 2008 4:48 PM
- Replies
- 15
- Views
- 5,511
Some further thoughts ....
It would be great to have similar testing support for MessageBox objects. In this case, I would suggest that an id prefix be used for Yes/No/Cancel/OK buttons and... -
17 Mar 2008 4:29 PM
- Replies
- 15
- Views
- 5,511
Thanks Condor. I now get the picture. So basically the button that you click on is not the outermost element.
I think this suggests that a valuable and easy to implement feature addition to Ext... -
16 Mar 2008 11:14 PM
- Replies
- 15
- Views
- 5,511
I'm facing the same issue with wanting to set the id so that Selenium would find it. I had expected that Ext would set the DOM id for you rather than needing this workaround. Isn't that part of...
-
4 Feb 2008 5:34 PM
Jump to post Thread: Documentation Bugs - Ext 2.x by tohagan
- Replies
- 677
- Views
- 253,478
The SimpleStore.expandData property is undocumented but used in
docs/resources/docs.js (149) v2.0.1
examples/tasks/classes.js (92) v2.0.1 -
13 Nov 2007 3:46 PM
- Replies
- 2
- Views
- 3,563
I need to use TextArea fields that can grow and shrink in place of single line TextField. This because they become innerHTML values in XML documents that are often single line values but can be...
-
8 Nov 2007 12:53 AM
- Replies
- 7
- Views
- 2,052
I figured that you could pass the item a variable reference as one of the config params.
I admit this may defeat the purpose. -
8 Nov 2007 12:52 AM
- Replies
- 7
- Views
- 2,052
Yes ... I wanted to put the label above the field not beside it.
This because the label can be come very long and will eventually include a combo box that eventually morphs into a static label and... -
8 Nov 2007 12:48 AM
- Replies
- 7
- Views
- 2,052
Yeah that would be nice.
I think perhaps you should also be able to reference Template or XTemplate in an item.
Thanks! -
8 Nov 2007 12:18 AM
- Replies
- 7
- Views
- 2,052
I'd like to insert some HTML as one of the items in a Ext.Container.
How do I do this? I figured there'd be either be a registered xtype or I could just use a string but neither is available.
... -
5 Nov 2007 7:10 PM
- Replies
- 1
- Views
- 733
I'm in the process of building a dynamic form that must not only generate a form based on it's XML Schema but also dynamically add or remove form fields (bound to XML elements) while you edit. A bit...
-
16 Sep 2007 8:08 PM
Jump to post Thread: Unit Testing by tohagan
- Replies
- 2
- Views
- 2,607
Jack,
I've just been surfing looking for JS test frameworks to use with Ext and stumbled on this interesting solution:
...
Results 1 to 25 of 32
