function edit_TextBlock( htmlElement, blockId ) { editWikiBlock( htmlElement, new EntityDefinition( "TextBlock" ), blockId ); } function edit_EmailTemplate( htmlElement, blockId ) { editWikiBlock( htmlElement, new EntityDefinition( "EmailTemplate" ), blockId ); }