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


PHP inoform::text_field_d方法代码示例

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


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

示例1: gettext

$f->l_select_field_from_object('prj_project_type_id', prj_project_type_header::find_all(), 'prj_project_type_header_id', 'project_type', ${$class}->prj_project_type_id, 'prj_project_type_header_id', 'medium', 1, $readonly1);
?>
						 </li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Name');
?>
</label><?php 
echo $f->hidden_field_withId('ar_customer_id', ${$class}->ar_customer_id);
echo $f->text_field('customer_name', ${$class}->customer_name, '20', 'customer_name', 'select_customer_name', '', $readonly1);
?>
       <i class="ar_customer_id select_popup clickable fa fa-search"></i></li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Number');
?>
</label><?php 
$f->text_field_d('customer_number');
?>
</li>
      <li><?php 
$f->l_select_field_from_object('ar_customer_site_id', $customer_site_obj, 'ar_customer_site_id', 'customer_site_name', ${$class}->ar_customer_site_id, 'ar_customer_site_id', 'ar_customer_site_id', '', $readonly1);
?>
 </li>
      <li><label><?php 
echo gettext('Project Manager');
?>
</label><?php 
$f->text_field_d('pm_employee_name', 'employee_name');
?>
       <?php 
echo $f->hidden_field_withId('pm_employee_id', ${$class}->pm_employee_id);
?>
开发者ID:ruidikz,项目名称:inoERP,代码行数:31,代码来源:project_template.php

示例2:

    ?>
</td>
            <td><?php 
    $f->text_field_dsr('ec_product_id');
    ?>
</td>
            <td><?php 
    $f->text_field_ds('quantity');
    ?>
</td>
            <td><?php 
    $f->text_field_dr('price');
    ?>
</td>
            <td><?php 
    $f->text_field_d('price');
    ?>
</td>
            <td><?php 
    $f->text_field_d('line_price');
    ?>
</td>
           </tr>
           <?php 
    $cart_object_ai->next();
    if ($cart_object_ai->key() == $position + $per_page) {
        break;
    }
    $count = $count + 1;
}
?>
开发者ID:noikiy,项目名称:inoERP,代码行数:31,代码来源:cart_template.php

示例3: Number

              <?php 
echo $f->select_field_from_object('org_id', org::find_all_inventory(), 'org_id', 'org', ${$class}->org_id, 'org_id', '', 1, $readonly1);
?>
             </li>
             <li><label> <?php 
if (empty(${$class}->inv_lot_number_id)) {
    echo "<img src='" . HOME_URL . "themes/images/serach.png' class='select_item_number select_popup clickable'>";
}
?>
 Item Number(2) : </label>
              <?php 
echo $f->hidden_field_withId('item_id_m', ${$class}->item_id_m);
?>
              <?php 
if (empty(${$class}->inv_lot_number_id)) {
    $f->text_field_d('item_number', 'select_item_number');
} else {
    $f->text_field_dr('item_number');
}
?>
             </li>
             <li><label>Item Description: </label>
              <?php 
$f->text_field_dr('item_description');
?>
             </li>
             <li><label>lot Number :</label><?php 
$f->text_field_d('lot_number');
?>
</li>
             <li><label>Status </label>
开发者ID:moxymokaya,项目名称:inoERP,代码行数:31,代码来源:lot_number_template+-+Copy.php

示例4: gettext

$f->l_ac_field_dm('adjustment_ac_id');
?>
</li>
       <li><?php 
$f->l_text_field_d('description');
?>
</li>
      </ul>
     </div>
     <div id="tabsHeader-2" class="tabContent">
      <ul class="column header_field">
       <li><label><?php 
echo gettext('Quantity');
?>
(+)</label> <?php 
$f->text_field_d('quantity_variance_positive');
?>
 </li>
       <li><label><?php 
echo gettext('Quantity');
?>
(-)</label><?php 
$f->text_field_d('quantity_variance_negative');
?>
 </li>
       <li><label><?php 
echo gettext('Value');
?>
(+)</label><?php 
$f->text_field_d('value_variance_positive');
?>
开发者ID:rudrp,项目名称:inoERP,代码行数:31,代码来源:count_template.php

示例5:

</a></li>
     </ul>
     <div class="tabContainer">
      <div id="tabsHeader-1" class="tabContent">
       <ul class="column header_field">
        <li><?php 
$f->l_text_field_dr_withSearch('option_header_id');
?>
         <a name="show" href="form.php?class_name=option_header&<?php 
echo "mode={$mode}";
?>
" class="show document_id option_header_id">
          <i class="fa fa-refresh"></i></a>  
        </li>
        <li><label>Option Name</label><?php 
echo $f->text_field_d('option_type', $readonly1_class);
?>
</li>
        <li><?php 
$f->l_select_field_from_array('access_level', option_header::$access_level_a, $option_header->access_level, 'access_level', '', '', $readonly);
?>
					</li>
        <li><?php 
$f->l_text_field_d('description');
?>
</li>
        <li><?php 
$f->l_select_field_from_object('module_code', option_header::modules(), 'option_line_code', 'option_line_value', ${$class}->module_code, 'module_code', '', 1);
?>
				</li>
        <li><?php 
开发者ID:rudrp,项目名称:inoERP,代码行数:31,代码来源:option_template.php

示例6: gettext

$f->l_checkBox_field_d('purchased_cb');
?>
</li>
       <li><?php 
$f->l_checkBox_field_d('use_asl_cb');
?>
</li>
       <li><label><img src="<?php 
echo HOME_URL;
?>
themes/images/serach.png" class="select_popup select_sourcing_rule clickable">
         <?php 
echo gettext('Sourcing Rule');
?>
</label><?php 
$f->text_field_d('sourcing_rule');
?>
</li>
       <li><?php 
$f->l_text_field_d('invoice_matching');
?>
</li>
       <li><?php 
$f->l_text_field_d('default_buyer');
?>
</li>
       <li><?php 
$f->l_text_field_d('list_price');
?>
</li>
      </ul>
开发者ID:moxymokaya,项目名称:inoERP,代码行数:31,代码来源:item_template.php

示例7:

        <a name="show" href="form.php?class_name=hr_employee_termination&<?php 
echo "mode={$mode}";
?>
" class="show document_id hr_employee_termination_id">
         <i class="fa fa-refresh"></i></a> 
       </li>
       <li><label><img src="<?php 
echo HOME_URL;
?>
themes/images/serach.png" class="hr_employee_id select_popup clickable">
         Employee Id</label><?php 
$f->text_field_ds('employee_id');
?>
       </li>
       <li><label>Name</label><?php 
$f->text_field_d('employee_name');
?>
 					</li>
       <li><label>Id #</label><?php 
$f->text_field_d('identification_id');
?>
 					</li>
       <li><label>Date of Notification</label><?php 
echo $f->date_fieldAnyDay('date_of_notification', ${$class}->date_of_notification);
?>
 					</li>
       <li><label>Reason</label><?php 
$f->text_field_dm('reason');
?>
 					</li>
       <li><label>Status</label><?php 
开发者ID:moxymokaya,项目名称:inoERP,代码行数:31,代码来源:termination_template.php

示例8: gettext

$f->l_select_field_from_object('document_type', sd_document_type::find_all_header_levels(), 'sd_document_type_id', 'document_type_name', $sd_so_header->document_type, 'document_type', 'medium', 1, $readonly1);
?>
						 </li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Name');
?>
</label><?php 
echo $f->hidden_field_withId('ar_customer_id', ${$class}->ar_customer_id);
echo $f->text_field('customer_name', ${$class}->customer_name, '20', 'customer_name', 'select_customer_name', '', $readonly1);
?>
       <i class="ar_customer_id select_popup clickable fa fa-search"></i></li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Number');
?>
</label><?php 
$f->text_field_d('customer_number');
?>
</li>
      <li><?php 
$f->l_select_field_from_object('ar_customer_site_id', $customer_site_obj, 'ar_customer_site_id', 'customer_site_name', ${$class}->ar_customer_site_id, 'ar_customer_site_id', 'ar_customer_site_id', '', $readonly1);
?>
 </li>
      <li><?php 
$f->l_text_field_dr('so_status');
?>
</li>
      <li><?php 
$f->l_select_field_from_array('order_source_type', sd_so_header::$order_source_type_a, ${$class}->order_source_type, 'order_source_type', '', 1, 1);
?>
 </li> 
     </ul>
开发者ID:ewertonm,项目名称:inoERP,代码行数:31,代码来源:so_template.php

示例9: gettext

echo $f->select_field_from_object('hd_service_type_header_id', hd_service_type_header::find_all(), 'hd_service_type_header_id', 'service_type', ${$class}->hd_service_type_header_id, 'hd_service_type_header_id', 'medium', 1, $readonly1);
?>
						 </li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Name');
?>
</label><?php 
echo $f->hidden_field_withId('ar_customer_id', ${$class}->ar_customer_id);
echo $f->text_field('customer_name', ${$class}->customer_name, '20', 'customer_name', 'select_customer_name', '', $readonly1);
?>
       <i class="ar_customer_id select_popup clickable fa fa-search"></i></li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Number');
?>
</label><?php 
$f->text_field_d('customer_number');
?>
</li>
      <li><?php 
$f->l_select_field_from_object('ar_customer_site_id', $customer_site_obj, 'ar_customer_site_id', 'customer_site_name', ${$class}->ar_customer_site_id, 'ar_customer_site_id', 'ar_customer_site_id', '', $readonly1);
?>
 </li>
      <li><label><?php 
echo gettext('Item Number');
?>
</label><?php 
echo $f->hidden_field_withId('item_id_m', ${$class}->item_id_m);
$f->text_field_dm('item_number', 'select_item_number');
echo $f->hidden_field_withCLass('build_in_wip_cb', '1', 'popup_value');
?>
<i class="select_item_number select_popup clickable fa fa-search"></i>
开发者ID:moxymokaya,项目名称:inoERP,代码行数:31,代码来源:prj_status_template.php

示例10: gettext

$f->l_select_field_from_object('customer_type', ar_customer::customer_types(), 'option_line_code', 'option_line_value', ${$class}->customer_type, 'customer_type');
?>
       </li>
      <li><?php 
echo $f->l_select_field_from_object('customer_category', ar_customer::customer_category(), 'option_line_code', 'option_line_value', ${$class}->customer_category, 'customer_category');
?>
       </li>
      <li><?php 
echo $f->l_select_field_from_object('customer_relationship', ar_customer::customer_relationship(), 'option_line_code', 'option_line_value', ${$class}->customer_relationship, 'customer_relationship');
?>
       </li>
      <li><label><?php 
echo gettext('Supplier Name');
?>
</label><?php 
$f->text_field_d('supplier_name');
?>
       <?php 
echo $f->hidden_field_withId('supplier_id', ${$class}->supplier_id);
?>
       <i class="fa fa-search supplier_id select_popup clickable"></i>
      </li>
      <li><?php 
$f->l_select_field_from_object('tax_country', option_header::COUNTRIES(), 'option_line_code', 'option_line_value', ${$class}->tax_country, 'tax_country', '', '', $readonly);
?>
       </li>
      <li><?php 
$f->l_text_field_d('tax_reg_no');
?>
</li>
      <li><?php 
开发者ID:noikiy,项目名称:inoERP,代码行数:31,代码来源:customer_template.php

示例11: gettext

        <i class='fa fa-refresh'></i></a> 
      </li>
      <li><?php 
$f->l_select_field_from_object('bu_org_id', org::find_all_business(), 'org_id', 'org', ${$class}->bu_org_id, 'bu_org_id', '', 1, $readonly1);
?>
        </li>
      <li><?php 
$f->l_select_field_from_array('asl_type', po_asl_header::$asl_type_a, ${$class}->asl_type, 'asl_type', '', 1, $readonly1, $readonly1);
?>
      </li>
      <li><label><?php 
echo gettext('Item');
?>
</label><?php 
echo $f->hidden_field('item_id_m', ${$class}->item_id_m);
echo $f->text_field_d('item_number', 'select_item_number');
?>
       <i class="select_item_number select_popup clickable fa fa-search"></i></li>
      <li><?php 
$f->l_text_field_d('description', 'item_description');
?>
     </li>
     </ul>
    </div>
   </div>

  </div>
 </form>
</div>

<div id="form_line" class="form_line"><span class="heading">ASL Lines </span>
开发者ID:moxymokaya,项目名称:inoERP,代码行数:31,代码来源:asl_template.php

示例12:

             <td><?php 
        $f->text_field_widsr('fp_kanban_header_id');
        ?>
</td>
             <td><?php 
        echo $f->select_field_from_object('org_id', org::find_all_inventory(), 'org_id', 'org', ${$class}->org_id, 'org_id', '', '', '');
        ?>
         </td>
             <td><?php 
        $f->val_field_widm('item_number', 'item', 'item_number', 'org_id');
        echo $f->hidden_field_withCLass('item_id_m', ${$class}->item_id_m, 'dont_copy_r');
        echo $f->hidden_field_withCLass('stockable_cb', '1', 'popup_value');
        ?>
              <i class="generic g_select_item_number select_popup clickable fa fa-search" data-class_name="item"></i></td>
             <td><?php 
        $f->text_field_d('item_description');
        ?>
</td>
             <td><?php 
        $f->text_field_d('description');
        ?>
</td>
             <td><?php 
        echo $f->select_field_from_object('subinventory_id', subinventory::find_all_of_org_id(${$class}->org_id), 'subinventory_id', 'subinventory', ${$class}->subinventory_id, 'kanban_subinventory_id', 'kanban_subinventory_id', '', $readonly);
        ?>
         </td>
             <td><?php 
        echo $f->select_field_from_object('locator_id', locator::find_all_of_subinventory(${$class}->subinventory_id), 'locator_id', 'locator', ${$class}->locator_id, 'locator_id', 'locator_id kanban_subinventory_id', '', $readonly);
        ?>
         </td>
             <td><?php 
开发者ID:moxymokaya,项目名称:inoERP,代码行数:31,代码来源:fp_kanban_header_template_ma.php

示例13: array

         <tr class="calendar_line<?php 
    echo $count;
    ?>
">
          <td>
           <?php 
    echo ino_inline_action(${$class}->gl_period_id, array('ledger_id' => $gl_period->ledger_id));
    ?>
          </td>
          <td><?php 
    $f->text_field_dsr('gl_period_id');
    $f = new inoform();
    ?>
</td>
          <td><?php 
    $f->text_field_d('period_name');
    ?>
</td>
          <td><?php 
    echo form::select_field_from_object_ap(array('name' => 'status', 'ob' => gl_period::gl_period_status(), 'ob_value' => 'option_line_code', 'ob_desc' => 'option_line_value', 'value' => $gl_period->status, 'disabled' => $gl_period->en_dis));
    ?>
</td>
          <td class="yearPicker"><?php 
    echo $f->text_field_ap(['name' => 'year', 'value' => $cal_i->year, 'class_name' => 'small', 'readonly' => true]);
    ?>
</td>
          <td><?php 
    echo $f->text_field_ap(['name' => 'quarter', 'value' => $cal_i->quarter, 'class_name' => 'small', 'readonly' => true]);
    ?>
</td>
          <td><?php 
开发者ID:moxymokaya,项目名称:inoERP,代码行数:31,代码来源:period_template.php

示例14: gettext

</a></li>
   <li><a href="#tabsHeader-2"><?php 
echo gettext('Other Details');
?>
</a></li>
  </ul>
  <div class="tabContainer"> 
   <div id="tabsHeader-1" class="tabContent">
    <div class="large_shadow_box"> 
     <ul class="column header_field">
      <li><label><i class="wo_number select_popup clickable fa fa-search"></i>
        <?php 
echo gettext('WO Number');
?>
</label><?php 
$f->text_field_d('wo_number');
echo $f->hidden_field_withId('wip_wo_header_id', ${$class}->wip_wo_header_id);
echo $f->hidden_field_withCLass('wo_status', 'RELEASED', 'popup_value');
?>
      </li>
      <li><?php 
$f->l_select_field_from_object('org_id', org::find_all_inventory(), 'org_id', 'org', ${$class}->org_id, 'org_id', '', 1, $readonly);
?>
       </li>
      <li><?php 
$f->l_date_fieldFromToday_m('transaction_date', ${$class}->transaction_date);
?>
       </li>
      <li><?php 
$f->l_select_field_from_object('transaction_type', wip_move_transaction::wip_transactions(), 'option_line_code', 'option_line_value', ${$class}->transaction_type, 'transaction_type', '', 1, 1, 1);
?>
开发者ID:petardimic,项目名称:inoERP,代码行数:31,代码来源:wip_resource_transaction_template.php

示例15: gettext

?>
        <a name="show" href="form.php?class_name=hr_leave_transaction&<?php 
echo "mode={$mode}";
?>
" class="show document_id hr_leave_transaction_id">
         <i class="fa fa-refresh"></i></a> 
       </li>
       <li data-employee_type="employee"><label><img src="<?php 
echo HOME_URL;
?>
themes/images/serach.png" class="hr_employee_id select_popup clickable">
         <?php 
echo gettext('Employee Name');
?>
</label><?php 
$f->text_field_d('employee_name');
?>
        <?php 
echo $f->hidden_field_withId('employee_id', ${$class}->employee_id);
?>
       </li>
       <li><?php 
$f->l_text_field_dr('identification_id');
?>
  </li>
       <li><?php 
$f->l_date_fieldFromToday('requsted_date', ${$class}->requsted_date);
?>
  </li>
       <li><?php 
$f->l_date_fieldFromToday('approved_date', ${$class}->approved_date);
开发者ID:noikiy,项目名称:inoERP,代码行数:31,代码来源:leave_transaction_template.php


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