//---------------------------------------------------------------------------- // Copyright (C) 2013 The IPython Development Team // // Distributed under the terms of the BSD License. The full license is in // the file COPYING, distributed as part of this software. //---------------------------------------------------------------------------- //============================================================================ // Utility for modal dialogs with bootstrap //============================================================================ IPython.namespace('IPython.dialog'); IPython.dialog = (function (IPython) { "use strict"; var modal = function (options) { var dialog = $("
").addClass("modal").attr("role", "dialog"); dialog.append( $("
") .addClass("modal-header") .append($("