Appxweb Meta
Home > Developer > Objects > call_script


meta - AML object declaration extension - AML object declaration package - AML object declaration data - AML object declaration function - AML object declaration view - AML object declaration scalar - AML object declaration array - AML object declaration pointer - AML object declaration script - AML object declaration call_script - AML object declaration render - AML object declaration navigate - AML object declaration html_ext - AML object declaration menu - AML object declaration menu - AML object declaration dialog - AML object declaration report - AML object declaration window - AML object declaration

<call_script>

Figure: Object Chart (call_script Object Highlighted)
Syntax
Example
 
Element: call_script
Parent: function
Description: Declaration of a call_script function object which is used to call a script function which is part of the current HTML resource.
Occurs: 0 or unbound. (i. e Within the <function> element the <call_script> element can occur zero or many times.)
 Attribute: AM_function_id
 Description: Unique alphanumeric indentifier of this call_script function object.
Value Type: string
Value: user defined
Occurs: 1 (i.e required)
 
Element: language
Parent: call_script
Description: Name of the scripting language.
Value Type: string (parameter)
Value : name. (default) javascript
Occurs: 0 or 1 (i.e optional)
 
Element: function_name
Parent: call_script
Description: The name of the script function to Run.
Value Type: string (parameter)
Value : function name including brackets e.g lowercase()
Occurs: 1 (i.e required)
 

top