コード例 #1
0
 /**
  * Fill table settings
  * @intellisense
  */
 protected function fillTableSettings()
 {
     parent::fillTableSettings();
     if ($this->dashElementData["popupAdd"]) {
         $this->jsSettings["tableSettings"][$this->tName]["showAddInPopup"] = true;
     }
     if ($this->dashElementData["popupEdit"]) {
         $this->jsSettings["tableSettings"][$this->tName]["showEditInPopup"] = true;
     }
     if ($this->dashElementData["popupView"]) {
         $this->jsSettings["tableSettings"][$this->tName]["showViewInPopup"] = true;
     }
 }