Ignore:
Timestamp:
11/17/09 15:57:19 (14 years ago)
Author:
amuller
Message:

Ticket #490 - Criação dos códigos de unificação ajax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/expresso2.2/contactcenter/js/cc_tree.js

    r1598 r1662  
    3737                this.afterSetCatalog = params['afterSetCatalog']; 
    3838                this.catalog_perms = -1; 
    39                 this.Connector = params['connector']; 
    4039 
    4140                /* Build the Inicial Tree */  
     
    7271                        } 
    7372                }; 
    74                 Connector.newRequest(this.name+'catalog', CC_url+'set_catalog&catalog='+catalog, 'GET', handler); 
     73                expresso.connector.newRequest(this.name+'catalog', CC_url+'set_catalog&catalog='+catalog, 'GET', handler); 
    7574        } 
    7675         
     
    101100                         
    102101                }; 
    103                 Connector.newRequest(this.name+'catalog', CC_url+'set_catalog&catalog='+catalog, 'GET', handler); 
     102                expresso.connector.newRequest(this.name+'catalog', CC_url+'set_catalog&catalog='+catalog, 'GET', handler); 
    104103        } 
    105104                 
     
    179178                }; 
    180179                 
    181                 Connector.newRequest(this.name+'actual', CC_url+'get_actual_catalog', 'GET', handler); 
     180                expresso.connector.newRequest(this.name+'actual', CC_url+'get_actual_catalog', 'GET', handler); 
    182181        } 
    183182 
     
    269268                        } 
    270269                }; 
    271                 Connector.newRequest(this.name+'update', CC_url+'get_catalog_tree&level='+level, 'GET', handler); 
    272         } 
     270                expresso.connector.newRequest(this.name+'update', CC_url+'get_catalog_tree&level='+level, 'GET', handler); 
     271        } 
Note: See TracChangeset for help on using the changeset viewer.