1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-06-30 21:55:06 +03:00
kangana/application/classes/View/Form/WYSIWYG.php

12 lines
217 B
PHP

<?php defined('SYSPATH') or die('No direct script access.');
/**
* Visual editor textarea
**/
class View_Form_WYSIWYG extends View_Form_Control {
public function id()
{
return 'wysiwyg-'.$this->name;
}
}