本文介绍了Drupal CCK 复选框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是 Drupal 的新手.到目前为止喜欢它:)

I'm new at Drupal. love it so far :)

我正在创建 CCK 自定义内容类型.我需要以复选框格式制作便利设施清单.所以我做了;

I'm creating a CCK custom content type. I need to make a amenities list in checkbox format. so I made;

文件类型:文本

小部件类型:复选框/单选按钮

和允许值列表:

onsite_dining|现场用餐

meeting_space|会议空间

meeting_space|Meeting Space

business_center|商务中心

business_center|Business Center

它创建了只有 1 个选择的单选按钮 :( 我怎样才能使它的复选框能够选择超过 1 个?

and it creates Radio Buttons which only 1 selection :( How can I make it Check Box to give ability to select more than 1?

感谢帮助!

推荐答案

有一个选项:值的数量您必须将其设置为 1 以外的其他值.此选项位于字段设置页面中的必填复选框下方.

There as an option: Number of valuesYou have to set it to something other than one.This option is below the Required checkbox in the field settings page.

这篇关于Drupal CCK 复选框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-23 16:42
查看更多