API17:JHtmlBehavior::uploader
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 40: | Line 40: | ||
void | void | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/html/html/behavior.php | + | libraries/joomla/html/html/behavior.php (line 360) |
| + | * see source code in [[jplatform:html/html/behavior.php#cl-360|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:41, 23 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]
Since
Synopsis
public static JHtmlBehavior::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 |
Returns
void
Defined in
libraries/joomla/html/html/behavior.php (line 360)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JHtmlBehavior::uploader
Examples
<CodeExamplesForm />
