Bootstrap disabled for form elements, buttons, links

Source: Internet
Author: User

In Bootstra, form elements, buttons can be disabled by setting disabled or disabled= "disabled" within the label. Links need to be added class= "disabled" to disable links.
text box is disabled:
<input class= "Form-control" id= "Disabledinput" type= "text" placeholder= "This input box prohibits input ..." disabled>
Disable the Combined form: if the Filedset label is disabled, all the form elements in it are disabled, including the Child text box, drop-down list.
  <fieldset Disabled> <div Class="Form-group"> <label For="Disabledtextinput" Class="Col-sm-2 Control-label">Disable input (fieldset disabled)</label> <div Class="Col-sm-10"> <input Type="Text" Id="Disabledtextinput" Class="Form-control" Placeholder="Prohibit input"> </div> </div> <div Class="Form-group"> <label For="Disabledselect" Class="Col-sm-2 Control-label">Disable the Selection menu (fieldset disabled)</label> <divclass= "col-sm-10" >  <select id= "disabledselect"  class=> <option> prohibit selection span class= "tag" ></option> </select></div> </div></FIELDSET> 


Disable button
  <button type= "button" class= "btn btn-default btn-lg" disabled= "Disabled" >      disable button   </button>
To disable a link:
<ahref="#"class="btn btn-default btn-lg Disabled"role="button" ></a
           

Bootstrap form elements, buttons, links disabled

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.