OpenWGA 7.8 - TMLScript reference
TMLContext "this"Method :
content()
On object | TMLContext "this" |
Usage |
Providfes the WGAPI object "WGContent" which represents the current content document in context |
Return value | The current content document in context (WGAPI object WGContent) |
Allowed in script types |
|
Examples |
This example add a file attachment to the content document currently in context. It uses the WGAPI object WGContent as a parameter for WebTML form method attach():<tml:action id="save"> |