Search Type: Posts; User: chrisvensko
Search: Search took 0.01 seconds.
-
2 Aug 2011 8:43 AM
- Replies
- 179
- Views
- 22,025
Just happened to be looking at the documentation for textfields (http://docs.sencha.com/ext-js/4-0/#/api/Ext.form.field.Text) and noticed that when you click the expand arrow on the Static Methods -...
-
27 Feb 2011 1:25 PM
Jump to post Thread: Ext 3 to 4 Migration by chrisvensko
- Replies
- 284
- Views
- 97,825
I know that Ext.reg has been deprecated, but it would be nice to update the exception to indicate which xtype is using Ext.reg.
reg: function(xtype, cls) {
if... -
16 Apr 2009 4:45 PM
- Replies
- 7
- Views
- 1,172
Dumas,
You can take a look at the Ext.Ajax documentation. If you look at "request" in the public methods, there are details about how to capture the response, even if it is JSON.
Your request... -
14 Apr 2009 5:25 PM
- Replies
- 4
- Views
- 906
Why does it have to be created inside of that config? Just curious.
-
14 Apr 2009 4:38 PM
- Replies
- 7
- Views
- 1,172
When you use fileUpload:true, it tells Ext to submit the form without Ajax using a hidden iFRAME. This acts the same as if you submitted a regular form to a new tab/window.
-
14 Apr 2009 4:26 PM
- Replies
- 4
- Views
- 906
Why don't you use a variable for the store outside of your actual grid creation and then use that variable for the store in your bbar and the store in your grid?
For example:
var my_store =... -
14 Apr 2009 11:05 AM
- Replies
- 2
- Views
- 1,584
Have you thought about loading that one record from your grid's data store? If you do it that way, you won't even need to make another trip to the server.
Perhaps something like this:
... -
14 Apr 2009 10:36 AM
Jump to post Thread: [RESOLVED] sum date 3 months by chrisvensko
- Replies
- 10
- Views
- 1,333
Rafael,
Can you provide some more information about what you are trying to do? Do you have a data grid with 3 months worth of data? Do you want to know how many days are in a 3 month time period?
Results 1 to 8 of 8
