diff options
| author | Zlatan Vasović <[email protected]> | 2013-11-09 22:00:34 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-11-09 22:14:21 +0100 |
| commit | 4bd263c4c170cad74b0425afd4a6cd0aa510880c (patch) | |
| tree | 2dbefbe3d6db3a52a58678d0ae045a0a7b0da37d /getting-started.html | |
| parent | 463343af63344dbbc3db04f40b0b804baa919b7e (diff) | |
| download | bootstrap-4bd263c4c170cad74b0425afd4a6cd0aa510880c.tar.xz bootstrap-4bd263c4c170cad74b0425afd4a6cd0aa510880c.zip | |
Better documentation for validation states
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 5a735b68c..f879b9497 100644 --- a/getting-started.html +++ b/getting-started.html @@ -406,6 +406,10 @@ bootstrap/ <td><code>.form-group</code></td> </tr> <tr> + <td><code>.control-group.warning .control-group.error .control-group.success</code></td> + <td><code>.form-group.has-*</code></td> + </tr> + <tr> <td><code>.checkbox.inline</code> <code>.radio.inline</code></td> <td><code>.checkbox-inline</code> <code>.radio-inline</code></td> </tr> @@ -612,6 +616,11 @@ bootstrap/ <td class="text-muted">N/A</td> </tr> <tr> + <td>Form group with info</td> + <td><code>.control-group.info</code></td> + <td class="text-muted">N/A</td> + </tr> + <tr> <td>Fluid container</td> <td><code>.container-fluid</code></td> <td><code>.container</code> (no more fixed grid)</td> @@ -674,7 +683,7 @@ bootstrap/ <li>Typeahead has been dropped, in favor of using <a href="http://twitter.github.io/typeahead.js/">Twitter Typeahead</a>.</li> <li>Modal markup has changed significantly. The <code>.modal-header</code>, <code>.modal-body</code>, and <code>.modal-footer</code> sections are now wrapped in <code>.modal-content</code> and <code>.modal-dialog</code> for better mobile styling and behavior.</li> <li>The HTML loaded by the <code>remote</code> modal option is now injected into the <code>.modal</code> instead of into the <code>.modal-body</code>. This allows you to also easily vary the header and footer of the modal, not just the modal body.</li> - <li>JavaScript events are namespaced. For example, to handle the modal "show" event, use <code>'show.bs.modal'</code>. For tabs "shown" use <code>'shown.bs.tab'</code>, etc..</li> + <li>JavaScript events are namespaced. For example, to handle the modal "show" event, use <code>'show.bs.modal'</code>. For tabs "shown" use <code>'shown.bs.tab'</code>, etc.</li> </ul> <p>For more information on upgrading to v3.0, and code snippets from the community, see <a href="http://bootply.com/">Bootply</a>.</p> </div> |
