You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
373 B

  1. <!-- used by the connector plugin -->
  2. <!-- the modal window html is already in the default design -->
  3. <script>
  4. $("#myModal").find(".modal-body").html("::raw html::").removeClass("modal-lg");
  5. $("#myModal").find(".modal-title").html("::raw title::");
  6. ::if btn!=null::
  7. $("#myModal").find(".modal-footer").html("::raw btn::");
  8. ::end::
  9. $("#myModal").modal();
  10. </script>