IFrames toolkit
Provides tools to share drawings (and other content) via iframes.
The toolkit basically doesn't depend on other VisualN modules though it is integrated with them, e.g. to share drawings embedded into content via ckeditor custom plugin or VisualN blocks content. The toolkit can also be integrated with other third-party modules.
File
- ./
visualn.api.php, line 263 - Documentation landing page and topics.
Functions
Name![]() |
Location | Description |
---|---|---|
visualn_block_form_visualn_iframe_configuration_alter |
modules/ |
Implements hook_form_FORM_ID_alter() |
visualn_embed_form_visualn_iframe_configuration_alter |
modules/ |
Implements hook_form_FORM_ID_alter(). |
Classes
Name![]() |
Location | Description |
---|---|---|
BlockIFrameContentProvider |
modules/ |
Provides content for VisualN blocks iframes. |
ConfigurationForm |
modules/ |
Provides VisualN IFrame defaults configuration form. |
DrawingPropertiesDialogForm |
modules/ |
Class DrawingPropertiesDialogForm. |
EmbeddedDrawingIFrameContentProvider |
modules/ |
Provides content for embedded drawings iframes. |
EmbedDrawingFilter |
modules/ |
Provides a filter to display embedded VisualN drawings based on data attributes. |
IFrameController |
modules/ |
Provides content for the given iframe path by hash. |
VisualNBlock |
modules/ |
Provides a 'VisualNBlock' block. |
VisualNIFrame |
modules/ |
Defines the VisualN IFrame entity. |
VisualNIFrameDeleteForm |
modules/ |
Provides a form for deleting VisualN IFrame entities. |
VisualNIFrameForm |
modules/ |
Form controller for VisualN IFrame edit forms. |
VisualNIFrameListBuilder |
modules/ |
Defines a class to build a listing of VisualN IFrame entities. |
VisualNIFrameSettingsForm |
modules/ |
Class VisualNIFrameSettingsForm. |
Interfaces
Name![]() |
Location | Description |
---|---|---|
VisualNIFrameInterface |
modules/ |
Provides an interface for defining VisualN IFrame entities. |