Search Type: Posts; User: rockinrandall
Search: Search took 0.10 seconds.
-
6 Jun 2012 10:09 AM
- Replies
- 1
- Views
- 513
I have a grid with the model set to remoteSort : false
I click the column header to sort, it work, click the header to sort descending, it puts up the loading mask forever.
No error appears in... -
6 Jun 2012 6:45 AM
- Replies
- 14
- Views
- 3,190
Is there an easy way to determine if it is a mobile device so that we could add a button for page down page up. We don't have time to implement our web app in Sencha Touch. We have to release NOW!
-
5 Jun 2012 11:03 AM
- Replies
- 6
- Views
- 1,274
{"count":1,"data":[{"eventId":1,"id":1,"title":"Guestlist for (My Test Event)ID:1","version":58}],"message":"OK","success":true,"total":1}
Ext.define('EasyServices.model.List', {
extend:... -
5 Jun 2012 10:39 AM
- Replies
- 1
- Views
- 662
I have implemented a form that make the following calls on the save button handler:
handler: function() {
if (forms.editPartySize.getForm().isValid()) {
... -
5 Jun 2012 6:05 AM
- Replies
- 6
- Views
- 1,274
Scott,
I am using ext-all-dev.js. There are no suggestions on the console.
The two major problems that I am having are my form panels are not laying out properly AND a store that would load... -
4 Jun 2012 12:03 PM
- Replies
- 6
- Views
- 1,274
Bought a license for 4.1 and the 4.1 code does not work properly with our application.
Code that was working with 4.07 is now broken.
Where do we go for help?
first problem is that stores... -
21 Mar 2012 9:56 AM
- Replies
- 3
- Views
- 1,365
IS there an example somewhere of floating forms and/or the use of showBy?
-
21 Mar 2012 9:32 AM
- Replies
- 3
- Views
- 1,365
I would like to hang a simple form off of a toolbar menu button so that the form is in the menu div that opens up.
Anyone have an example of this?
Thanks,
Chris -
12 Mar 2012 7:50 AM
Jump to post Thread: Checkbox selection model by rockinrandall
- Replies
- 2
- Views
- 756
4.0 ...
I figured it out.
var sm = Ext.create('Ext.selection.CheckboxModel');
Instead of
var sm = newExt.grid.CheckboxSelectionModel({ singleSelect: false,
sortable: false, -
11 Mar 2012 1:22 PM
Jump to post Thread: Checkbox selection model by rockinrandall
- Replies
- 2
- Views
- 756
var sm = new Ext.grid.CheckboxSelectionModel({ singleSelect: false,
sortable: false,
checkOnly: true
});
When I try to call the above code, CheckboxSelectionMode... -
11 Mar 2012 7:20 AM
- Replies
- 1
- Views
- 476
Consider a contact and contact store.
var contact = new Ext.create('Contact',{firstName: firstname,
lastName: lastname,
... -
7 Feb 2012 9:16 AM
- Replies
- 6
- Views
- 1,223
Since I am using the plugin 'gridviewdragdrop' I don't have an object to pass to Ext.extend as the first argument.
How do I get that dragzone object to override the value of animRepair? -
7 Feb 2012 8:49 AM
- Replies
- 6
- Views
- 1,223
Thanks. I will see if I can get that working (the animRepair flag set to false).
AND thanks for the speedy responses. -
7 Feb 2012 8:34 AM
- Replies
- 6
- Views
- 1,223
I want to custom handle all of the actions on the stores.
One store is a list of contacts (on the left) the other store is a guest list for an event (on the right).
I don't want to delete the... -
7 Feb 2012 7:29 AM
- Replies
- 6
- Views
- 1,223
adding a listener to the example below for beforedrop should stop the drop operations (on the stores) in the example at when beforedrop returns 0.
... -
24 Dec 2009 6:04 AM
Jump to post Thread: Grid Search Plugin by rockinrandall
- Replies
- 1,023
- Views
- 364,772
Sorry for the inaccurate language. I got it working by changing what external js files were included and changing the code a little.
Now I just need to find that latest version of the plugin.
... -
23 Dec 2009 9:08 AM
Jump to post Thread: Grid Search Plugin by rockinrandall
- Replies
- 1,023
- Views
- 364,772
Why won't the store get focused with a mouse click in the field.
That is the problem that I am seeing at http://www.vxp.vivox.com/secret
If I hit the refresh button on the pagingtoolbar it does... -
23 Dec 2009 7:39 AM
Jump to post Thread: Grid Search Plugin by rockinrandall
- Replies
- 1,023
- Views
- 364,772
See the application at http://www.vxp.vivox.com/secret
-
23 Dec 2009 7:35 AM
Jump to post Thread: Grid Search Plugin by rockinrandall
- Replies
- 1,023
- Views
- 364,772
It seem to work with the change and a browser cache clearing.
Sorry, it is not working. :s -
23 Dec 2009 6:32 AM
Jump to post Thread: Grid Search Plugin by rockinrandall
- Replies
- 1,023
- Views
- 364,772
I really like this plugin.
The example at gridsearch.extjs.eu works great.
But when I try to add the plugin to my code, the text field to type the search in will not take focus until after I hit...
Results 1 to 20 of 20
