Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Drupal5 中的内容构建工具包 (CCK) 创建一个表单。
我添加了几个单独的开/关复选框,但没有显示它们的相关标签。帮助文本显示在复选框下方,但这不是所需的行为。对我来说,预期的行为是标签会出现在复选框旁边。
有什么想法吗?
找到了答案:
结果证明是 CCK 提供的功能,但它违反直觉。
对于单个开/关复选框,drupal 将使用在允许值字段中指定的on标签:
0 1|This is my label