string smarty_function_quicktags(
array $params, object &$smarty)
|
|
Smarty function to display the jsquicktags pseudo visual editor
The quick tags template tag MUST appear after the textarea in the template
Available parameters:
- id: CSS ID of the control to act on
- assign: If set, the results are assigned to the corresponding variable instead of printed out
Example <div class="pn-adminformrow"> <label for="pages_content"><!--[pnml name="_CONTENT"]--></label> <textarea id="pages_content" name="section[content]" rows="10" cols="50"></textarea> <!--[quicktags id=pages_content]--> </div> *
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |