Sha256: 252fa0c426e3b3b673b192b20608955082e6e84b298a739331ba3bb5092ddaef

Contents?: true

Size: 1 KB

Versions: 7

Compression:

Stored size: 1 KB

Contents

= TinyMCE Plugin ImageSelector

This gem uses the tiny_mce gem's plugin system to install the https://github.com/kete/image_selector_tinymce_plugin plugin.

= Usage

To use this plugin, clone the source, gem build, gem install, and add the following after the tiny_mce gem config line:

  config.gem 'tiny_mce' # if you haven't done so already
  config.gem 'tiny_mce_plugin_imageselector'

You'll want to adjust your config/tiny_mce.yml file to take advantage of the plugin.

The imageselector plugin assumes that your site has imageselector config files at /javascripts/image_selector_config/. See the README at https://github.com/kete/image_selector_tinymce_plugin/ for more details on how they are set up.

= Credits

tiny_mce_plugin_imageselector was created for the Kete project (http://kete.net.nz) and is maintained by Walter McGinnis <walter a-t katipo dot co dot nz>.

= License

tiny_mce_plugin_imageselector is covered by the MIT License. See LICENSE for more information.

Copyright (C) 2011 Horowhenua Library Trust

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tiny_mce_plugin_imageselector-0.0.8 README.rdoc
tiny_mce_plugin_imageselector-0.0.7 README.rdoc
tiny_mce_plugin_imageselector-0.0.6 README.rdoc
tiny_mce_plugin_imageselector-0.0.5 README.rdoc
tiny_mce_plugin_imageselector-0.0.4 README.rdoc
tiny_mce_plugin_imageselector-0.0.3 README.rdoc
tiny_mce_plugin_imageselector-0.0.2 README.rdoc