本文整理汇总了PHP中VmHTML::input_button方法的典型用法代码示例。如果您正苦于以下问题:PHP VmHTML::input_button方法的具体用法?PHP VmHTML::input_button怎么用?PHP VmHTML::input_button使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类VmHTML
的用法示例。
在下文中一共展示了VmHTML::input_button方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
<div class="span12">
<fieldset class="tour-border departure-filter">
<legend
class="tour-border"><?php
echo JText::_('Update passenger');
?>
</legend>
<?php
echo VmHTML::select_number_passenger('filter_total_passenger_from_12_years_old', '', 1, 20, 1, '');
?>
<?php
echo VmHTML::select_number_passenger('filter_total_passenger_under_12_years_old', 'Passenger under 12 years old', 1, 20, 1, '');
?>
<div class="btn-go">
<?php
echo VmHTML::input_button('submit', 'Go');
?>
</div>
</fieldset>
</div>
</div>
<div class="table table-trip departure-item">
<div class="row-fluid body">
<div class="span12">
<div class="row-fluid item">
<div class="span12">
<div class="row-fluid header-item">
<div class="span1">
<span title="" class="icon-location "></span>
示例2: date
echo VmHTML::row_control('input', 'Hotel name or rule code', 'filter_search', $this->escape($this->state->get('filter.search')));
?>
<?php
echo VmHTML::row_control('location_city', 'Location', 'filter_location_city', $this->state->get('filter.location_city'), 'tsmart_cityarea_id', 'full_city');
?>
<?php
echo VmHTML::row_control('select', 'Tour name', 'filter_tsmart_product_id', $this->list_tour, $this->state->get('filter.tsmart_product_id'), '', 'tsmart_product_id', 'product_name', false);
?>
<?php
echo VmHTML::row_control('range_of_date', 'Valid date (Date to Date)', 'filter_vail_from', 'filter_vail_to', $this->state->get('filter.vail_from'), $this->state->get('filter.vail_to'));
?>
<?php
echo VmHTML::row_control('select_state', 'Status', 'filter_state', $this->state->get('filter.state'), '');
?>
<div class="control-group btn_search"><?php
echo VmHTML::input_button('', 'Search');
?>
</div>
</div>
<div id="editcell">
<div class="vm-page-nav">
</div>
<table class="adminlist table table-striped" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th class="admin-checkbox">
<label class="checkbox"><input type="checkbox" name="toggle" value=""
onclick="Joomla.checkAll(this)"/><?php
echo $this->sort('tsmart_coupon_id', 'Id');