|
LEPTON CMS 7.5.0
feel free to keep it strictly simple...
|
Go to the source code of this file.
Functions | |
| display_fe_wysiwyg_editor (string $name, string $id, string $content, int|null $width=null, int|null $height=null, bool $prompt=false) | |
Variables | |
| if(!defined("SEC_FILE")) if(defined('LEPTON_PATH')) | else |
| $root = $oneback | |
| $level = 1 | |
| display_fe_wysiwyg_editor | ( | string | $name, |
| string | $id, | ||
| string | $content, | ||
| int|null | $width = null, | ||
| int|null | $height = null, | ||
| bool | $prompt = false ) |
Call this function for FE action, keep in mind that the editor must have a fe class to use wysiwyg
| string | $name | The name of the textarea to watch |
| string | $id | The "id" - some other modules handle this param differ |
| string | $content | The source to edit. |
| string | $width | Optional the width |
| string | $height | Optional the height of the editor |
| bool | $prompt | Optional true: direct output to the browser, false: return the renerated string. |
Definition at line 52 of file function.display_fe_wysiwyg_editor.php.
| $level = 1 |
Definition at line 26 of file function.display_fe_wysiwyg_editor.php.
| $root = $oneback |
Definition at line 25 of file function.display_fe_wysiwyg_editor.php.
| while(($level< 10) &&(!file_exists($root.SEC_FILE))) if (file_exists( $root.SEC_FILE)) else |
This file is part of LEPTON Core, released under the GNU GPL Please see LICENSE and COPYING files in your package for details, specially for terms and warranties.
NOTICE:LEPTON CMS Package has several different licenses. Please see the individual license in the header of each single file or info.php of modules and templates.
Definition at line 23 of file function.display_fe_wysiwyg_editor.php.