Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/i-plan.ru/media/editors/tinymce/templates/
Upload File :
Current File : /var/www/iplanru/data/www/i-plan.ru/media/editors/tinymce/templates/template_list.js

/**
 * 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."]

];