|
From: <ja...@po...> - 2003-10-13 08:26:57
|
Hi all
This is new documetation item. Special to Reema.
Akelavlk
2.1.3
Event handling
Event handling is same as event hanlding in normal application.
When user click to button, onclick event is call.=20
DotPHP call this event through JavaScript code. This JavaScript is
generate when render component.
Every event which is send to server must containt dp_name and=20
dp_event.
dp_name - Name of component which generate this event.
dp_event - is name of function wich is call on user action.
Some components use own definition event. See tabsheet_set_page=20
function
in TabSheet. This event is call when user click to sheet.
After that is call function tabsheet_set_page, but in this object.
When you want override this function you can define tabsheet_set_page=20
in
your program. DotPHP check if exists this function in your code before
after that is call this function in component.
You can define your own event on client site also. It's out of DotPHP.
=0A=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D REKLA=
MA =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=0AVyrazne zlavy pocitacov a prislusenstva=0ASun=
Fire V210 server v cenach uz od 125.000,- Sk bez DPH=0ANavstivte nas na ad=
rese http://www.somi.sk/sun/lowend_servery.php=0A=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=0A
|