toolbar.easycalendar.html.php

来自「joomla简易日历系统,具有很强大的记事本功能」· PHP 代码 · 共 51 行

PHP
51
字号
<?php/*** @package Easy Calendar* @copyright (C) 2006 Joomla-addons.org* @author Websmurf* * --------------------------------------------------------------------------------* All rights reserved.  Easy Calendar Component for Joomla!** This program is free software; you can redistribute it and/or* modify it under the terms of the Creative Commons - Attribution-NoDerivs 2.5 * license as published by the Creative Commons Organisation* http://creativecommons.org/licenses/by-nd/2.5/.** This program is distributed in the hope that it will be useful,* but WITHOUT ANY WARRANTY; without even the implied warranty of* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  * --------------------------------------------------------------------------------**/class TOOLBAR_easycalendar {  	function _EDIT() {		global $id;		mosMenuBar::startTable();		mosMenuBar::spacer();		mosMenuBar::save();		mosMenuBar::spacer();		mosMenuBar::apply();		mosMenuBar::spacer();		mosMenuBar::cancel();		mosMenuBar::endTable();	}		function _DEFAULT() {		mosMenuBar::startTable();		mosMenuBar::unpublishList();		mosMenuBar::spacer();		mosMenuBar::publishList();		mosMenuBar::spacer();		mosMenuBar::divider();		mosMenuBar::trash();		mosMenuBar::spacer();		mosMenuBar::editListX();		mosMenuBar::spacer();		mosMenuBar::addNewX();		mosMenuBar::endTable();	}}?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?