File: elementspath.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 (24 lines) | stat: -rw-r--r-- 569 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<head>
	<script src="../elementspath/_helpers/tools.js"></script>
</head>
<body>
	<textarea id="editorContent">
		<div class="mockup_widget">
			<h2 class="mockup_header">fo <span id="headerspan">firstSpan</span> <em>aa</em> oo</h2>
			<ul>
				<li>
					<div>
						<p class="mockup_content">b <strong id="contentstrong">firstStrong</strong> r</p>
					</div>
				</li>
			</ul>
		</div>
	</textarea>

	<textarea id="editorContent2">
		<dl>
			<dt>Sample Topic</dt>
			<dd>Its <span id="dt_mockup_descr_span">sample</span> description</dd>
		</dl>
	</textarea>
</body>