html里面 form-control-feedback这个啥意思
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html里面 form-control-feedback这个啥意思相关的知识,希望对你有一定的参考价值。
feedback-control反馈控制
双语例句
1
Besides, the paper studies feedback-control real-time scheduling algorithms and their application in networked control systems.
论文还讨论了反馈控制实时调度算法,并对其在网络控制系统中的应用进行了探讨。
2
By block diagram and feedback-control principles expression is derived for speed-stiffness in the loop and speed error due to load calculated.
并用方块图与反馈控制理论导出了这种调速回路速度刚性的数学表达式,估算了由负载引起的速度误差。 参考技术A 控制台反馈追问
有什么用啊?
参考技术B bootstrap 自定义的class 参考技术C他们答非所问,这个
form-control-feedback
是Bootstrap里的一个Class。使用效果如下。表示图标是否加载在输入框内,如果不加上form-control-feedback,将在输入框后面加载图标。
先看看如下代码
<input type="text" class="form-control" placeholder="has-warning" value=""><span class="glyphicon glyphicon-ok form-control-feedback" aria-hidden="true" id="span1"></span>
需要在Bootstrap这框架下才能正常使用,
glyphicon 表示这个标签是图标
glyphicon-ok 这个是图标类型,代表一个勾,所有的图标类型可以看这里http://www.runoob.com/try/demo_source/bootstrap3-glyph-icons.htm
form-control-feedback 这个代表这个图标是否出现在输入框内。如图
有form-control-feedback
无form-control-feedback
这样明白了吧?
实际上一般是这种格式class="glyphicon glyphicon-ok form-control-feedback" √
一般不会单独使用class="form-control-feedback" ×
html 链接里面的链接
以上是关于html里面 form-control-feedback这个啥意思的主要内容,如果未能解决你的问题,请参考以下文章