From: Chris Rebert Date: Thu, 12 Sep 2013 03:08:59 +0000 (-0700) Subject: add modal 'remote' option semantics change to migration docs; fixes #10585 X-Git-Tag: v3.0.3~14^2~11^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306d850d3a710fd2124b05b8ff23b7f498f3eaae;p=thirdparty%2Fbootstrap.git add modal 'remote' option semantics change to migration docs; fixes #10585 --- diff --git a/getting-started.html b/getting-started.html index 80880f787e..e116b9c3d2 100644 --- a/getting-started.html +++ b/getting-started.html @@ -649,6 +649,7 @@ bootstrap/
  • The icons, now .glyphicon, are now font based. Icons also require a base and icon class (e.g. .glyphicon .glyphicon-asterisk).
  • Typeahead has been dropped, in favor of using Twitter Typeahead.
  • Modal markup has changed significantly. The .modal-header, .modal-body, and .modal-footer sections are now wrapped in .modal-content and .modal-dialog for better mobile styling and behavior.
  • +
  • The HTML loaded by the remote modal option is now injected into the .modal instead of into the .modal-body. This allows you to also easily vary the header and footer of the modal, not just the modal body.
  • JavaScript events are namespaced. For example, to handle the modal "show" event, use 'show.bs.modal'. For tabs "shown" use 'shown.bs.tab', etc..
  • For more information on upgrading to v3.0, and code snippets from the community, see Bootply.