55ok

Mini

Direktori : /home/bestphotography/public_html/Admin/assets/js/
Upload File :
Current File : /home/bestphotography/public_html/Admin/assets/js/email-app.js

"use strict";

CKEDITOR.replace( 'text-box', {

    on: {

        contentDom: function( evt ) {

            // Allow custom context menu only with table elemnts.

            evt.editor.editable().on( 'contextmenu', function( contextEvent ) {

                var path = evt.editor.elementPath();



                if ( !path.contains( 'table' ) ) {

                    contextEvent.cancel();

                }

            }, null, null, 5 );

        }

    }

} );

Zerion Mini 1.0