dslijian2015 2017-10-25 09:55
浏览 47
已采纳

根据条件,如何使下拉列表单选或多选?

I had a requirement where in an employee list dropdown given, if selectMultiple is set, the dropdown should allow multiple selects, and if selectMultiple is not set, it shouldn't.

<select name="employeeList[]" id="employeeList" class="form-
control" multiple="<?=$selectMultiple?>">
    <?php
    foreach($employeeList as $employee) {

        echo "<option value='" . $employee->$employeeId . "'>" . 
        $employee->employeeName . "</option>";

    }    
    ?>
</select>

It's a phtml file, and $selectMultiple is passed from a controller(as in Phalcon). I have tried something like passing, $selectMultiple ="multiple", so the code will look like

<select name="employeeList[]" id="employeeList" class="form-control" multiple="multiple">

and $selectMultiple="" for the single select case.

<select name="employeeList[]" id="employeeList" class="form-control" multiple="">

But the very presence of multiple attribute itself makes the dropdown list elligible for multiselect.

In short, in either cases, it triggers multiselect regardless of the condition. Please help.

  • 写回答

2条回答 默认 最新

  • duanmeng3573 2017-10-25 10:49
    关注

    You can simply write your code like

    You need to pass $selectMultiple = "multiple" or $selectMultiple = ''

    <select name="employeeList[]" id="employeeList" class="form-control" <? echo !empty($selectMultiple) ? $selectMultiple : '' ?>>
    <?php
    foreach($employeeList as $employee) {
    
        echo "<option value='" . $employee->$employeeId . "'>" . 
        $employee->employeeName . "</option>";
    
    }    
    ?>
    

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 TMC2209串口模式下读取不到寄存器的值串口助手蓝色字体是发过去的消息,绿色字体是收到的消息,第二行发送读取寄存器的指令但是没有读取到寄存器的值串口助手如下图:接线如下图,如何解决?
  • ¥30 itest不允许查看成绩怎么办
  • ¥15 高通安卓11提取完整线刷包软件,或者优博讯dt50顺丰刷机包
  • ¥20 C,有个译码器,换了信道就跑不出原来数据
  • ¥15 MIMIC数据库安装问题
  • ¥60 基于JTag协议开发Fpga下载器上位机,哪位大🐂有偿指导?
  • ¥20 全书网Java爬取数据
  • ¥15 怎么获取红包封面的原始链接,并且获取红包封面序列号
  • ¥100 微信小程序跑脚本授权的问题
  • ¥100 房产抖音小程序苹果搜不到安卓可以付费悬赏