This commit is contained in:
Dany De Bontridder 2020-09-22 19:44:38 +02:00 committed by Dany De Bontridder
parent ffc70d72cc
commit 4a2e3d0b8f

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*/