Пример #1
0
 public function getParams()
 {
     $config = str_replace('"elFinderBrowser"', 'elFinderBrowser', json_encode($this->mce_config()));
     $config = str_replace('"false"', 'false', $config);
     $config = str_replace('"true"', 'true', $config);
     return parent::getParams() + ['config' => $config, 'selector' => $this->mce_selector()];
 }
Пример #2
0
 public function getParams()
 {
     return parent::getParams() + ['placement' => $this->placement(), 'attributes' => $this->attributes()];
 }
Пример #3
0
 public function getParams()
 {
     return parent::getParams() + ['seconds' => $this->seconds(), 'format' => $this->format(), 'pickerFormat' => $this->pickerFormat()];
 }
Пример #4
0
 public function getParams()
 {
     return parent::getParams() + ['fieldname' => $this->name(), 'permissions' => $this->instance()->permissions, 'all_permissions' => $this->getAllPermissions(), 'withInherited' => $this->withInherited()];
 }
Пример #5
0
 public function getParams()
 {
     return parent::getParams() + ['options' => $this->options(), 'nullable' => $this->isNullable(), 'multi' => $this->multi(), 'plugin' => $this->plugin];
 }
Пример #6
0
 public function getParams()
 {
     return parent::getParams() + ['fields' => $this->fields];
 }
Пример #7
0
 public function getParams()
 {
     return parent::getParams() + ['config' => str_replace('"elFinderBrowser"', 'elFinderBrowser', json_encode($this->mce_config())), 'selector' => $this->mce_selector()];
 }
Пример #8
0
 public function getParams()
 {
     return parent::getParams() + ['options' => $this->options(), 'nullable' => $this->isNullable()];
 }
Пример #9
0
 public function getParams()
 {
     return parent::getParams() + ['path' => $this->upload_path()];
 }
Пример #10
0
 public function getParams()
 {
     return parent::getParams() + ['options' => $this->options(), 'fillAfter' => $this->fillAfter(), 'displayText' => $this->displayText(), 'items' => $this->items(), 'minLength' => $this->minLength(), 'showHint' => $this->showHint(), 'autoSelect' => $this->autoSelect()];
 }
Пример #11
0
 public function getParams()
 {
     return parent::getParams() + ['zoom' => $this->zoom];
 }