Prado\Web\UI\ActiveControls\TDropContainer::getPostBackOptions PHP Method

getPostBackOptions() protected method

Gets the post back options for this textbox.
protected getPostBackOptions ( ) : array
return array
    protected function getPostBackOptions()
    {
        $options['ID'] = $this->getClientID();
        $options['EventTarget'] = $this->getUniqueID();
        $options['accept'] = $this->getAcceptCssClass();
        $options['hoverclass'] = $this->getHoverCssClass();
        return $options;
    }