Class FCKeditor

Description
Variable Summary
 string $BasePath
 array $Config
 mixed $Height
 string $InstanceName
 string $ToolbarSet
 string $Value
 mixed $Width
Method Summary
 FCKeditor FCKeditor (string $instanceName)
 void Create ()
 string CreateHtml ()
 string EncodeConfig (string $valueToEncode)
 boolean IsCompatible ()
Variables
string $BasePath (line 88)

Path to FCKeditor relative to the document root.

array $Config (line 122)

This is where additional configuration can be passed.

Example: $oFCKeditor->Config['EnterMode'] = 'br';

mixed $Height (line 102)

Height of the FCKeditor. Examples: 400, 50%

string $InstanceName (line 82)

Name of the FCKeditor instance.

  • access: protected
string $ToolbarSet (line 108)

Name of the toolbar to load.

string $Value (line 114)

Initial value.

mixed $Width (line 95)

Width of the FCKeditor. Examples: 100%, 600

Methods
Constructor FCKeditor (line 130)

Main Constructor. Refer to the _samples/php directory for examples.

FCKeditor FCKeditor (string $instanceName)
  • string $instanceName
Create (line 146)

Display FCKeditor.

void Create ()
CreateHtml (line 156)

Return the HTML code required to run FCKeditor.

string CreateHtml ()
EncodeConfig (line 253)

Encode characters that may break the configuration string generated by GetConfigFieldString().

  • access: protected
string EncodeConfig (string $valueToEncode)
  • string $valueToEncode
GetConfigFieldString (line 222)

Get settings from Config array as a single string.

  • access: protected
string GetConfigFieldString ()
IsCompatible (line 211)

Returns true if browser is compatible with FCKeditor.

boolean IsCompatible ()

Documentation generated on Tue, 28 Jun 2016 19:09:20 +0200 by phpDocumentor 1.4.0