toolbar.odtindexer.html.php

来自「joomla的图片功能插件,能够有很多图片特效功能」· PHP 代码 · 共 53 行

PHP
53
字号
<?php/*** @package ODT_Indexer* @copyright (C) 2006 Websmurf* @author Websmurf* * --------------------------------------------------------------------------------* All rights reserved.  ODT Indexer is a component for Joomla and Mambo. * You can use it to search through ODT files** 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.  * --------------------------------------------------------------------------------**//*** @package Joomla* @subpackage Mambots*/class TOOLBAR_modules {	/**	* Draws the menu for Editing an existing module	*/	function _EDIT() {		mosMenuBar::startTable();		mosMenuBar::save();		mosMenuBar::spacer();		mosMenuBar::apply();		mosMenuBar::spacer();		mosMenuBar::cancel();		mosMenuBar::spacer();		mosMenuBar::endTable();	}	function _DEFAULT() {		mosMenuBar::startTable();		mosMenuBar::custom('update', 'go.png', 'go_f2.png', 'Update');		mosMenuBar::divider();		mosMenuBar::deleteList();		mosMenuBar::spacer();		mosMenuBar::editListX();		mosMenuBar::spacer();		mosMenuBar::addNewX();		mosMenuBar::endTable();	}}?>

⌨️ 快捷键说明

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