Skip to content

WebVeteran/cf-tinymce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

A ColdFusion function to create tinyMCE instances - using the CFN and allowing for multiple instances per page. It's a pretty good base with decent defaults.

Code Example

To display an RTE instance filled with bio information from a query named 'read':

<cfoutput>
#application.formutils.tinymce4(
	element='bio',
	content=read.bio
)#
</cfoutput>

This assumes you cached the function 'tinymce4' into an application component called 'formutils'. The above is the simplest way to display tinyMCE, however there are 22 options to cusomtize the display on a per-instance basis.

Live Demo

For a live demo visit https://gwwcms.gravitywebworks.com/ .

Screenshot

Screenshot shows an implimentation with more plugins: Responsive File Manager, Bootstrap Elements, and codeMirror.

About

A ColdFusion function to create tinyMCE instances - supports compression and multiple instances per page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published