Skip to content

Instantly share code, notes, and snippets.

@adelura
Created April 2, 2014 15:16
Show Gist options
  • Save adelura/6b5395a27fe199be4044 to your computer and use it in GitHub Desktop.
Save adelura/6b5395a27fe199be4044 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Inline</title>
<script src="../ckeditor.js"></script>
</head>
<body style="width: 960px; margin: 0 auto;">
<h1 class="samples">
Inline
</h1>
<form action="sample_posteddata.php" method="post">
<textarea cols="80" id="editor1" name="editor1" rows="10">
missspellleedddd
</textarea>
<script>
CKEDITOR.inline( 'editor1' );
</script>
<p>
<input type="submit" value="Submit">
</p>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment