2017 © Pedro Peláez
 

elefant-app app-filepicker

Filepicker app for the Elefant CMS

image

elefant/app-filepicker

Filepicker app for the Elefant CMS

  • Tuesday, September 25, 2012
  • by jbroadway
  • Repository
  • 1 Watchers
  • 2 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

This is a simple Filepicker.io app for the Elefant CMS., (*1)

Usage:, (*2)

1. Install the app into your apps folder:, (*3)

git clone git@github.com:jbroadway/filepicker.git apps/filepicker

2. Add your API key to apps/filepicker/conf/config.php., (*4)

3. Create an upload field in your handlers or views:, (*5)

{! filepicker/my_field_name?mimetypes=image/* !}

To enable drag & drop, use:, (*6)

{! filepicker/my_field_name?dragdrop=1 !}

Or from any handler, use:, (*7)

echo $this->run ('filepicker/my_field_name', array (
    'mimetypes' => 'image/*',
    'option-services'  => 'COMPUTER,DROPBOX,GOOGLE_DRIVE,URL',
    'dragdrop'  => true,
    'onchange'  => 'console.log(event)'
));

Note that you can skip the data-fp- prefix on option names., (*8)

See here for all available options:, (*9)

https://developers.filepicker.io/docs/web/#widgets-open, (*10)

The Versions

25/09 2012

dev-master

9999999-dev

Filepicker app for the Elefant CMS

  Sources   Download

MIT

The Requires

 

file app upload cms filepicker elefant

25/09 2012

1.0

1.0.0.0

Filepicker app for the Elefant CMS

  Sources   Download

MIT

The Requires

 

file app upload cms filepicker elefant