body.on('beforeattributechange', 'textarea.richtext', function(event, event_params)
    {
        if (event_params.attribute !== 'id')
        {
            return;