本文整理匯總了PHP中category::pseudo_tree_checkboxes方法的典型用法代碼示例。如果您正苦於以下問題:PHP category::pseudo_tree_checkboxes方法的具體用法?PHP category::pseudo_tree_checkboxes怎麽用?PHP category::pseudo_tree_checkboxes使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類category
的用法示例。
在下文中一共展示了category::pseudo_tree_checkboxes方法的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: array
</script>
<div class="report_row">
<h4><?php
echo Kohana::lang('ui_main.reports_categories');
?>
</h4>
<div class="report_category" id="categories">
<?php
$selected_categories = array();
if (!empty($form['incident_category']) && is_array($form['incident_category'])) {
$selected_categories = $form['incident_category'];
}
$columns = 2;
echo category::pseudo_tree_checkboxes($categories, $selected_categories, 'incident_category', $columns);
?>
</div>
</div>
<div class="report_optional">
<h3><?php
echo Kohana::lang('ui_main.reports_optional');
?>
</h3>
<div class="report_row">
<h4><?php
echo Kohana::lang('ui_main.reports_first');
?>
</h4>
<?php
print form::input('person_first', $form['person_first'], ' class="text long"');
示例2: array
<hr />
<!--### Step 2: Preferences ###-->
<h2 class="s2">Set Your Alert Preferences</h2>
<div class="step-body">
<h3>Select Categories<?php
//echo Kohana::lang('ui_main.reports_categories');
?>
</h3>
<div class="report_category" id="categories">
<?php
$selected_categories = array();
if (!empty($form['alert_category']) && is_array($form['alert_category'])) {
$selected_categories = $form['alert_category'];
}
echo category::pseudo_tree_checkboxes($categories, $selected_categories, 'alert_category', 2);
?>
</div>
</div>
<hr />
<!--### Step 3: How To Receive ###-->
<h2 class="s3">Choose Where To Receive Alerts</h2>
<h2 class="hide"><?php
echo Kohana::lang('ui_main.alerts_step2_send_alerts');
?>
</h2>
<div class="step-body">
<table class="tbl-two-col" border="0">
<tr>