jquery-mobile – data-role =“fieldcontain”有什么用?

前端之家收集整理的这篇文章主要介绍了jquery-mobile – data-role =“fieldcontain”有什么用?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我刚刚发现带有data-role =“fieldcontain”的div中的文本输入不会扩展到100%,但如果你将文本输入放在fieldcontain之外,它会扩展到最大.这是他们正在修复的错误,但同时……

所以我想知道首先使用data-role =“fieldcontain”有什么用?为什么要把它?我在文档上看到它,我只是把它放在我的html中,但是把它放在什么用途?

谢谢!

解决方法

看起来它是用于分组和显示的字段容器

> http://jquerymobile.com/demos/1.1.1/docs/api/data-attributes.html

Field container
Container with data-role=”fieldcontain” wrapped around label/form element pair

Controlgroup
DIV or FIELDSET container with data-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 the data-role="fieldcontain",to improve label styling.

data-mini true | false – Compact sized version for all items in the
controlgroup
data-type horizontal | vertical – For horizontal or vertical item alignment

原文链接:https://www.f2er.com/jquery/177560.html

猜你在找的jQuery相关文章