Mercurial > code > home > repos > light9
view light9/effecteval/effect.html @ 1107:512381de45bd
effectclasss in subserver. multiline code suppport (except for evaulation). add some old effect funcs to the new evaluator
Ignore-this: c9bb7359c851bc7c43fb48c50bf41d79
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 10 Jun 2014 08:48:34 +0000 |
parents | a2081b9adfe4 |
children | 95dfce5c12ce |
line wrap: on
line source
<!doctype html> <html> <head> <title>effect</title> <meta charset="utf-8" /> <link rel="stylesheet" href="static/style.css"> </head> <body> <a href="./">Effects</a> / <a class="effect" data-bind="attr: {href: toSave.uri}, text: toSave.uri"></a> <div data-bind="foreach: toSave.codeLines"> <div> code: <input type="text" size="160" data-bind="value: text"></input> </div> </div> <script src="static/jquery-2.1.1.min.js"></script> <script src="static/knockout-3.1.0.js"></script> <script src="static/websocket.js"></script> <script src="static/QueryString.js"></script> <script src="effect.js"></script> </body> </html>