From Legacy Wiki
Line 5: | Line 5: | ||
<img src="http://tbn0.google.com/images?q=tbn:eWicC5rSDLtyCM:http://jquery.com/demo/thickbox/images/plant4.jpg"> | <img src="http://tbn0.google.com/images?q=tbn:eWicC5rSDLtyCM:http://jquery.com/demo/thickbox/images/plant4.jpg"> | ||
+ | |||
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | <script type="text/javascript" src="wiky.js"></script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <textarea id="input"></textarea> | ||
+ | <button onclick="alert(Wiky.toHtml(document.getElementById('input').value));"> | ||
+ | toHtml | ||
+ | </button> | ||
+ | </body> | ||
+ | </html> |
Revision as of 20:48, 5 February 2009
Insert non-formatted text here
<img src="http://tbn0.google.com/images?q=tbn:eWicC5rSDLtyCM:http://jquery.com/demo/thickbox/images/plant4.jpg">
<html>
<head> <script type="text/javascript" src="wiky.js"></script> </head> <body> <textarea id="input"></textarea> <button onclick="alert(Wiky.toHtml(document.getElementById('input').value));"> toHtml </button> </body>
</html>