예제 #1
0
파일: html.php 프로젝트: ariol/adminshop
<?php

defined('SYSPATH') or die('No direct script access.');
/**
 * @version SVN: $Id:$
 */
echo $textarea;
echo Extasy_Htmleditor::init($name);
예제 #2
0
파일: Html.php 프로젝트: ariol/adminshop
 protected function _input()
 {
     return parent::_input() . Extasy_Htmleditor::init($this->get_name());
 }