Drupal CCK 的复选框
我是 Drupal 的新人。到目前为止我很喜欢它:)
我正在创建一个 CCK 自定义内容类型。我需要以复选框格式制作便利设施列表。所以我做了;
文件类型:文本
小部件类型: 复选框/单选按钮
和允许值列表:
onsite_dining|现场用餐
meeting_space|会议空间
business_center|商务中心
,它创建了只有 1 个选择的单选按钮:( 我怎样才能使其成为复选框以提供选择 1 个以上的能力?
感谢帮助!
I'm new at Drupal. love it so far :)
I'm creating a CCK custom content type. I need to make a amenities list in checkbox format. so I made;
File Type: Text
Widget Type:
checkboxes/radiobuttons
and Allowed values list:
onsite_dining|Onsite Dining
meeting_space|Meeting Space
business_center|Business Center
and it creates Radio Buttons which only 1 selection :( How can I make it Check Box to give ability to select more than 1?
Appreciate helps!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个选项:值的数量
您必须将其设置为除 1 之外的其他值。
此选项位于字段设置页面中的必填复选框下方。
There as an option: Number of values
You have to set it to something other than one.
This option is below the Required checkbox in the field settings page.