1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| <div class="K_editor" id="idPerso">
<div class="K_links">
<div class="K_editor_link K_editor_linkBold">B</div>
<div class="K_editor_link K_editor_linkItalic">I</div>
<div class="K_editor_link K_editor_linkUnderline">U</div>
</div>
<iframe width="696" height="212" frameborder="0" src="js/myEditor_iFrame.php">
<html>
<head/>
<body>
<div id="contentIframe" contenteditable="true">
Ceci est un code de test, avec des textes en <strong>gras</strong> et dautres en <em>italique</em>.
</div>
</body>
</html>
</iframe>
<input type="submit"/>
</div> |
Partager