Prado\Web\UI\JuiControls\TJuiDatePicker::getTextMode PHP Méthode

getTextMode() public méthode

public getTextMode ( ) : TTextBoxMode
Résultat Prado\Web\UI\WebControls\TTextBoxMode the behavior mode of the underlying {@link TTextBox} component. Fixed to TTextBoxMode::SingleLine for the TJuiDatePicker.
    public function getTextMode()
    {
        return TTextBoxMode::SingleLine;
    }