gyro/core/view/widgets/input/submit.input.widget.php
Go to the documentation of this file.00001 <?php 00002 require_once GYRO_CORE_DIR . 'view/widgets/input/base/submit.input.widget.php'; 00003 00004 /** 00005 * A submit button 00006 * 00007 * @author Gerd Riesselmann 00008 * @ingroup View 00009 */ 00010 class InputWidgetSubmit extends InputWidgetSubmitBase { 00011 }