当前位置: 首页>>代码示例>>PHP>>正文


PHP mosMenuBar::customX方法代码示例

本文整理汇总了PHP中mosMenuBar::customX方法的典型用法代码示例。如果您正苦于以下问题:PHP mosMenuBar::customX方法的具体用法?PHP mosMenuBar::customX怎么用?PHP mosMenuBar::customX使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在mosMenuBar的用法示例。


在下文中一共展示了mosMenuBar::customX方法的12个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: _VIEW

 public static function _VIEW()
 {
     mosMenuBar::startTable();
     mosMenuBar::customX('reply', 'restore.png', 'restore_f2.png', 'Reply', false);
     mosMenuBar::spacer();
     mosMenuBar::deleteList();
     mosMenuBar::spacer();
     mosMenuBar::cancel();
     mosMenuBar::endTable();
 }
开发者ID:jwest00724,项目名称:Joomla-1.0,代码行数:10,代码来源:toolbar.messages.html.php

示例2: _DEFAULT

 /**
  * Draws the menu for the Menu Manager
  */
 function _DEFAULT()
 {
     mosMenuBar::startTable();
     mosMenuBar::addNewX();
     mosMenuBar::spacer();
     mosMenuBar::editListX();
     mosMenuBar::spacer();
     mosMenuBar::customX('copyconfirm', 'copy.png', 'copy_f2.png', T_('Copy'), true);
     mosMenuBar::spacer();
     mosMenuBar::customX('deleteconfirm', 'delete.png', 'delete_f2.png', T_('Delete'), true);
     mosMenuBar::spacer();
     mosMenuBar::help('main');
     mosMenuBar::endTable();
 }
开发者ID:jwest00724,项目名称:mambo,代码行数:17,代码来源:toolbar.menumanager.html.php

示例3: _DEFAULT

 /**
  * Draws the menu for the Menu Manager
  */
 public static function _DEFAULT()
 {
     mosMenuBar::startTable();
     mosMenuBar::customX('copyconfirm', 'copy.png', 'copy_f2.png', 'Copy', true);
     mosMenuBar::spacer();
     mosMenuBar::customX('deleteconfirm', 'delete.png', 'delete_f2.png', 'Delete', true);
     mosMenuBar::spacer();
     mosMenuBar::editListX();
     mosMenuBar::spacer();
     mosMenuBar::addNewX();
     mosMenuBar::spacer();
     mosMenuBar::help('screen.menumanager');
     mosMenuBar::endTable();
 }
开发者ID:jwest00724,项目名称:Joomla-1.0,代码行数:17,代码来源:toolbar.menumanager.html.php

示例4: _DEFAULT

 /**
  * Draws the menu for Editing an existing category
  */
 public static function _DEFAULT()
 {
     mosMenuBar::startTable();
     mosMenuBar::publishList();
     mosMenuBar::spacer();
     mosMenuBar::unpublishList();
     mosMenuBar::spacer();
     mosMenuBar::customX('copyselect', 'copy.png', 'copy_f2.png', 'Copy', true);
     mosMenuBar::spacer();
     mosMenuBar::deleteList();
     mosMenuBar::spacer();
     mosMenuBar::editListX();
     mosMenuBar::spacer();
     mosMenuBar::addNewX();
     mosMenuBar::spacer();
     mosMenuBar::help('screen.sections');
     mosMenuBar::endTable();
 }
开发者ID:jwest00724,项目名称:Joomla-1.0,代码行数:21,代码来源:toolbar.sections.html.php

示例5: _DEFAULT

 /**
  * Draws the menu for Editing an existing category
  */
 function _DEFAULT()
 {
     mosMenuBar::startTable();
     mosMenuBar::publishList();
     mosMenuBar::spacer();
     mosMenuBar::unpublishList();
     mosMenuBar::spacer();
     mosMenuBar::addNewX();
     mosMenuBar::spacer();
     mosMenuBar::customX('copyselect', 'copy.png', 'copy_f2.png', T_('Copy'), true);
     mosMenuBar::spacer();
     mosMenuBar::editListX();
     mosMenuBar::spacer();
     mosMenuBar::deleteList();
     mosMenuBar::spacer();
     mosMenuBar::help('manager');
     mosMenuBar::endTable();
 }
开发者ID:jwest00724,项目名称:mambo,代码行数:21,代码来源:toolbar.sections.html.php

示例6: _DEFAULT

 function _DEFAULT()
 {
     mosMenuBar::startTable();
     mosMenuBar::addNewX();
     mosMenuBar::spacer();
     mosMenuBar::editListX('editA');
     mosMenuBar::spacer();
     mosMenuBar::publishList();
     mosMenuBar::spacer();
     mosMenuBar::unpublishList();
     mosMenuBar::spacer();
     mosMenuBar::customX('movesect', 'move.png', 'move_f2.png', T_('Move'));
     mosMenuBar::spacer();
     mosMenuBar::customX('copy', 'copy.png', 'copy_f2.png', T_('Copy'));
     mosMenuBar::spacer();
     mosMenuBar::archiveList();
     mosMenuBar::spacer();
     mosMenuBar::trash();
     mosMenuBar::spacer();
     mosMenuBar::help('manager');
     mosMenuBar::endTable();
 }
开发者ID:jwest00724,项目名称:mambo,代码行数:22,代码来源:toolbar.content.html.php

示例7: _DEFAULT

 function _DEFAULT()
 {
     mosMenuBar::startTable();
     mosMenuBar::archiveList();
     mosMenuBar::spacer();
     mosMenuBar::publishList();
     mosMenuBar::spacer();
     mosMenuBar::unpublishList();
     mosMenuBar::spacer();
     mosMenuBar::customX('movesect', 'move.png', 'move_f2.png', 'Mover');
     mosMenuBar::spacer();
     mosMenuBar::customX('copy', 'copy.png', 'copy_f2.png', 'Copiar');
     mosMenuBar::spacer();
     mosMenuBar::trash();
     mosMenuBar::spacer();
     mosMenuBar::editListX('editar');
     mosMenuBar::spacer();
     mosMenuBar::addNewX();
     mosMenuBar::spacer();
     mosMenuBar::help('screen.content');
     mosMenuBar::endTable();
 }
开发者ID:patricmutwiri,项目名称:joomlaclube,代码行数:22,代码来源:toolbar.content.html.php

示例8: _DEFAULT

 /**
  * Draws the menu for Editing an existing category
  */
 public static function _DEFAULT()
 {
     $section = mosGetParam($_REQUEST, 'section', '');
     mosMenuBar::startTable();
     mosMenuBar::publishList();
     mosMenuBar::spacer();
     mosMenuBar::unpublishList();
     mosMenuBar::spacer();
     if ($section == 'content' || $section > 0) {
         mosMenuBar::customX('moveselect', 'move.png', 'move_f2.png', 'Move', true);
         mosMenuBar::spacer();
         mosMenuBar::customX('copyselect', 'copy.png', 'copy_f2.png', 'Copy', true);
         mosMenuBar::spacer();
     }
     mosMenuBar::deleteList();
     mosMenuBar::spacer();
     mosMenuBar::editListX();
     mosMenuBar::spacer();
     mosMenuBar::addNewX();
     mosMenuBar::spacer();
     mosMenuBar::help('screen.categories');
     mosMenuBar::endTable();
 }
开发者ID:jwest00724,项目名称:Joomla-1.0,代码行数:26,代码来源:toolbar.categories.html.php

示例9: _DEFAULT

 function _DEFAULT()
 {
     mosMenuBar::startTable();
     mosMenuBar::publishList();
     mosMenuBar::spacer();
     mosMenuBar::unpublishList();
     mosMenuBar::spacer();
     mosMenuBar::customX('movemenu', 'move.png', 'move_f2.png', 'Move', true);
     mosMenuBar::spacer();
     mosMenuBar::customX('copymenu', 'copy.png', 'copy_f2.png', 'Copy', true);
     mosMenuBar::spacer();
     mosMenuBar::trash();
     mosMenuBar::spacer();
     mosMenuBar::editListX();
     mosMenuBar::spacer();
     mosMenuBar::addNewX();
     mosMenuBar::spacer();
     mosMenuBar::help('screen.menus');
     mosMenuBar::endTable();
 }
开发者ID:patricmutwiri,项目名称:joomlaclube,代码行数:20,代码来源:toolbar.menus.html.php

示例10: catalogs

 function catalogs()
 {
     mosMenuBar::startTable();
     mosMenuBar::customX('update', 'publish.png', 'publish_f2.png', T_('Update'), false);
     mosMenuBar::spacer();
     mosMenuBar::editListX('edit');
     mosMenuBar::spacer();
     mosMenuBar::cancel();
     mosMenuBar::spacer();
     #mosMenuBar::help( 'screen.languages.main' );
     mosMenuBar::endTable();
 }
开发者ID:jwest00724,项目名称:mambo,代码行数:12,代码来源:toolbar.languages.php

示例11:

		break;
	case "settings":
	default:
		if (strncasecmp($ver->RELEASE, "3.0", 3)) {		// if NOT Version 3.0 which had a bug
//		if ($xver<3) {
			mosMenuBar::startTable();
	//		mosMenuBar::customX( 'usersettings', '../components/com_uddeim/images/user.png', '../components/com_uddeim/images/user.png', 'User settings', false );
	//		mosMenuBar::customX( 'usersettings', 'user.png', 'user.png', 'User settings', false );
	//		mosMenuBar::customX( 'backuprestore', 'archive.png', 'archive_f2.png', 'Backup &amp; Restore', false );
			if (uddeIMcheckPlugin('mcp'))
				if (uddeIMcheckVersionPlugin('mcp'))
					mosMenuBar::customX( 'mcp', 'edit.png', 'edit_f2.png', _UDDEIM_TOOLBAR_MCP, false );
			if (uddeIMcheckPlugin('spamcontrol'))
				if (uddeIMcheckVersionPlugin('spamcontrol'))
					mosMenuBar::customX( 'spamcontrol', 'edit.png', 'edit_f2.png', _UDDEIM_TOOLBAR_SPAMCONTROL, false );
			mosMenuBar::customX( 'usersettings', 'edit.png', 'edit_f2.png', _UDDEIM_TOOLBAR_USERSETTINGS, false );
			mosMenuBar::save( 'savesettings', _UDDEIM_TOOLBAR_SAVE );
	//		mosMenuBar::customX( 'usersettings', 'edit.png', 'edit_f2.png', 'User settings', false );
	//		mosMenuBar::save( 'savesettings', 'Save' );
			mosMenuBar::cancel();
			mosMenuBar::spacer();
			mosMenuBar::endTable();
		} else {
			mosMenuBar::startTable();
			if (uddeIMcheckPlugin('mcp'))
				if (uddeIMcheckVersionPlugin('mcp'))
					mosMenuBar::custom( 'mcp', 'edit.png', 'edit_f2.png', _UDDEIM_TOOLBAR_MCP, false );
			if (uddeIMcheckPlugin('spamcontrol'))
				if (uddeIMcheckVersionPlugin('spamcontrol'))
					mosMenuBar::custom( 'spamcontrol', 'edit.png', 'edit_f2.png', _UDDEIM_TOOLBAR_SPAMCONTROL, false );
			mosMenuBar::custom( 'usersettings', 'edit.png', 'edit_f2.png', _UDDEIM_TOOLBAR_USERSETTINGS, false );
开发者ID:kosmosby,项目名称:medicine-prof,代码行数:31,代码来源:toolbar.uddeim.php

示例12: _DEFAULT

 /**
  * Draws the menu for Editing an existing category
  */
 function _DEFAULT()
 {
     $section = mosGetParam($_REQUEST, 'section', '');
     mosMenuBar::startTable();
     mosMenuBar::publishList();
     mosMenuBar::spacer();
     mosMenuBar::unpublishList();
     mosMenuBar::spacer();
     mosMenuBar::addNewX();
     mosMenuBar::spacer();
     if ($section == 'content' || $section > 0) {
         mosMenuBar::customX('moveselect', 'move.png', 'move_f2.png', T_('Move'), true);
         mosMenuBar::spacer();
         mosMenuBar::customX('copyselect', 'copy.png', 'copy_f2.png', T_('Copy'), true);
         mosMenuBar::spacer();
     }
     mosMenuBar::editListX();
     mosMenuBar::spacer();
     mosMenuBar::deleteList();
     mosMenuBar::spacer();
     $section = '';
     if (strstr($GLOBALS['section'], 'com_contact')) {
         $section = 'contact.';
     }
     if (strstr($GLOBALS['section'], 'com_newsfeeds')) {
         $section = 'newsfeeds.';
     }
     if (strstr($GLOBALS['section'], 'com_weblinks')) {
         $section = 'weblinks.';
     }
     mosMenuBar::help($section . 'manager');
     mosMenuBar::endTable();
 }
开发者ID:jwest00724,项目名称:mambo,代码行数:36,代码来源:toolbar.categories.html.php


注:本文中的mosMenuBar::customX方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。