Widget.isParserWidgetElement = function( node ) {
        return node.type == CKEDITOR.NODE_ELEMENT && !!node.attributes[ 'data-widget' ];
    };