You've already forked joomla_test
first commit
This commit is contained in:
1
media/editors/tinymce/templates/index.html
Normal file
1
media/editors/tinymce/templates/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
15
media/editors/tinymce/templates/layout1.html
Normal file
15
media/editors/tinymce/templates/layout1.html
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
media/editors/tinymce/templates/snippet1.html
Normal file
1
media/editors/tinymce/templates/snippet1.html
Normal file
@ -0,0 +1 @@
|
||||
This is just some <strong>code</strong>.
|
24
media/editors/tinymce/templates/template_list.js
Normal file
24
media/editors/tinymce/templates/template_list.js
Normal file
@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Tinymce template_list.js sample file
|
||||
* @version tinymce 3.3.9
|
||||
* @package Joomla
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.
|
||||
* @license GNU/GPL, see LICENSE.php
|
||||
* Joomla! is free software. This version may have been modified pursuant
|
||||
* to the GNU General Public License, and as distributed it includes or
|
||||
* is derivative of works licensed under the GNU General Public License or
|
||||
* other free or open source software licenses.
|
||||
* See COPYRIGHT.php for copyright notices and details.
|
||||
*/
|
||||
|
||||
// This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.
|
||||
// There templates will be displayed as a dropdown in all media dialog if the "template_external_list_url"
|
||||
// option is defined in TinyMCE init.
|
||||
|
||||
var tinyMCETemplateList = [
|
||||
// Name, URL, Description
|
||||
|
||||
["Simple snippet", "media/editors/tinymce/templates/snippet1.html", "Simple HTML snippet."],
|
||||
["Layout", "media/editors/tinymce/templates/layout1.html", "HTMLLayout."]
|
||||
|
||||
];
|
Reference in New Issue
Block a user