Zikula_Template_Plugins
[ class tree: Zikula_Template_Plugins ] [ index: Zikula_Template_Plugins ] [ all elements ]

Procedural File: function.quicktags.php

Source Location: /system/pnRender/plugins/function.quicktags.php



Page Details:

Zikula Application Framework



Tags:

version:  $Id: outputfilter.pagevars.php 19321 2006-06-29 13:15:10Z markwest $
copyright:  (c) 2004, Zikula Development Team
link:  http://www.zikula.org
filesource:  Source Code for this file
license:  GNU/GPL








smarty_function_quicktags [line 34]

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:

return:  the page breaker markup
author:  Mark West
since:  24/04/2006


Parameters

array   $params   All attributes passed to this function from the template
object   &$smarty   Reference to the Smarty object
[ Top ]



Documentation generated on Fri, 18 Jul 2008 21:46:14 +0200 by phpDocumentor 1.4.1