Sign in
webkit
/
WebKit
/
7d4d978abf88cabfef2bda12226fa6cc453c3871
/
.
/
WebDriverTests
/
imported
/
selenium
/
common
/
src
/
web
/
tinymce.html
blob: 067b66cd8e837fdbfc9bb76ce7dc3e11d5ac9734 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
TinyMCE
</title>
<script
src
=
"js/tinymce.min.js"
></script>
</head>
<body
onload
=
"
tinymce
.
init
({
selector
:
'textarea'
})
"
>
<textarea>
Initial content
</textarea>
</body>
</html>