contributions/text.html/view/widgets/input/html.input.widget.php
Go to the documentation of this file.00001 <?php 00002 require_once Load::get_module_dir('text.html') . 'view/widgets/input/base/html.input.widget.php'; 00003 00004 /** 00005 * A text area for HTML input 00006 * 00007 * @author Gerd Riesselmann 00008 * @ingroup Html 00009 */ 00010 class InputWidgetHtml extends InputWidgetHtmlBase { 00011 }