Esempio n. 1
0
  /**
   * Return the gadgets in the sidebar.
  */
  getGadgets: function() {
    return <?php 
echo $toC_Desktop_Settings->getGadgets();
?>
;
  },
  
  /***
   * Return the sidebar status.
  */
  isSidebarOpen: function() {
    return <?php 
echo $toC_Desktop_Settings->isSidebarOpen();
?>
;
  },
  
  /**
   * Check whether the configuration wizard is complete.
   */
  isWizardComplete : function(){
    return <?php 
echo $toC_Desktop_Settings->isWizardComplete();
?>
;
  }
});