Sha256: fd4f0fc109e087bfe56a9aebcf71cfd0ef3b3134722fffe5c60ffc1cb4522d59

Contents?: true

Size: 450 Bytes

Versions: 87

Compression:

Stored size: 450 Bytes

Contents

<html>
  <head>
    <title>modal dialog test page</title>
  </head>
  <body>
    
    <script type="text/javascript">
      function modal() {
        var retValue = window.showModalDialog(
          "modal_1.html", self,
          "status:no;resizable:Yes;help:no;maximize:no;minimize:no;scrollbars:no;");
      }
    </script>
    
    <input id=launch_modal_button type=button onclick='return modal();' value="Launch a modal" />
  </body>
</html>

Version data entries

87 entries across 87 versions & 7 rubygems

Version Path
druid-s-1.0.0 features/html/modal.html
druid-ts-1.2.6 features/html/modal.html
druid-ts-1.2.5 features/html/modal.html
druid-ts-1.2.4 features/html/modal.html
druid-ts-1.2.3 features/html/modal.html
druid-ts-1.2.2 features/html/modal.html
druid-ts-1.2.1 features/html/modal.html
druid-ts-1.2.0 features/html/modal.html
druid-ts-1.1.8 features/html/modal.html
druid-ts-1.1.7 features/html/modal.html
druid-ts-1.1.6 features/html/modal.html
druid-ts-1.1.5 features/html/modal.html
druid-ts-1.1.4 features/html/modal.html
druid-ts-1.1.3 features/html/modal.html
druid-ts-1.1.2 features/html/modal.html
druid-ts-1.1.1 features/html/modal.html
druid-ts-1.1.0 features/html/modal.html
page-object-1.2.0 features/html/modal.html
page-object-1.1.1 features/html/modal.html
page_object-1.1.3 features/html/modal.html