API17:JHtmlBehavior::uploader
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JHtmlBehavior::uploader|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHtmlBehavior::uploader|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function uploader ( |
| + | $id='file-upload' | ||
| + | $params=array | ||
| + | $upload_queue='upload-queue' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 37: | Line 38: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' void | |
| − | void | + | * '''Defined''' on line 360 of libraries/joomla/html/html/behavior.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/html/html/behavior.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JHtmlBehavior::uploader source code''' on [[jplatform:html/html/behavior.php#cl-352|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JHtmlBehavior/11.1|JHtmlBehavior]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JHtmlBehavior::uploader|Other versions of JHtmlBehavior::uploader]] | ||
| + | {{SeeAlso:JHtmlBehavior::uploader}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHtmlBehavior::uploader|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHtmlBehavior::uploader|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 57: | Line 58: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JHtmlBehavior]][[Category:JHtmlBehavior::uploader]]</noinclude> | <noinclude>[[Category:JHtmlBehavior]][[Category:JHtmlBehavior::uploader]]</noinclude> | ||
Revision as of 21:06, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtmlBehavior::uploader
Description
Add unobtrusive javascript support for the advanced uploader.
Description:JHtmlBehavior::uploader [Edit Descripton]
public static function uploader ( $id='file-upload' $params=array $upload_queue='upload-queue' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | 'file-upload' | |
| $params | array | array() | An array of options for the uploader. |
| $upload_queue | string | 'upload-queue' | $upload_queue |
See also
-
JHtmlBehavior::uploader source code on BitBucket
-
Class JHtmlBehavior
-
Subpackage Html
- Other versions of JHtmlBehavior::uploader
SeeAlso:JHtmlBehavior::uploader [Edit See Also]
User contributed notes
<CodeExamplesForm />
