ソースを参照

Изменить 'ace/index.html'

master
KaiSD 5年前
コミット
ec9af6e40a
1個のファイルの変更2行の追加7行の削除
  1. +2
    -7
      ace/index.html

+ 2
- 7
ace/index.html ファイルの表示

@@ -21,18 +21,13 @@
</head>
<body>

<pre id="editor">function foo(items) {
var i;
for (i = 0; i &lt; items.length; i++) {
alert("Ace Rocks " + items[i]);
}
}</pre>
<pre id="editor"></pre>

<script src="src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
<script>
var editor = ace.edit("editor");
editor.setTheme("ace/theme/twilight");
editor.session.setMode("ace/mode/javascript");
editor.session.setMode("ace/mode/markdown");
</script>

</body>

読み込み中…
キャンセル
保存