Prado\Web\UI\WebControls\TClientSideValidationSummaryOptions::setOnShowSummary PHP Method

setOnShowSummary() public method

Client-side OnShowSummary event is raise when one or more validators are not valid. This will override the default client-side validation summary behaviour.
public setOnShowSummary ( $javascript )
    public function setOnShowSummary($javascript)
    {
        $this->setFunction('OnShowSummary', $javascript);
    }