The forum operates in read-only mode. Please head to StackOverflow for support.
var attributes = element.attributes; if(attributes[ 'class' ] == 'myvideoframe') { return editor.createFakeParserElement( element, 'cke_myvideoframe', 'iframefield', false ); }
Re: How can I insert special iframe placeholder images?
Example:
var attributes = element.attributes; if(attributes[ 'class' ] == 'myvideoframe') { return editor.createFakeParserElement( element, 'cke_myvideoframe', 'iframefield', false ); }For more infos how it works search the forum and take a look in source files.