| 1234567891011121314151617 |
- <?php
- namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Forms;
- use \ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ButtonSubmitForm;
- /**
- * FormWidgetStandalone controler
- *
- * @autor ThurData <info@thurdata.ch>
- */
- class FormWidgetStandalone extends BaseStandaloneForm implements \ThurData\Servers\KerioEmail\Core\UI\Interfaces\AjaxElementInterface, \ThurData\Servers\KerioEmail\Core\UI\Interfaces\FormInterface
- {
- protected $id = 'formWidgetStandalone';
- protected $name = 'formWidgetStandalone';
- }
|