Prado\Web\UI\JuiControls\TJuiDatePicker::getTextMode PHP Метод

getTextMode() публичный Метод

public getTextMode ( ) : TTextBoxMode
Результат 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;
    }