
Лучший Ответ CB9TOIIIA , 05 September 2016 - 13:45
В общем пашет 100%
- public function hasValue($params = array()) {
- $value = $this->get('value');
- return !empty($value);
- }
- public function render($params = array()) {
- $value = $this->get('value');
- $result = $this->app->zoo->triggerContentPlugins($value, array('item_id' => $this->_item->id), 'com_zoo.element.textarea');
- return $result;
- }
Magic
Перейти к сообщению