User can choose files form cloud like Dropbox, Box(in progress)
Requirements ¶
Yii 1.1 or above
Usage ¶
Create a folder named "CloudFileChooser" in extensions.
$this->widget('ext.CloudFileChooser.DBFileChooser',
array(
'id' => 'dropbox-file-choose',
'itemCssClass' => 'noclass',
'itemTagName' => 'a',
'linkType' => 'preview',
'multiselect' => false,
'attributes' => array('href'=> 'javascript:void(0);'),
'itemTagText' => 'Samar: Attach from dropbx',
//'success'=>"js:function(files){ alert(files[0].name); }",
//'cancel'=>"js:function(message){ alert(message); }"
)
));
Need Feedback
Its my first extension. If any one found any issue please inform me. I will to resolve it
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.