Initial checkin
This commit is contained in:
commit
6348e70daa
393 changed files with 59765 additions and 0 deletions
15
tinymce/examples/templates/layout1.htm
Normal file
15
tinymce/examples/templates/layout1.htm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<table border="1">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Column 1</td>
|
||||
<td>Column 2</td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Username: {$username}</td>
|
||||
<td>Staffid: {$staffid}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
1
tinymce/examples/templates/snippet1.htm
Normal file
1
tinymce/examples/templates/snippet1.htm
Normal file
|
|
@ -0,0 +1 @@
|
|||
This is just some <strong>code</strong>.
|
||||
Loading…
Add table
Add a link
Reference in a new issue