PHP Class skeeks\cms\widgets\StorageFileManager

Inheritance: extends yii\base\Widget
Show file Open project: skeeks-cms/cms Class Usage Examples

Public Properties

Property Type Description
$backendRemoteUploadUrl
$backendSimpleUploadUrl
$clientOptions array
$model
$remoteUploadButtonSelector
$simpleUploadButtons

Public Methods

Method Description
getDefaultClientOptions ( )
init ( )
run ( )

Protected Methods

Method Description
_getSourceRemoteUploadOptions ( )
_getSourceSimpleUploadOptions ( )

Method Details

_getSourceRemoteUploadOptions() protected method

_getSourceSimpleUploadOptions() protected method

getDefaultClientOptions() public method

init() public method

public init ( )

run() public method

public run ( )

Property Details

$backendRemoteUploadUrl public property

public $backendRemoteUploadUrl

$backendSimpleUploadUrl public property

public $backendSimpleUploadUrl

$clientOptions public property

public array $clientOptions
return array

$model public property

public $model

$remoteUploadButtonSelector public property

public $remoteUploadButtonSelector

$simpleUploadButtons public property

public $simpleUploadButtons