API17

Difference between revisions of "JHtmlMenu::linkoptions"

From Joomla! Documentation

m (JoomlaWikiBot moved page JHtmlMenu::linkoptions/11.1 to API17:JHtmlMenu::linkoptions without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Build the multiple select list for Menu Links/Pages.  
 
Build the multiple select list for Menu Links/Pages.  
  
{{Description:JHtmlMenu::linkoptions}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JHtmlMenu::linkoptions|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public static function linkoptions (
 
public static function linkoptions (
Line 36: Line 34:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlMenu::linkoptions source code''' on [[jplatform:html/html/menu.php#cl-184|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlMenu::linkoptions source code''' on [[jplatform:html/html/menu.php#cl-184|BitBucket]]
* {{JVer|11.1}} Class [[JHtmlMenu/11.1|JHtmlMenu]]
+
* {{JVer|11.1}} Class [[API17:JHtmlMenu|JHtmlMenu]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlMenu::linkoptions|Other versions of JHtmlMenu::linkoptions]]
+
* [[API17:JHtmlMenu::linkoptions|Other versions of JHtmlMenu::linkoptions]]
{{SeeAlso:JHtmlMenu::linkoptions}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlMenu::linkoptions|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JHtmlMenu::linkoptions
 
category=JHtmlMenu::linkoptions
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 54: Line 50:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JHtmlMenu]][[Category:JHtmlMenu::linkoptions]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:13, 24 March 2017

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 JHtmlMenu::linkoptions[edit]

Description[edit]

Build the multiple select list for Menu Links/Pages.


public static function linkoptions (
        $all=false
        $unassigned=false
)
Parameter Type Default Description
$all false
$unassigned false
  • Returns
  • Defined on line 192 of libraries/joomla/html/html/menu.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]