GETTING STARTED
|
TinyMCE is an open source javascript based rich text editor that can be used in a web-based application. |
The mydigitalstructure service includes hosted versions @
|
TINYMCE v4.x |
LINK LISTS When selecting links & images you can configure TinyMCE to display a select list based on documents and attachments held with in the users space. link_list: "/rpc/core/?method=CORE_EDITOR_LINK_SEARCH",
Some objects within mydigitalstructure support Dynamic Tags. templates: "/rpc/core/?method=CORE_DYNAMIC_TAG_SEARCH" |
TINYMCE v3.x (legacy) LINK LISTS
The hosted version of TinyMCE includes a plugin "dynamicTags" - which will add a button to the toolbar which allows a user to insert dynamic tags in to the document. By default the plugin dialog will show generic tags that apply to all objects. To include an objects specific dynamic tags then add dynamic_tags_object: [object id] You will need to provide a page equivalent to: |
METHODS |
CORE_EDITOR_LINK_SEARCH |
JS CODE |
TinyMCE 3.x DynamicTag Plugin Source Code |
LINKS FOR 4.x |
TinyMCE Skin Creator |
A modern light skin |
Sample integration code (search for TinyMCE) |
Templates "snippets" plugin |