... |
... |
@@ -99,7 +99,7 @@ |
99 |
99 |
|
100 |
100 |
By default, a PreRender plugin is executed on all form calls in the scope of the client in which it was registered. |
101 |
101 |
For example, if you want the //PreRenderer// to be executed only when certain forms are called, you can make this configurable using //Bundle-Properties//. |
102 |
|
-The following example reads in the {{code language="none"}}execute{{/code}} method reads the value of the //Bundle-Property// {{code language="none"}}activate.form.alias{/code}}, which contains the names of forms (separated by commas). |
|
102 |
+The following example reads in the {{code language="none"}}execute{{/code}} method reads the value of the //Bundle-Property// {{code language="none"}}activate.form.alias{{/code}}, which contains the names of forms (separated by commas). |
103 |
103 |
Then these names are compared with the name of the current form in whose scope the //PreRenderer// is currently running. |
104 |
104 |
If the name of the current form does not match a name from the configured list, further processing of the PreRenderer is aborted. |
105 |
105 |
|