Tetsts

Uit Auditpedia
Ga naar:navigatie, zoeken

yrstrs yrdtyrs utdytd
kg



ooy
<html><textarea class="toolbarOnTop">* ytdytdytd</textarea></html>



<html><button onclick="showWikiText()" >Show output</button><button style="display:none" id="esc" onclick="escWikiText()" >escape wikitable pipes</button><script>



function showWikiText(){

 $.fn.getVEInstances()[0].target.updateContent().always(function(data){console.log(data)});

$('textarea.toolbarOnTop').show();

 $('#esc').show();

$('textarea.toolbarOnTop').css({height:'300px'}) } function escWikiText(){ var text = $('textarea.toolbarOnTop').val(); var esc = text.replace(/\|/gmi, "{{!}}");

 $('textarea.toolbarOnTop').val(esc);

}

</script></html>