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#<noinclude> | |||
If DOCHOST fails, use this: {{SERVER}}{{SCRIPTPATH}}/download<br/> | If DOCHOST fails, use this: {{SERVER}}{{SCRIPTPATH}}/download<br/> | ||
# Get the function signature using browser;s Inspect Element on the Javadoc page. | |||
# Add it to this entry to make a link | |||
;Usage: | ;Usage: | ||
:<tt><nowiki>{{^Fcn | :<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
- Get the function signature using browser;s Inspect Element on the Javadoc page.
- Add it to this entry to make a link
- Usage
- [{{^Fcn}}functionSignature(type,...) functionName()]