Hi, I contrcued a small text editor for some internal use with Chronforms 5, That used
and a call to
Is there a Chronoforms 6 equivalent?
Regards
Nick
<?php
$doc->_('editor');
?>
jQuery(document).ready(function(jQ) {
tinymce.init({
mode : "exact",
elements : 'njjoidtxtDescription',
width : 800,
template : 'modern',
plugins : 'link image textcolor',
toolbar : "removeformat | undo redo | styleselect | bold italic | hr link | forecolor backcolor | image",
resize: 'both'
});
});
and a call to
components/com_chronoforms5/extras/jscolor/jscolor.js';
Is there a Chronoforms 6 equivalent?
Regards
Nick
This topic is locked and no more replies can be posted.