Browse Source

New verb for application extensions: OnFormCancel

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1148 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 years ago
parent
commit
e8e6206c64
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/applicationextension.inc.php

+ 1 - 0
application/applicationextension.inc.php

@@ -29,6 +29,7 @@ interface iApplicationUIExtension
 	public function OnDisplayProperties($oObject, WebPage $oPage, $bEditMode = false);
 	public function OnDisplayRelations($oObject, WebPage $oPage, $bEditMode = false);
 	public function OnFormSubmit($oObject, $sFormPrefix = '');
+	public function OnFormCancel($sTempId); // temp id is made of session_id and transaction_id, it identifies the object in a unique way
 
 	public function EnumUsedAttributes($oObject); // Not yet implemented
 	public function GetIcon($oObject); // Not yet implemented