Files
@ 69ca2b2fc133
Branch filter:
Location: light9/web/edit-choice-demo.html - annotation
69ca2b2fc133
1000 B
text/html
overcomplicated attempt at persisting the pane layout in the rdf graph
this was hard because we have to somehow wait for the graph to load before config'ing the panes
this was hard because we have to somehow wait for the graph to load before config'ing the panes
4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 | <!doctype html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="rdfdb-synced-graph.html">
<link rel="import" href="edit-choice.html">
<script src="/node_modules/n3/n3-browser.js"></script>
<script src="/lib/knockout/dist/knockout.js"></script>
<script src="/lib/shortcut/index.js"></script>
<script src="/lib/async/dist/async.js"></script>
<script src="/lib/underscore/underscore-min.js"></script>
</head>
<body>
<dom-bind>
<template>
<p>
<rdfdb-synced-graph graph="{{graph}}"></rdfdb-synced-graph>
</p>
<p>
edit-choice: <edit-choice graph="{{graph}}" uri="http://example.com/hello"></edit-choice>
</p>
<p>
<a href="http://light9.bigasterisk.com/effect/spideredge" >this has a label</a>
</template>
</dom-bind>
</body>
</html>
|