https://github.com/badsyntax/tinymce-custom-inlinepopups
TinyMCE jQuery UI inline popups
https://github.com/badsyntax/tinymce-custom-inlinepopups
Last synced: 11 months ago
JSON representation
TinyMCE jQuery UI inline popups
- Host: GitHub
- URL: https://github.com/badsyntax/tinymce-custom-inlinepopups
- Owner: badsyntax
- License: mit
- Created: 2011-04-28T08:52:54.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-11-05T09:16:30.000Z (over 12 years ago)
- Last Synced: 2025-02-28T22:55:04.901Z (12 months ago)
- Language: JavaScript
- Homepage: http://badsyntax.co/post/tinymce-jquery-ui-inline-popups
- Size: 712 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# tinymce-jqueryui-inline-popups
TinyMCE 3 jQuery UI inline popups
## Getting Started
* Create a new folder called ‘jqueryinlinepopups’ in the tinymce plugins directory.
* Download editor_plugin.js file, and place it within the ‘jqueryinlinepopups’ folder.
* Enable the ‘jqueryinlinepopups’ plugin. You set this in the config object to pass into TinyMCE.init().
* Ensure you have loaded jQuery and jQuery UI on the page.
## Documentation
Read the blog post: http://badsyntax.co/post/tinymce-jquery-ui-inline-popups
## Demo
http://demos.badsyntax.co/tinymce-jqueryui-popups/
## License
Copyright (c) 2012 Richard Willis
Licensed under the MIT license.