added sample ruby code to editor.html
This commit is contained in:
parent
595f69bf70
commit
5db453ebeb
1 changed files with 4 additions and 0 deletions
|
|
@ -176,6 +176,10 @@ echo $output;
|
|||
|
||||
?></script>
|
||||
|
||||
<script type="text/editor" id="phptext">#!/usr/bin/ruby
|
||||
print "Hello Ruby!\n"
|
||||
</script>
|
||||
|
||||
<input id="cockpitInput" type="text"/>
|
||||
|
||||
<script src="demo/require.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue