upgrade to tinymce 2.1.1.1
This commit is contained in:
parent
f36ba1b268
commit
e75b689857
847 changed files with 34500 additions and 7692 deletions
5
www/extras/tinymce2/examples/templates/count.htm
Executable file
5
www/extras/tinymce2/examples/templates/count.htm
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
<!-- Template contents HTML outside the DIV will not be inserted -->
|
||||
|
||||
<div class="mceTmpl">
|
||||
<p><em>Word Count: <span class="word-count">0</span>, Character count: <span class="char-count">0</span></em></p>
|
||||
</div>
|
||||
14
www/extras/tinymce2/examples/templates/editing_details.htm
Executable file
14
www/extras/tinymce2/examples/templates/editing_details.htm
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
<!-- Template contents HTML outside the DIV will not be inserted -->
|
||||
|
||||
<div class="mceTmpl">
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Created</th><th>Modified</th><th>By</th>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr><td class="cdate">Creation Date</td><td class="mdate">Last Modified</td><td class="username">UserName</td></tr>
|
||||
<tr><td class="comment" colspan="3">Please insert editors comment here</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
9
www/extras/tinymce2/examples/templates/editors_comment.htm
Executable file
9
www/extras/tinymce2/examples/templates/editors_comment.htm
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
<!-- Template contents HTML outside the DIV will not be inserted -->
|
||||
|
||||
<div class="mceTmpl">
|
||||
<p class="selcontent" style="background-color: yellow">Selected Content</p>
|
||||
<p style="padding: 3px;color:#666;border:1px solid #CCC;">
|
||||
<strong>Editors Comment</strong> (<span class="cdate"></span>)<br />
|
||||
[Insert your comment here]
|
||||
</p>
|
||||
</div>
|
||||
26
www/extras/tinymce2/examples/templates/invoice.htm
Executable file
26
www/extras/tinymce2/examples/templates/invoice.htm
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
<!-- Template contents HTML outside the DIV will not be inserted -->
|
||||
|
||||
<div class="mceTmpl">
|
||||
<h1>Invoice # [invoice number] </h1>
|
||||
<p>
|
||||
[Client details]
|
||||
</p>
|
||||
|
||||
<h2>Invoice Items</h2>
|
||||
|
||||
<table class="invoice-items">
|
||||
<thead>
|
||||
<tr><th class="col1">Item</th><th class="col2">Qty</th><th class="col3">Unit Cost</th><th class="col4">Total</th></tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
|
||||
<tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
|
||||
<tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
|
||||
</tbody>
|
||||
|
||||
<tfoot>
|
||||
<tr><td colspan="3">Invoice Total</td><td id="invoice-total"></td></tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
15
www/extras/tinymce2/examples/templates/layout1.htm
Executable file
15
www/extras/tinymce2/examples/templates/layout1.htm
Executable 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
www/extras/tinymce2/examples/templates/snippet1.htm
Executable file
1
www/extras/tinymce2/examples/templates/snippet1.htm
Executable file
|
|
@ -0,0 +1 @@
|
|||
This is just some <strong>code</strong>.
|
||||
Loading…
Add table
Add a link
Reference in a new issue