%s
',__METHOD__); } $val = $attribute->getValue($i); if ($attribute->getHelper()) { echo '
'; } printf('', $j,htmlspecialchars($attribute->getName()),$i, $j,htmlspecialchars($attribute->getName()),$i, htmlspecialchars($val), $attribute->needJS('focus') ? sprintf('onfocus="focus_%s(this);" ',$attribute->getName()) : '', $attribute->needJS('blur') ? sprintf('onblur="blur_%s(this);" ',$attribute->getName()) : '', ($attribute->getSize() > 0) ? sprintf('size="%s"',$attribute->getSize()) : '', ($attribute->getMaxLength() > 0) ? sprintf('maxlength="%s"',$attribute->getMaxLength()) : ''); if ($attribute->getHelper()) { echo ''; $this->draw('AttributeHelper',$attribute,$i); echo '
'; } } protected function drawMassFormReadWriteValueBinaryAttribute($attribute,$i,$j) { $this->drawFormReadWriteValueBinaryAttribute($attribute,$i); } protected function drawMassFormReadWriteValueJpegAttribute($attribute,$i,$j) { $this->drawFormReadOnlyValueJpegAttribute($attribute,$i); } }