This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Triggered events
fballiano edited this page Aug 31, 2012
·
1 revision
Class | Event |
---|---|
P4A | afterUpload beforeOpenMask onOpenMask afterOpenMask |
P4A_Array_Source | beforeMoveRow onMoveRow afterMoveRow |
P4A_Data_Source | beforeMoveRow onMoveRow afterMoveRow |
P4A_DB_Navigator | beforeRenderElement afterClick beforeMovement afterMovement |
P4A_DB_Source | beforeMoveRow onMoveRow afterMoveRow |
P4A_Table_Rows | beforeDisplay beforeClick afterClick |
P4A_Widget | set_label onClick onChange* onMouseOver* onKeyPress* onReturnPress* |
Notes:
- if you think the list is too short remember that P4A_Widget is a base class for all P4A graphic widget, thus all events are inherited by descendand classes
- all events with the * symbol mean that the event is intercepted by P4A but the action is not added to the rendered HTML, if you want to really intercept those events simply to $object→addAction(’eventName’);
Class | Event |
---|---|
P4A | onUploadDeniedExtension |
P4A_DB | onDBConnectionError |
P4A_DB_Source | onQueryError |
P4A_Mask | onFileSystemError |
General:
Documentation:
Theme customizations:
Contribs: