File: tableresize.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 (27 lines) | stat: -rw-r--r-- 406 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
25
26
27
<textarea id="classic">
	&lt;table border="1"&gt;
		&lt;tbody&gt;
			&lt;tr&gt;
				&lt;td&gt;bar&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/tbody&gt;
	&lt;/table&gt;
</textarea>

<div id="inline" contenteditable="true">
	<table border="1" id="inside">
		<tbody>
			<tr>
				<td>foo</td>
			</tr>
		</tbody>
	</table>
</div>

<table border="1" id="outside">
	<tbody>
		<tr>
			<td>foo</td>
		</tr>
	</tbody>
</table>