BootStrap表單驗證 FormValidation 調整反饋表徵圖位置的執行個體代碼,bootstrapform表單

來源:互聯網
上載者:User

BootStrap表單驗證 FormValidation 調整反饋表徵圖位置的執行個體代碼,bootstrapform表單

在某些情況下,反饋表徵圖未正確顯示。預設情況下,Bootstrap定義反饋表徵圖位置如下:

.has-feedback .form-control-feedback {  top: 25px;  right: 0;}.form-horizontal .has-feedback .form-control-feedback {  top: 0;  right: 15px;}

通過自訂值top和right屬性,您可以將反饋表徵圖調整為應有的位置。

按鈕組

.btn-group .form-control-feedback {  top: 0;  right: -30px;} <div class="form-group">    <label class="col-xs-3 control-label">Gender</label>    <div class="col-xs-9">      <div class="btn-group" data-toggle="buttons">        <label class="btn btn-default">          <input type="radio" name="gender" value="male" /> Male        </label>        <label class="btn btn-default">          <input type="radio" name="gender" value="female" /> Female        </label>        <label class="btn btn-default">          <input type="radio" name="gender" value="other" /> Other        </label>      </div>    </div>  </div>

輸入組 、下拉式功能表

#productForm .inputGroupContainer .form-control-feedback,#productForm .selectContainer .form-control-feedback {  top: 0;  right: -15px;} <div class="form-group">    <label class="col-xs-3 control-label">Amount</label>    <div class="col-xs-3 inputGroupContainer">      <div class="input-group">        <span class="input-group-addon">€</span>        <input type="text" class="form-control" name="amount" />      </div>    </div>  </div><div class="form-group">    <label class="col-xs-3 control-label">Color</label>    <div class="col-xs-3 selectContainer">      <select class="form-control" name="color">        <option value="">Choose a color</option>        <option value="blue">Blue</option>        <option value="green">Green</option>        <option value="red">Red</option>        <option value="yellow">Yellow</option>        <option value="white">White</option>      </select>    </div>  </div>

以上所述是小編給大家介紹的BootStrap表單驗證 FormValidation 調整反饋表徵圖位置的執行個體代碼,希望對大家有所協助,如果大家有任何疑問請給我留言,小編會及時回複大家的。在此也非常感謝大家對幫客之家網站的支援!

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.