Insolita / yii2-iconpicker

widget wrapper for bootstrap-iconpicker
11 stars 9 forks source link

get value from model #4

Open kr0lik opened 7 years ago

kr0lik commented 7 years ago

can you use Html::getAttributeValue

if ($this->hasModel() && !empty(Html::getAttributeValue($this->model, $this->attribute))) {
    $this->defaultIcon = $this->pickerOptions['data-icon'] = Html::getAttributeValue($this->model, $this->attribute);
}