本文整理汇总了PHP中AdminUIHelper::imitateTabs方法的典型用法代码示例。如果您正苦于以下问题:PHP AdminUIHelper::imitateTabs方法的具体用法?PHP AdminUIHelper::imitateTabs怎么用?PHP AdminUIHelper::imitateTabs使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类AdminUIHelper
的用法示例。
在下文中一共展示了AdminUIHelper::imitateTabs方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
<?php echo JHtml::_('Select.genericlist', $this->worldZones, 'virtuemart_worldzone_id', '', 'virtuemart_worldzone_id', 'zone_name', $this->country->virtuemart_worldzone_id); ?>
</td>
</tr>*/
?>
<?php
echo VmHTML::row('input', 'COM_VIRTUEMART_COUNTRY_3_CODE', 'country_3_code', $this->country->country_3_code);
?>
<?php
echo VmHTML::row('input', 'COM_VIRTUEMART_COUNTRY_2_CODE', 'country_2_code', $this->country->country_2_code);
?>
</table>
</fieldset>
</div>
<input type="hidden" name="virtuemart_country_id" value="<?php
echo $this->country->virtuemart_country_id;
?>
" />
<?php
echo $this->addStandardHiddenToForm();
?>
</form>
<?php
AdminUIHelper::imitateTabs('end');
AdminUIHelper::endAdminArea();
示例2: defined
* @link http://www.virtuemart.net
* @copyright Copyright (c) 2004 - 2010 VirtueMart Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* VirtueMart 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.
* @version $Id: ratings_edit.php 2233 2010-01-21 21:21:29Z SimonHodgkiss $
*
* @todo decide to allow or not a JEditor here instead of a textarea
* @todo comment length check should also occur on the server side (model?)
*/
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die('Restricted access');
vmJsApi::cssSite();
AdminUIHelper::imitateTabs('start', 'COM_VIRTUEMART_REVIEW_DETAILS');
?>
<form action="index.php" method="post" name="adminForm" id="adminForm">
<div class="col50">
<fieldset>
<legend><?php
echo JText::_('COM_VIRTUEMART_REVIEW_DETAILS');
?>
</legend>
<table class="admintable" summary="<?php
echo JText::_('COM_VIRTUEMART_RATING_EDIT_TITLE');
?>
">
<tr>