Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Prado
Web
UI
ActiveControls
TActiveDatePicker
onCallback
Prado\Web\UI\ActiveControls\TActiveDatePicker::onCallback PHP Method
TActiveDatePicker Class Documentation
Datei anzeigen
Open project: pradosoft/prado
onCallback()
public
method
This method is invoked when a callback is requested. The method raises 'OnCallback' event to fire up the event handlers. If you override this method, be sure to call the parent implementation so that the event handler can be invoked.
public
onCallback
(
$param
)
public function onCallback($param) { $this->raiseEvent('OnCallback', $this, $param); }
TActiveDatePicker
__construct
createClientScript
getActiveControl
getAutoPostBack
getDatePickerOptions
onCallback
raiseCallbackEvent
registerCalendarClientScriptPre
renderClientControlScript
setAutoPostBack
setText