Triggered events

This is the complete list af all triggered events

ClassEvent
P4AafterUpload beforeOpenMask onOpenMask afterOpenMask
P4A_Array_SourcebeforeMoveRow onMoveRow afterMoveRow
P4A_Data_SourcebeforeMoveRow onMoveRow afterMoveRow
P4A_DB_NavigatorbeforeRenderElement afterClick beforeMovement afterMovement
P4A_DB_SourcebeforeMoveRow onMoveRow afterMoveRow
P4A_Tab_PanebeforeSetActivePage afterSetActivePage
P4A_Table_RowsbeforeDisplay beforeClick afterClick
P4A_Widgetset_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’);

Triggered errors

This is the complete list af all triggered errors

ClassEvent
P4AonUploadDeniedExtension
P4A_DBonDBConnectionError
P4A_DB_SourceonQueryError
P4A_MaskonFileSystemError

 
triggered-events.txt · Last modified: 2007/03/25 06:31 by p4a
 
Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki