API16:JEditor
出典: Joomla! ドキュメンテーション
目次 |
Defined in
libraries/joomla/html/editor.php
Methods
| Method name | Description |
|---|---|
| __construct | constructor |
| initialise | Initialise the editor |
| display | Display the editor area. |
| save | Save the editor content |
| getContent | Get the editor contents |
| setContent | Set the editor contents |
| getButtons | Get the editor buttons |
| getInstance | Returns the global Editor object, only creating it if it doesn't already exist. |
Importing
jimport( 'joomla.html.editor' );
Examples
<CodeExamplesForm />
自動更新 2012/05/24 03:09:31
