Changes for page Action
on 2011/09/28 12:13
on 2018/06/06 18:33
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,19 +1,19 @@ 1 - Cetobjet représenteladéfinitiond'uneactiond'uneapplication.1 +This object represents the definition of an application's action. 2 2 3 -== Propr iétés ==3 +== Properties == 4 4 === Id === 5 -sysId del'action.5 +sysId of the action. 6 6 7 7 8 8 === Name === 9 -N omdel'action.9 +Name of the action. 10 10 11 11 12 12 === Title === 13 - Libellédel'action.13 +Title of the action. 14 14 15 15 16 -Ex emple:créationd'uneoptioncontenantlatedesactions16 +Example: Create an option listing all actions of an application 17 17 var arr = new Array(); 18 18 var reg = System.Registry; 19 19 var app = reg.getApplication("rqRequest");