예제 #1
0
     // Creation of a new object
     case 'apply_modify':
         // Applying the modifications to an existing object
     // Applying the modifications to an existing object
     case 'form_for_modify_all':
         // Form to modify multiple objects (bulk modify)
     // Form to modify multiple objects (bulk modify)
     case 'bulk_stimulus':
         // For to apply a stimulus to multiple objects
     // For to apply a stimulus to multiple objects
     case 'stimulus':
         // Form displayed when applying a stimulus (state change)
     // Form displayed when applying a stimulus (state change)
     case 'apply_stimulus':
         // Form displayed when applying a stimulus (state change)
         $oP->add_linked_script("../js/json.js");
         $oP->add_linked_script("../js/forms-json-utils.js");
         $oP->add_linked_script("../js/wizardhelper.js");
         $oP->add_linked_script("../js/wizard.utils.js");
         $oP->add_linked_script("../js/linkswidget.js");
         $oP->add_linked_script("../js/linksdirectwidget.js");
         $oP->add_linked_script("../js/extkeywidget.js");
         $oP->add_linked_script("../js/jquery.blockUI.js");
         break;
 }
 switch ($operation) {
     ///////////////////////////////////////////////////////////////////////////////////////////
     case 'details':
         // Details of an object
         $sClass = utils::ReadParam('class', '');
         $id = utils::ReadParam('id', '');