コード例 #1
0
ファイル: xhtmlxtras.php プロジェクト: madcsaba/li-de
<?php

/**
 * @package   	JCE
 * @copyright 	Copyright (c) 2009-2015 Ryan Demmer. All rights reserved.
 * @license   	GNU/GPL 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 * JCE 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.
 */
defined('_JEXEC') or die('RESTRICTED');
require_once dirname(__FILE__) . '/classes/xhtmlxtras.php';
$plugin = new WFXHTMLXtrasPlugin();
$plugin->execute();
コード例 #2
0
ファイル: standard.php プロジェクト: omarmm/MangLuoiBDS
<?php

/**
 * @package   	JCE
 * @copyright 	Copyright © 2009-2011 Ryan Demmer. All rights reserved.
 * @license   	GNU/GPL 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 * JCE 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.
 */
defined('_JEXEC') or die('RESTRICTED');
$plugin = WFXHTMLXtrasPlugin::getInstance();
$element = $plugin->getElementName();
if ($element == 'del' || $element == 'ins') {
    echo $this->loadTemplate('datetime');
}
?>
<h4>{#xhtmlxtras_dlg.fieldset_attrib_tab}</h4>
<table>
    <tr>
        <td class="label"><label for="title">{#xhtmlxtras_dlg.attribute_label_title}</label></td>
        <td><input id="title" type="text" value=""
                   class="field mceFocus" /></td>
    </tr>
    <tr>
        <td class="label"><label for="id">{#xhtmlxtras_dlg.attribute_label_id}</label></td>
        <td><input id="id" type="text" value="" class="field" /></td>
    </tr>
    <tr>
        <td class="label"><label for="class">{#xhtmlxtras_dlg.attribute_label_class}</label></td>