Rafo luya forms

problém chyba Getting unknown property: luya\forms\Model::_attributeHints nefungovalo ani po zkopírování modulu z tiskplus.cz

Fixnuto následovně:

Forms.php zakomentováno
public function setAttributeHint($attribute, $hint)
{
//JHIfix - zakomentovano - nefungovalo u rafa $this->model->_attributeHints[$attribute] = $hint;

}

nefungovali labels
fixnuto:
blocks/TextBlock.php
//JHFIx - nezobrazoval se label
return $this->getVarValue('isTextarea') ? $activeField->textArea(['rows' => $this->getCfgValue('textareaRows', null)])->label($this->getVarValue($this->varLabel)) : $activeField->textInput()->label($this->getVarValue($this->varLabel));
}

Rate this FAQ

0 (0 Votes)