Prado\Web\UI\WebControls\TColorPickerClientSide::getOnColorSelected PHP Method

getOnColorSelected() public method

public getOnColorSelected ( ) : string
return string javascript code for when a color is selected.
    public function getOnColorSelected()
    {
        return $this->getOption('OnColorSelected');
    }