[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/plugins/editors/tinymce/ -> tinymce.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 797 lines (20 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

plgEditorTinymce:: (12 methods):
  __construct()
  onInit()
  onGetContent()
  onSetContent()
  onSave()
  onGetInsertMethod()
  isBrowserIE()
  jInsertEditorText()
  IeCursorFix()
  onDisplay()
  _displayButtons()
  _toogleButton()


Class: plgEditorTinymce  - X-Ref

TinyMCE Editor Plugin

__construct(&$subject, $config)   X-Ref
Constructor

param: object  $subject  The object to observe
param: array   $config   An array that holds the plugin configuration

onInit()   X-Ref
Initialises the Editor.

return: string  JavaScript Initialization string

onGetContent($editor)   X-Ref
TinyMCE WYSIWYG Editor - get the editor content

param: string  The name of the editor
return: string

onSetContent($editor, $html)   X-Ref
TinyMCE WYSIWYG Editor - set the editor content

param: string  The name of the editor
return: string

onSave($editor)   X-Ref
TinyMCE WYSIWYG Editor - copy editor content to form field

param: string  The name of the editor
return: string

onGetInsertMethod($name)   X-Ref

return: boolean

isBrowserIE()   X-Ref
No description

jInsertEditorText( text, editor )   X-Ref
No description

IeCursorFix()   X-Ref
No description

onDisplay($name, $content, $width, $height, $col, $row, $buttons = true, $id = null, $asset = null, $author = null)   X-Ref
Display the editor area.

param: string   The name of the editor area.
param: string   The content of the field.
param: string   The width of the editor area.
param: string   The height of the editor area.
param: int      The number of columns for the editor area.
param: int      The number of rows for the editor area.
param: boolean  True and the editor buttons will be displayed.
param: string   An optional ID for the textarea. If not supplied the name is used.
return: string

_displayButtons($name, $buttons, $asset, $author)   X-Ref

return: string

_toogleButton($name)   X-Ref

return: string



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1