Sha256: bf200132c9cf60f214fcdc28d18661f6de458ec0e5c54e4cbd47597dd3ec3f68

Contents?: true

Size: 470 Bytes

Versions: 88

Compression:

Stored size: 470 Bytes

Contents

<html>

<head>
<title>Modal 2</title>
    
<script>
  function delay_action(other_function) {
    setTimeout(other_function, 3000);
  }

  function close_window() {
    self.close()
  }
</script>

</head>

<body>

<h2>Modal 2</h2>

<h3>Close buttons</h3>
<input id=close_window2 type="button" onclick="close_window()" value="Close window"/>
<input id=delayed_close2 type=button onclick="delay_action('close_window()')" value="Close window with delay" />

</body>
</html>

Version data entries

88 entries across 88 versions & 7 rubygems

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