Framework:BeforeSave: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
Created page with "==Function== BeforeSave(Function, Name) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f6f6 |'''..." |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==[[Framework:Functions|Function]]== | ==[[Framework:Functions|Function]]== | ||
BeforeSave(Function, Name) | <span {{CoPFormel}}>BeforeSave(<Function>, <Name>)</span> | ||
{| class="wikitable" width="80%" | |||
{| | |- {{Tabellentitel}} | ||
|- | | Parameter | ||
| | | Description | ||
| | |||
|- | |- | ||
|Function | |Function | ||
| Line 15: | Line 14: | ||
|Name of the Import or Makro | |Name of the Import or Makro | ||
|} | |} | ||
This function belongs to [[:Category:Functions_-_client-side|client-side functions]]. | |||
==Result== | ==Result== | ||
Executes an import or macro before save. | Executes an import or macro before save. | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Functions|BeforeSave]] | |||
[[Category:Functions - client-side|BeforeSave]] | [[Category:Functions - client-side|BeforeSave]] | ||
[[de:Framework:BeforeSave]] | [[de:Framework:BeforeSave]] | ||
Latest revision as of 08:43, 24 May 2012
Function
BeforeSave(<Function>, <Name>)
| Parameter | Description |
| Function | ExecImport, ExecMacro |
| Name | Name of the Import or Makro |
This function belongs to client-side functions.
Result
Executes an import or macro before save.