This commit is contained in:
Dany De Bontridder 2020-09-22 19:44:38 +02:00
parent 58403353c4
commit 79dd13273a

View file

@ -23,6 +23,11 @@
* \brief Html Input
*/
require_once NOALYSS_INCLUDE.'/lib/html_input.class.php';
/**
* @class ITextarea
* @brief Manage the TEXTAREA html element
*/
class ITextarea extends HtmlInput
{
/*!\brief show the html input of the widget*/