API17

Difference between revisions of "JEditor::save"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (→‎See also: moving preparation)
(4 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JEditor::save|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JEditor::save|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JEditor->save ($editor)
+
public function save ($editor)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 173 of libraries/joomla/html/editor.php
===Defined in===
 
libraries/joomla/html/editor.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JEditor::save source code''' on [[jplatform:html/editor.php#cl-165|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JEditor|JEditor]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
 +
* [[API17:JEditor::save|Other versions of JEditor::save]]
 +
{{SeeAlso:JEditor::save}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JEditor::save|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JEditor::save|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JEditor/11.1|JEditor]]
+
===User contributed notes===
* [[JEditor::save|Other versions of this method]]
 
{{SeeAlso:JEditor::save}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 45: Line 43:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JEditor]][[Category:JEditor::save]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:32, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JEditor::save[edit]

Description[edit]

Save the editor content.

Template:Description:JEditor::save [Edit Descripton]

public function save ($editor)
Parameter Type Default Description
$editor string The name of the editor control
  • Returns
  • Defined on line 173 of libraries/joomla/html/editor.php

See also[edit]

Template:SeeAlso:JEditor::save [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />