Framework:AfterSave: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
Created page with "==Function== AfterSave(Function, Name) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f6f6 |'''P..."
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


AfterSave(Function, Name)
<span {{CoPFormel}}>AfterSave(<Function>, <Name>)</span>
 
{| class="wikitable" width="80%"
 
|- {{Tabellentitel}}
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
| Parameter  
|-
| Description
| style=background-color:#f6f6f6 |'''Parameter'''
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|Function
|Function
Line 15: Line 13:
|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 after save.
Executes an import or macro after save.


__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|AfterSave]]
[[Category:Functions - client-side|AfterSave]]
[[Category:Functions - client-side|AfterSave]]
[[de:Framework:AfterSave]]
[[de:Framework:AfterSave]]

Latest revision as of 08:47, 24 May 2012

Function

AfterSave(<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 after save.