ctools_export_ui_entity_embed.class.php |
plugins/export_ui/ctools_export_ui_entity_embed.class.php |
|
Definition of ctools_export_ui_entity_embed.class.php. |
EntityEmbedEntityNotFoundException.inc |
includes/EntityEmbedEntityNotFoundException.inc |
|
Definition of EntityEmbedEntityNotFoundException. |
EntityEmbedRecursiveRenderingException.inc |
includes/EntityEmbedRecursiveRenderingException.inc |
|
Definition of EntityEmbedRecursiveRenderingException. |
entity_embed.admin.css |
css/entity_embed.admin.css |
|
/*
* @file
* Administration CSS for entity_embed.
*/
/* Hides the next button when not degrading to non-javascript browser */
html.js .next-button {
display: none;
}
/* Makes the next/choose button align to the right of the select control… |
entity_embed.admin.inc |
entity_embed.admin.inc |
|
Admin page callbacks for the entity_embed module. |
entity_embed.api.php |
entity_embed.api.php |
|
Hooks provided by the entity_embed module. |
entity_embed.commands.inc |
includes/entity_embed.commands.inc |
|
AJAX commands. |
entity_embed.default_entity_embed_configurations.inc |
entity_embed.default_entity_embed_configurations.inc |
|
Default button configuration for the default entity types. |
entity_embed.display.inc |
includes/entity_embed.display.inc |
|
Display functions. |
entity_embed.editor_ckeditor.inc |
entity_embed.editor_ckeditor.inc |
|
Editor CKEditor integration for the entity_embed module. |
entity_embed.html.inc |
includes/entity_embed.html.inc |
|
DOM processing functions. |
entity_embed.info |
entity_embed.info |
|
name = Entity Embed
description = Allows entities to be embedded using a text editor.
package = Media
core = 7.x
dependencies[] = ctools
dependencies[] = editor_ckeditor
dependencies[] = dialog
dependencies[] = entity
dependencies[] =… |
entity_embed.install |
entity_embed.install |
|
Install, update and uninstall functions for the entity_embed module. |
entity_embed.module |
entity_embed.module |
|
Provides a CKEditor plugin and text filter for embedding and rendering entities. |
entity_embed.test |
entity_embed.test |
|
Test integration for the entity_embed module. |
entity_embed_ctools_export_ui_form.inc |
plugins/export_ui/entity_embed_ctools_export_ui_form.inc |
|
Builds the ctools export UI page for configuring embed buttons. |
entity_embed_test.info |
tests/entity_embed_test.info |
|
name = Entity Embed Test
description = Support module for Entity Embed tests.
package = Testing
core = 7.x
dependencies[] = entity_embed
hidden = TRUE |
entity_embed_test.module |
tests/entity_embed_test.module |
|
Helper module for the entity_embed tests. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Usage
INTRODUCTION
------------
Current Maintainers:
* Devin Carlson <http://drupal.org/user/290182>
Entity Embed allows any entity to be… |