Difference between revisions of "Template:^Fcn"

From AgileApps Support Wiki
imported>Aeric
(Created page with "[{{DOCHOST}}/com/platform/api/Functions.html#$1 $1]<noinclude> If DOCHOST fails, use this: {{SERVER}}{{SCRIPTPATH}}/download<br/> Pointer to a method in the Functions class.<br...")
 
imported>Aeric
Line 1: Line 1:
[{{DOCHOST}}/com/platform/api/Functions.html#$1 $1]<noinclude>
{{DOCHOST}}/com/platform/api/Functions.html#<noinclude>


If DOCHOST fails, use this: {{SERVER}}{{SCRIPTPATH}}/download<br/>
If DOCHOST fails, use this: {{SERVER}}{{SCRIPTPATH}}/download<br/>


Pointer to a method in the Functions class.<br>
# Get the function signature using browser;s Inspect Element on the Javadoc page.
FAILS -- because javadocs don't have decent anchor tags
# Add it to this entry to make a link


;Usage:
;Usage:
:<tt><nowiki>{{^Fcn|functionName}}</nowiki></tt>
:<tt><nowiki>[{{^Fcn}}functionSignature(type,...) functionName()]</nowiki></tt>
</noinclude>
</noinclude>

Revision as of 02:18, 16 January 2014

https://agileappscloud.info/aawiki-src/download/com/platform/api/Functions.html#

If DOCHOST fails, use this: https://agileappscloud.info/aawiki-src/download

  1. Get the function signature using browser;s Inspect Element on the Javadoc page.
  2. Add it to this entry to make a link
Usage
[{{^Fcn}}functionSignature(type,...) functionName()]