Phpfox_Editor

Description

Handles the output of the text editor used on many sections of the site. This allows the easy integration of other text editors with WYSIWYG features.

  • author: Raymond Benc
  • version: $Id: editor.class.php 1687 2010-07-22 03:13:27Z Raymond_Benc $
  • copyright: [PHPFOX_COPYRIGHT]

Located in /include/library/phpfox/editor/editor.class.php (line 18)


	
			
Method Summary
 Phpfox_Editor __construct ()
 string get (string $iId, [array $aParams = array()])
 string getValue (string $iId)
Methods
Constructor __construct (line 24)

Class constructor

  • access: public
Phpfox_Editor __construct ()
get (line 35)

Gets the HTML output of the current textarea editor.

  • return: Returns the HTML output of the <textarea>
  • access: public
string get (string $iId, [array $aParams = array()])
  • string $iId: ID of the textarea name, which also creates a unique ID for the HTML <textarea>
  • array $aParams: Any special params that the specific form behaves different from other forms can be passed here.
getValue (line 60)

Gets the $_POST form value based on the ID passed.

  • return: Returns the value if we can find it, if not the value is blank.
  • access: public
string getValue (string $iId)
  • string $iId: ID of the <textarea> form

Documentation generated on Tue, 28 Sep 2010 10:36:39 +0200 by phpDocumentor 1.4.0a2