Exemplo n.º 1
0
 function _init(&$oForm, $aElement, $aObjectType, $sXPath, $sNamePrefix = FALSE)
 {
     parent::_init($oForm, $aElement, $aObjectType, $sXPath, $sNamePrefix);
     if (!$this->oForm->oJs->_mayLoadJQuery()) {
         $this->oForm->mayday("renderlet SLIDER: may be used only when Formidable is configured to use jQuery JS-API.");
     }
 }
Exemplo n.º 2
0
 function _init(&$oForm, $aElement, $aObjectType, $sXPath, $sNamePrefix = FALSE)
 {
     parent::_init($oForm, $aElement, $aObjectType, $sXPath, $sNamePrefix);
     $this->aEmptyStatics["targetdir"] = AMEOSFORMIDABLE_VALUE_NOT_SET;
     $this->aEmptyStatics["targetfile"] = AMEOSFORMIDABLE_VALUE_NOT_SET;
     $this->aStatics["targetdir"] = $this->aEmptyStatics["targetdir"];
     $this->aStatics["targetfile"] = $this->aEmptyStatics["targetfile"];
 }
 function _init(&$oForm, $aElement, $aObjectType, $sXPath)
 {
     parent::_init($oForm, $aElement, $aObjectType, $sXPath);
     $this->_initDescendants();
     // early init (meaning before removing unprocessed rdts)
 }
 function _init(&$oForm, $aElement, $aObjectType, $sXPath)
 {
     parent::_init($oForm, $aElement, $aObjectType, $sXPath);
     $this->oForm->sessionStart();
 }