Exemplo n.º 1
0
 /**
  * Modify settings for select, radio and checkboxes
  * 		option1 =>
  * 			label => Red Shoes
  * 			value => red
  * 			selected => 1
  *
  * @return string
  */
 public function getModifiedSettings()
 {
     return Div::optionArray($this->getSettings(), $this->getCreateFromTyposcript());
 }
Exemplo n.º 2
0
Arquivo: Field.php Projeto: advOpk/pwm
 /**
  * Modify settings for select, radio and checkboxes
  * 		option1 =>
  * 			label => Red Shoes
  * 			value => red
  * 			selected => 1
  *
  * @return string
  */
 public function getModifiedSettings()
 {
     return \In2code\Powermail\Utility\Div::optionArray($this->getSettings(), $this->getCreateFromTyposcript());
 }