FormWidgetStandalone.php 520 B

1234567891011121314151617
  1. <?php
  2. namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Forms;
  3. use \ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ButtonSubmitForm;
  4. /**
  5. * FormWidgetStandalone controler
  6. *
  7. * @autor ThurData <info@thurdata.ch>
  8. */
  9. class FormWidgetStandalone extends BaseStandaloneForm implements \ThurData\Servers\KerioEmail\Core\UI\Interfaces\AjaxElementInterface, \ThurData\Servers\KerioEmail\Core\UI\Interfaces\FormInterface
  10. {
  11. protected $id = 'formWidgetStandalone';
  12. protected $name = 'formWidgetStandalone';
  13. }