JavaScript Functions
From AgileApps Support Wiki
Revision as of 19:44, 28 December 2011 by imported>Aeric
These functions are available anywhere that JavaScript is running on the platform.
showTab
Display an object list view as a tab in the GUI.
- Syntax
- <syntaxhighlight lang="javascript" enclose="div">
showTab(); </syntaxhighlight>
showTabInIFrame
Display a record form as a tab in the GUI, using the form either to add a record to an object or to display record details.
- Syntax
- <syntaxhighlight lang="javascript" enclose="div">
showTabInIFrame(); </syntaxhighlight>