GenerateHomepageRelativeURL
Syntax
GenerateHomepageRelativeURL(PORTAL.portalname, NODE.nodename, Tabname)
Description
Use the GenerateHomepageRelativeURL function to create a URL string that represents a relative reference the specified homepage on the portal servlet. The relative reference is suitable for use on any page that itself has the simple URL format.
If you want to ...
GenerateQueryContentURL
Syntax
GenerateQueryContentURL(PORTAL.portalname, NODE.nodename, QueryName, IsPublic [, IsNewWindow])
Description
Use the GenerateQueryContentURL function to create a URL string that represents an absolute reference to the specified query (URL) on the content servlet.
The PortalURI of the node that hosts the specified portal is used in the generated URL. The ...
GenerateQueryPortalURL
Syntax
GenerateQueryPortalURL(PORTAL.portalname, NODE.nodename, QueryName, IsPublic [, IsNewWindow])
Description
Use the GenerateQueryPortalURL function to create a URL string that represents an absolute reference to the specified query (URL) on the portal servlet.
The PortalURI of the node that hosts the specified portal is used in the generated URL. The ...
GenerateQueryRelativeURL
Syntax
GenerateQueryRelativeURL(PORTAL.portalname, NODE.nodename, QueryName, IsPublic [, IsNewWindow])
Description
Use the GenerateQueryRelativeURL function to creates a URL string that represents a relative reference to the specified query on the portal servlet. The relative reference is suitable for use on any page that itself has the simple URL format.
If ...
GenerateScriptContentRelURL
Syntax
GenerateScriptContentRelURL(PORTAL.portalname, NODE.nodename, RECORD.recordname, FIELD.fieldname, event_name, function_name, [, keylist])
where keylist is a list of field references in the form:
[recordname.]field1 [, [recordname.]field2]. . .
OR
&RecordObject1 [, &RecordObject2]. . .
Description
Use the GenerateScriptContentRelURL function to create a URL string that represents a relative reference to the specified iScript ...
GenerateScriptContentURL
Syntax
GenerateScriptContentURL(PORTAL.portalname, NODE.nodename, RECORD.recordname, FIELD.fieldname, event_name, function_name, [, keylist])
where keylist is a list of field references in the form:
[recordname.]field1 [, [recordname.]field2]. . .
OR
&RecordObject1 [, &RecordObject2]. . .
Description
Use the GenerateScriptContentURL function to create a URL string that represents an absolute reference to the specified iScript ...
GenerateScriptPortalRelURL
Syntax
GenerateScriptPortalRelURL(PORTAL.portalname, NODE.nodename, RECORD.recordname, FIELD.fieldname, event_name, function_name, [, keylist])
where keylist is a list of field references in the form:
[recordname.]field1 [, [recordname.]field2]. . .
OR
&RecordObject1 [, &RecordObject2]. . .
Description
Use the GenerateScriptPortalRelURL function to create a URL string that represents a relative reference to the specified iScript ...
GenerateScriptPortalURL
Syntax
GenerateScriptPortalURL(PORTAL.portalname, NODE.nodename, RECORD.recordname, FIELD.fieldname, event_name, function_name, [, keylist])
where keylist is a list of field references in the form:
[recordname.]field1 [, [recordname.]field2]. . .
OR
&RecordObject1 [, &RecordObject2]. . .
Description
Use the GenerateScriptPortalURL function to create a URL string that represents an absolute reference to the specified iScript ...
GenerateScriptRelativeURL
Syntax
GenerateScriptRelativeURL(PORTAL.portalname, NODE.nodename, RECORD.recordname, FIELD.fieldname, event_name, function_name, [, keylist])
where keylist is a list of field references in the form:
[recordname.]field1 [, [recordname.]field2] ...
OR
&RecordObject1 [, &RecordObject2] ...
Description
Use the GenerateScriptRelativeURL function to create a relative URL string that represents a relative reference to the specified ...
GenerateTree
Syntax
GenerateTree(&rowset [, TreeEventField])
Description
Use the GenerateTree function to display data in a tree format, with nodes and leaves. The result of the GenerateTree function is an HTML string, which can be displayed in an HTML area control. The tree generated by GenerateTree is called an HTML tree .
The ...