【问题标题】:cakephp 2.1 displaying habtm list checkboxes and their assigned imagescakephp 2.1 显示 habtm 列表复选框及其分配的图像
【发布时间】:2012-05-21 14:55:48
【问题描述】:

召集所有 Cakephp 大师!

好的,这个真的让我觉得又短又卷。

我在表单中有一个 habtm 列表。添加(add.ctp)时,我想显示多个复选框及其图像引用(图像字段名称)。实际插图是需要看到的,以便进行选择。我不需要图像来激活复选框。我只需要显示带有图像的复选框并选择复选框就可以了。

如果有人遇到过这样的问题并提出了解决方案,请告诉。

下面是一个例子

亲切的问候。

<?php echo $this->Form->input('ListShExPainImage', array(
        'label' => false, 'multiple' => 'checkbox'));?>

【问题讨论】:

    标签: image cakephp checkbox has-and-belongs-to-many


    【解决方案1】:

    $this->Form->input('ListShExPainImage', array('label' => false, 'type' => 'select', 'multiple' => 'checkbox'));

    【讨论】:

      猜你喜欢
      • 2013-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-09-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-10-20
      • 1970-01-01
      相关资源
      最近更新 更多