Difference between revisions of "Template:JS Fcn"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric  |
||
Line 16: | Line 16: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
:;How it Works: | :;How it Works: | ||
::; <tt>code segment</tt>: What it does | ::; <tt>code(segment).doSomething(...</tt>: What it does | ||
;Syntax: | ;Syntax: |
Latest revision as of 21:29, 25 August 2011
Template for a Javascript Function.
- Usage
- {{subst:JS_Fcn}}
lj_functionName
...
- Sample Usage
...
- <syntaxhighlight lang="javascript" enclose="div">
</syntaxhighlight>
- How it Works
-
- code(segment).doSomething(...
- What it does
- Syntax
- <syntaxhighlight lang="javascript" enclose="div">
lj_functionName('{option1}={value}&{option2}={value}&...'); lj_functionName(param, param, "string-param", ...); </syntaxhighlight>
- Parameters
...
Parameter Description (default value in bold) param descr