Proof of concept Fluid sandbox...
Tony Atkins
tony at raisingthefloor.org
Tue Sep 8 14:52:38 UTC 2015
Hi, All:
As promised, here is my proof-of-concept Fluid Sandbox:
https://github.com/the-t-in-rtf/fluid-sandbox
To use it, you check it out, run `npm install`, and then open
src/html/index.html in your browser.
The sandbox gives you controls to specify the configuration of a dynamic
component, and to add any markup required by your component. The default
demo data shows how this can all be wired together, just hit "Start" and
scroll down to see what I mean.
A key limitation and/or strength of this is that it does not allow you to
enter any Javascript of your own. You are limited to what's possible with
Fluid itself and options blocks, but it shows us how much we can do with
pure configuration, and helps us understand what we need to do to make even
more possible.
I would like to carve this up into something that looks more like the
Knockout.js
tutorials <http://learn.knockoutjs.com>, but for now at least it's useful
as a scratchpad for trying things out.
Please take a look if you're interested and let me know what you think.
Cheers,
Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.idrc.ocad.ca/pipermail/fluid-work/attachments/20150908/667a833e/attachment.htm>
More information about the fluid-work
mailing list