Esempio n. 1
0
 /**
  * Render the code for the update-CJuidialog
  * Modify or copy the ext.config.juimodal.php to change the look and feel of the CJuiDialog
  */
 protected function renderUpdateDialogWidget()
 {
     $widgetAttributes = EQuickDlgs::getDialogWidgetAttributes($this->updateDialog, $this->viewDialogConfig);
     $widgetAttributes['id'] = $this->getDialogWidgetId('update');
     $widgetAttributes['controllerRoute'] = $this->getUpdateControllerRoute('view');
     $widgetAttributes['actionParams'] = array();
     //reset for the widget: was used to create the button url;
     $widgetAttributes['renderOpenButton'] = false;
     $widgetAttributes['url'] = null;
     EQuickDlgs::renderDialogWidget($widgetAttributes, EQuickDlgs::TYPEIFRAME);
 }