Using the $ form element -> setExtra() method, you can add any additional syntax to the form element, for example:
$Text->setExtra("class='form-control'");
$Text->setExtra("style='width: 90%'");
$Text->setExtra("placeholder='請輸入標題'");
Using the $ form element -> setExtra() method, you can add any additional syntax to the form element, for example:
$Text->setExtra("class='form-control'");
$Text->setExtra("style='width: 90%'");
$Text->setExtra("placeholder='請輸入標題'");