Simple html text editor
we tell how to install html text editor
TinyMCE has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.
TinyMCE has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.
<html>
<head>
<title>Demo 1 : It-solution</title>
</head>
<body>
<div id="sample">
<script type="text/javascript" src="http://js.nicedit.com/nicEdit-latest.js"></script>
<script type="text/javascript">
bkLib.onDomLoaded(function() { nicEditors.allTextAreas() });
</script>
<form name="" id="" action="demo.html" method="post">
<h4>First Textarea</h4><textarea name="area1" style="width:400px;" cols="35"></textarea><br>
<input type="submit" name="" value="Submit">
</form>
</div>
</body>
</html>
See the examples below:
No comments:
Post a Comment