API17:JHtmlBehavior::uploader
From Joomla! Documentation
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 />
