Prado\Web\UI\ActiveControls\TActiveDatePicker::setAutoPostBack PHP 메소드

setAutoPostBack() 공개 메소드

An automatic postback to the server will occur whenever the user modifies the text in the TActiveDatePicker control and then tabs out of the component.
public setAutoPostBack ( $value )
    public function setAutoPostBack($value)
    {
        $this->setViewState('AutoPostBack', TPropertyValue::ensureBoolean($value), true);
    }