gehe zum Quellcode dieser Datei
Namensbereiche | |
| namespace | Smarty |
Funktionen | |
| smarty_block_textformat ($params, $content, &$smarty) | |
| smarty_block_textformat | ( | $ | params, | |
| $ | content, | |||
| &$ | smarty | |||
| ) |
Smarty {textformat}{/textformat} block plugin
Type: block function
Name: textformat
Purpose: format text a certain way with preset styles or custom wrap/indent settings
{textformat} (Smarty online manual) array Params: style: string (email) indent: integer (0) wrap: integer (80) wrap_char string ("\n") indent_char: string (" ") wrap_boundary: boolean (true) Monte Ohrt
| string | contents of the block | |
| Smarty | clever simulation of a method |
Definiert in Zeile 31 der Datei block.textformat.php.
Benutzt $smarty.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|