18 parent::__construct(
$js);
20 $this->params[
"fields"]=[];
28 return $this->
setParam(
"inline",
true);
32 return $this->
setParam(
"on", $value);
43 public function addFieldRule($identifier,$type,$prompt=NULL,$value=NULL){
44 if(isset($this->params[
"fields"][$identifier])===
false){
47 $this->params[
"fields"][$identifier]->addRule($type,$prompt,$value);
54 $this->params[
"fields"][$fieldValidation->getIdentifier()]=$fieldValidation;
63 $this->jquery_code_for_compile=array ();
64 $this->jquery_code_for_compile []=
"$( \"".$this->attachTo.
"\" ).{$this->uiName}(".$this->
getParamsAsJSON($allParams).
");";
addComponentEvent($event, $jsCode)