Migrate abstract class creation page

This commit is contained in:
Molkobain
2021-03-04 17:22:55 +01:00
parent 1d7bc7c8f7
commit 99295634a6
4 changed files with 50 additions and 67 deletions

View File

@@ -12,13 +12,15 @@ use Combodo\iTop\Application\UI\Base\Layout\UIContentBlock;
class Select extends UIContentBlock
{
// Overloaded constants
public const BLOCK_CODE = 'ibo-select';
public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'base/components/input/select/select';
/** @var string */
protected $sName;
/** @var string */
protected $sValue;
/** @var bool */
/** @var bool */
protected $bSubmitOnChange = false;