smarty中下拉框的运用

Posted ddxg

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了smarty中下拉框的运用相关的知识,希望对你有一定的参考价值。

php

    $this->ci_smarty->assign(‘templet_ids‘, array( ‘1‘, ‘2‘, ‘3‘ ));
        $this->ci_smarty->assign(‘templet_types‘, array(lang(‘templet_type_one‘), lang(‘templet_type_two‘), lang(‘templet_type_three‘)));
        $this->ci_smarty->assign(‘select_item‘, 1);
        
        $this->ci_smarty->display_common(‘game/templet/templet_add.php‘,$is_modal);

html

  <{html_options values=$templet_ids output=$templet_types selected=$select_item}>

  

以上是关于smarty中下拉框的运用的主要内容,如果未能解决你的问题,请参考以下文章

如何获取select下拉框的值

yii中怎样用jq得到下拉框的值并赋值给文本框

jsp里,怎么接受下拉框的值?

如何使用Ajax实现,下拉框的效果?

C#如何设置combobox下拉框的内容

如何获取select下拉框的值