- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚刚发现,带有data-role="fieldcontain"
的div中的文本输入不会扩展到100%,但是如果您将文本输入放在fieldcontain之外,则会扩展到最大。这是他们正在修复的错误,但与此同时...
所以我想知道首先使用data-role="fieldcontain"
的用途是什么?为什么要放呢?我在文档上看到了它,然后将其放在html中,但是放置它有什么用?
谢谢!
最佳答案
看起来像是用于分组和显示的字段容器
Field container
Container with data-role="fieldcontain" wrapped around label/form element pair
Controlgroup
DIV or FIELDSET container withdata-role="controlgroup"
. Visually integrate multiple button-styled inputs of a single type (checkboxes, link-based buttons, radio buttons, selects) into a group. For grouping form checkboxes and radio buttons, the fieldset container is recommended inside a div container with thedata-role="fieldcontain"
, to improve label styling.
data-mini
true | false - Compact sized version for all items in the controlgroupdata-type
horizontal | vertical - For horizontal or vertical item alignment
关于jquery-mobile - data-role =“fieldcontain”的用途是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12421280/
我谷歌了很多,这似乎是一个普遍的问题。过去我使用 解决了这个问题,我知道 JQM 有某种 data-grid但我想通过 CSS 解决它。 问题很简单:我有n字段集,由 组成和一个 ,我想将所有标
是否可以在 jquerymobile 中将文本定位在 fieldcontain-style textarea 下(从第二列水平开始)?如果可能的话,我想使用 native jquerymobile 标
我刚刚发现,带有data-role="fieldcontain"的div中的文本输入不会扩展到100%,但是如果您将文本输入放在fieldcontain之外,则会扩展到最大。这是他们正在修复的错误,但
我正在使用 Jquery 移动弹出窗口并希望在弹出窗口中显示一个表单。我想在同一行显示文本标签和文本框。所以,我使用带有 fieldcontain 的 div。它在弹出窗口之外工作,但在内部不工作。
jQuery Mobile Docs 说,如果我们将表单元素包装在包含 data-role="fieldcontain" 的 div 中,则会应用适当的样式,例如底部的水平线。 我花了几个小时试图弄清
我有一个窗口,在该窗口内有一个面板(填充窗口的整个空间),在面板内有两个水平位于左侧和右侧的fieldcontainers。 ---------------------------- |
我需要通过大表单中的标记字段(多选)更改组合框(单选)。 已发出请求,以便每个标记字段项(汽车列表)可以与一个字段关联以输入每辆车的值。 解决这个问题的最佳解决方案是什么? 一种可能的解决方案是在下面
我是一名优秀的程序员,十分优秀!