Sha256: d3a794a1002d7aa91dd2d47b4ce4ed6f0dc170c9497d46e75cb2274d1ebab1ec

Contents?: true

Size: 790 Bytes

Versions: 22

Compression:

Stored size: 790 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>ACE ChromeVox demo</title>
  <style type="text/css" media="screen">
    body {
        overflow: hidden;
    }

    #editor {
        margin: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
  </style>
</head>
<body>

<pre id="editor"></pre>

<!-- load ace -->
<script src="../src/ace.js"></script>
<!-- load ace accessibility extension -->
<script src="../src/ext-chromevox.js"></script>
<script>
    // trigger extension
    ace.require("ace/ext/chromevox");
    var editor = ace.edit("editor");
    editor.session.setMode("ace/mode/html");
    editor.setTheme("ace/theme/tomorrow");
</script>

<script src="./show_own_source.js"></script>
</body>
</html>

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/ace-builds/demo/chromevox.html
optimacms-0.4.3 spec/dummy/node_modules/ace-builds/demo/chromevox.html
optimacms-0.4.2 spec/dummy/node_modules/ace-builds/demo/chromevox.html
optimacms-0.3.35 node_modules/ace-builds/demo/chromevox.html
optimacms-0.3.34 node_modules/ace-builds/demo/chromevox.html
agile-proxy-0.1.24 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.23 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.22 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.21 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.20 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.19 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.18 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.13 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.12 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.11 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.10 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.9 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.8 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.7 assets/ui/bower_components/ace-builds/demo/chromevox.html
agile-proxy-0.1.6 assets/ui/bower_components/ace-builds/demo/chromevox.html