Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe plgEditorCodemirror
+ Graphe d'héritage de plgEditorCodemirror:
+ Graphe de collaboration de plgEditorCodemirror:

Liste de tous les membres

Fonctions membres publiques

 onInit ()
 onSave ($id)
 onGetContent ($id)
 onSetContent ($id, $content)
 onGetInsertMethod ()
 onDisplay ($name, $content, $width, $height, $col, $row, $buttons=true, $id=null, $asset=null, $author=null, $params=array())
- Fonctions membres publiques inherited from JPlugin
 __construct (&$subject, $config=array())
 loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR)
- Fonctions membres publiques inherited from JEvent
 __construct (&$subject)
 update (&$args)
- Fonctions membres publiques inherited from JObject
 __construct ($properties=null)
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Fonctions membres protégées

 _displayButtons ($name, $buttons, $asset, $author)

Attributs protégés

 $_basePath = 'media/editors/codemirror/'
- Attributs protégés inherited from JPlugin
 $_name = null
 $_type = null
- Attributs protégés inherited from JEvent
 $_subject = null
- Attributs protégés inherited from JObject
 $_errors = array()

Additional Inherited Members

- Attributs publics inherited from JPlugin
 $params = null

Documentation des fonctions membres

plgEditorCodemirror::_displayButtons (   $name,
  $buttons,
  $asset,
  $author 
)
protected

Displays the editor buttons.

Paramètres:
string$name
mixed$buttons[array with button objects | boolean true to display buttons]
Renvoie:
string HTML
plgEditorCodemirror::onDisplay (   $name,
  $content,
  $width,
  $height,
  $col,
  $row,
  $buttons = true,
  $id = null,
  $asset = null,
  $author = null,
  $params = array() 
)

Display the editor area.

Paramètres:
string$nameThe control name.
string$htmlThe contents of the text area.
string$widthThe width of the text area (px or %).
string$heightThe height of the text area (px or %).
int$colThe number of columns for the textarea.
int$rowThe number of rows for the textarea.
boolean$buttonsTrue and the editor buttons will be displayed.
string$idAn optional ID for the textarea (note: since 1.6). If not supplied the name is used.
string$asset
object$author
array$paramsAssociative array of editor parameters.
Renvoie:
string HTML

Références $asset, $author, $buttons, $height, $html, $id, $name, $options, $style, $width, JFactory\getApplication(), et JURI\root().

+ Voici le graphe d'appel pour cette fonction :

plgEditorCodemirror::onGetContent (   $id)

Get the editor content.

Paramètres:
string$idThe id of the editor field.
Renvoie:
string Javascript
plgEditorCodemirror::onGetInsertMethod ( )

Adds the editor specific insert method.

Renvoie:
boolean

Références $doc, et JFactory\getDocument().

+ Voici le graphe d'appel pour cette fonction :

plgEditorCodemirror::onInit ( )

Initialises the Editor.

Renvoie:
string JavaScript Initialization string.

Références JHtml\_(), et JFactory\getApplication().

+ Voici le graphe d'appel pour cette fonction :

plgEditorCodemirror::onSave (   $id)

Copy editor content to form field.

Paramètres:
string$idThe id of the editor field.
Renvoie:
string Javascript
plgEditorCodemirror::onSetContent (   $id,
  $content 
)

Set the editor content.

Paramètres:
string$idThe id of the editor field.
string$contentThe content to set.
Renvoie:
string Javascript

Documentation des données membres

plgEditorCodemirror::$_basePath = 'media/editors/codemirror/'
protected

Base path for editor files


La documentation de cette classe a été générée à partir du fichier suivant :