Class: IcmsFormSourceEditor
Source Location: /class/icmsform/elements/icmsformsourceeditor.php
Class IcmsFormSourceEditor
Inherited Properties, Constants, and Methods
Method Summary
| string |
render() |
Renders the editor |
Methods
IcmsFormSourceEditor __construct(
$form_caption, string
$key,
$value, [
$width = '100%'], [
$height = '400px'], [
$editor_name = null], [
$language = 'php'], object
$object
)
|
|
Constructor
Parameters:
|
object |
$object: |
reference to targetobject (@link IcmsPersistableObject) |
|
string |
$key: |
the form name |
|
|
$form_caption: |
|
|
|
$value: |
|
|
|
$width: |
|
|
|
$height: |
|
|
|
$editor_name: |
|
|
|
$language: |
|
Renders the editor
API Tags:
| Return: | the constructed html string for the editor |
Redefinition of:
- XoopsFormTextArea::render()
- prepare HTML for output
|
|