File: nestededitables.html

package info (click to toggle)
ckeditor 4.4.4%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 25,632 kB
  • ctags: 2,419
  • sloc: sh: 190; python: 37; makefile: 29; php: 15; xml: 5
file content (8 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
<head>
	<script src="_helpers/tools.js"></script>
</head>
<body>
	<input type="text" id="some_input">
	<div id="testselection2" contenteditable="true"></div>
	<div id="testentermodeinheritedfromeditor" contenteditable="true"><div data-widget="testentermode" id="w1"></div></div>
</body>