Пример #1
0
<?php

defined('SYSPATH') or die('No direct script access.');
/**
 * @version SVN: $Id:$
 */
echo $textarea;
echo Extasy_Htmleditor::init($name);
Пример #2
0
 protected function _input()
 {
     return parent::_input() . Extasy_Htmleditor::init($this->get_name());
 }