Download the PHP package ndm2/ckeditor-placeholder-elements without Composer

On this page you can find all versions of the php package ndm2/ckeditor-placeholder-elements. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ckeditor-placeholder-elements

CKEditor Placeholder Elements Plugin

Build Status

This is a CKEditor plugin that adds support for predefined placeholder elements.

What's it good for?

Well, in case you want the user to be able to use placeholders from a predefined collection, there you go... actually it's pretty much for my own specific use, but if it fits your needs, have fun with it.

Requirements

This plugins requires CKEditor 4.3+ and the following plugins:

How to use?

Installation

You can either

If you can't install the plugin directly in the CKEditor plugin folder, use CKEDITOR.plugins.addExternal() to point the editor to the directory where you've placed the plugin.

Configuration

Include the name of the plugin in the ckeditor extraPlugins option:

By default the UI element is appended to the insert toolbar. In case you want to place it manually, use PlaceholderElements as the identifier.

The following options are available for configuration:

Modifying the list of placeholders at runtime

The available placeholders can be modified at runtime using the instance of the PlaceholdersCollection class associated with the corresponding plugin instance.

Changes made to this collection are automatically being applied to the editor UI and content.

Add a new placeholder

Add a new placeholder to an existing group (or append a new group in case it doesn't exist yet)

Remove the third placeholder

Modify an existing placeholder

For more check out the PlaceholdersCollection class source.

Note that applying multiple consecutive changes can lead to flickering, due to the nature of change events causing UI and content updates. Make use of the PlaceholdersCollection.batchChanges() method to avoid this, changes made from the callback passed to this method will cause only a single change event to be fired afterwards.

Issues

Please use the issue tracker to report problems.

License

Licensed under The MIT License.


All versions of ckeditor-placeholder-elements with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ndm2/ckeditor-placeholder-elements contains the following files

Loading the files please wait ...