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/ccMain.js

    r1598 r1662  
     1expresso.connector.buildBar(); 
     2 
    13var last_id = 0;         
    24 
     
    1416var Main_load = function ()  
    1517        { 
    16                 Connector.setProgressBox(Element('cc_loading'), true); 
    17                 Connector.setProgressHolder(Element('cc_loading_inner'));                
     18                expresso.connector.showProgressBar(); 
    1819                /* Associate the Quick Add Button with the Plugin */ 
    1920                                         
     
    3233                search_params['conn_3_msg'] = Element('cc_loading_3').value; 
    3334                search_params['button_text'] = Element('cc_panel_search_text').value; 
    34                 search_params['Connector'] = Connector; 
    3535 
    3636                ccSearch = new ccSearchClass(search_params); 
     
    3838                ccSearch.onSearchFinish = ccSearchUpdate; 
    3939                         
    40                 Connector.setProgressBox(Element('cc_loading'), true); 
    41                 Connector.setProgressHolder(Element('cc_loading_inner')); 
    42  
     40                expresso.connector.showProgressBar(); 
     41                expresso.connector.hideProgressBar(); 
    4342                try 
    4443                { 
     
    5756                        } 
    5857 
    59                         Connector.newRequest('ViewLdap', '../index.php?menuaction=contactcenter.ui_data.data_manager&method=get_visible_all_ldap', 'GET', ViewLdap);             
     58                        expresso.connector.newRequest('ViewLdap', '../index.php?menuaction=contactcenter.ui_data.data_manager&method=get_visible_all_ldap', 'GET', ViewLdap);            
    6059                         
    6160                        ccTree.Connector = Connector;                                            
Note: See TracChangeset for help on using the changeset viewer.