Search Type: Posts; User: redjetfire
Search: Search took 0.02 seconds.
-
10 Oct 2012 3:23 AM
Jump to post Thread: How to call Rails update ? by redjetfire
- Replies
- 1
- Views
- 202
updateSettings: function()
{
console.log("Submit Settings button clicked");
var win = Ext.getCmp('profilesett'),
val =... -
10 Oct 2012 1:56 AM
- Replies
- 9
- Views
- 506
Thanks All
-
10 Oct 2012 12:39 AM
- Replies
- 9
- Views
- 506
It doesnt work (
-
9 Oct 2012 11:38 PM
- Replies
- 9
- Views
- 506
Yes its work
The problem is when I called loadStore from second function ( viewSettings) its call loadStore and viewProfile and begin sibling on viewProfile instead viewSettings with Error -
9 Oct 2012 10:54 PM
- Replies
- 9
- Views
- 506
loadStore: function()
{
var store = this.getProfilesStore();
store.load();
store.on('load', function(store, records)
{
var data = records[0].data;
});
viewProfile: function() -
20 Sep 2012 3:44 AM
Jump to post Thread: Working with two Stores by redjetfire
- Replies
- 1
- Views
- 353
viewMyTeam: function() {
var store = this.getUsersStore();
store.clearFilter(true);
var teamstore = this.getTeamsStore();
teamstore.clearFilter(true);
...
Results 1 to 6 of 6
