Prado\Web\UI\WebControls\TColorPickerClientSide::getOnColorSelected PHP Метод

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

public getOnColorSelected ( ) : string
Результат string javascript code for when a color is selected.
    public function getOnColorSelected()
    {
        return $this->getOption('OnColorSelected');
    }