Reputation: 4256
what I want is like this:
5 element: label , textfield , read-only-label, auto-fill-textfield, icon-btn
and some spacer between them just as the img show.
but I found it's really hard to handle this.
could anyone show me an example jsfiddle, thanks.
Upvotes: 1
Views: 1104
Reputation: 4256
I'm sorry for asking a question and found answer so quickly.
should I delete this question?
at last, I use this: http://jsfiddle.net/3QGpr/3/
.container-fluid
form.form-horizontal
legend 请求参数
.control-group
label.control-label 回执编码:
input.input-small(type='text')
| =
input.input-xlarge(type='text')
|
i.icon-trash
.control-group
label.control-label 回执编码:
input.input-small(type='text')
| =
input.input-xlarge(type='text')
|
i.icon-trash
Upvotes: 1