view_request.js.html

About this file

This file contains a script that enables tinymce on specific textarea classes. Those classes then have properties defined, such as plugins, elementpath, toolbar.

Code Issues

  • Recommend storing constants into varialbes for future modifications of the tinyMCE parameters. For example, the height value is set to 180, but this value can be stored in a variable in case changes are made to the height value.

Code Check Report


                        

Documentation drawn from source code

   setup: function (editor) {
     onclick: function () {

Source code