Prado\Web\UI\WebControls\TImageMap::getTarget PHP Method

getTarget() public method

public getTarget ( ) : string
return string the target window or frame to display the new page when a hotspot region is clicked within the imagemap. Defaults to ''.
    public function getTarget()
    {
        return $this->getViewState('Target', '');
    }