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 plgEditorNone
+ Graphe d'héritage de plgEditorNone:
+ Graphe de collaboration de plgEditorNone:

Liste de tous les membres

Fonctions membres publiques

 onInit ()
 onSave ()
 onGetContent ($id)
 onSetContent ($id, $html)
 onGetInsertMethod ($id)
 onDisplay ($name, $content, $width, $height, $col, $row, $buttons=true, $id=null, $asset=null, $author=null, $params=array())
 _displayButtons ($name, $buttons, $asset, $author)
- 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 ()

Additional Inherited Members

- Attributs publics inherited from JPlugin
 $params = null
- 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()

Documentation des fonctions membres

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

Références $asset, $author, $button, $buttons, $name, $return, $title, JHtml\_(), JURI\base(), et null.

+ Voici le graphe d'appel pour cette fonction :

plgEditorNone::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

Références $asset, $author, $buttons, $height, $id, $name, et $width.

plgEditorNone::onGetContent (   $id)

Get the editor content.

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

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

+ Voici le graphe d'appel pour cette fonction :

plgEditorNone::onInit ( )

Method to handle the onInitEditor event.

  • Initialises the Editor
Renvoie:
string JavaScript Initialization string
Depuis:
1.5
plgEditorNone::onSave ( )

Copy editor content to form field.

Not applicable in this editor.

Renvoie:
void
plgEditorNone::onSetContent (   $id,
  $html 
)

Set the editor content.

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

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