API15

JControllerForm/display: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: ===Description=== This controller does not have a display method. Redirect back to the list view of the component. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki...
 
m removing red link to edit, no existant pages
Line 3: Line 3:


<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JControllerForm/display|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[<! removed edit link to red link >]</nowiki>
</span>
</span>


{{Description:JControllerForm/display}}
<! removed transcluded page call, red link never existed >


===Syntax===
===Syntax===
Line 26: Line 26:


<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JControllerForm/display|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[<! removed edit link to red link >]</nowiki>
</span>
</span>
{{SeeAlso:JControllerForm/display}}
<! removed transcluded page call, red link never existed >


===Examples===
===Examples===
Line 41: Line 41:
  format= ,,,
  format= ,,,
</dpl>
</dpl>
[[Category:Archived pages API15]]

Revision as of 13:54, 12 May 2013

Description

This controller does not have a display method. Redirect back to the list view of the component.

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

display()


Defined in

libraries/joomla/application/component/controllerform.php

Importing

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

Source Body

public function display()
{
        $this->setRedirect(JRoute::_('index.php?option='.$this->_option.'&view='.$this->_view_list, false));
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

<CodeExamplesForm />