FormWidgetStandalone.php 583 B

1234567891011121314151617
  1. <?php
  2. namespace ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Widget\Forms;
  3. use \ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Widget\Buttons\ButtonSubmitForm;
  4. /**
  5. * FormWidgetStandalone controler
  6. *
  7. * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
  8. */
  9. class FormWidgetStandalone extends BaseStandaloneForm implements \ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Interfaces\AjaxElementInterface, \ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Interfaces\FormInterface
  10. {
  11. protected $id = 'formWidgetStandalone';
  12. protected $name = 'formWidgetStandalone';
  13. }