API17

Difference between revisions of "JControllerAdmin"

From Joomla! Documentation

m (JoomlaWikiBot moved page JControllerAdmin/11.1 to API17:JControllerAdmin without leaving a redirect: Robot: Moved page)
m (→‎User contributed notes: moving preparation)
Line 65: Line 65:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JControllerAdmin]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 10:17, 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 JControllerAdmin[edit]

Description[edit]

Template:Description:JControllerAdmin [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public checkin Check in of one or more records.
public delete Removes an item.
public display Display is not supported by this controller.
public publish Method to publish a list of taxa.
public reorder Changes the order of one or more records.
public saveorder Method to save the submitted ordering values for records.
  • Defined in libraries/joomla/application/component/controlleradmin.php
  • Extends JController

Importing[edit]

jimport( 'joomla.application.component.controlleradmin' );

See also[edit]

Template:SeeAlso:JControllerAdmin [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />