1. YUI and euWeb
- Posted by jeremy (admin) Sep 09, 2009
- 1834 views
- Last edited Sep 10, 2009
Forked from Re: open_dll on Linux?
euphoric said...
jeremy said...
euWeb is the name given to the software that runs OpenEuphoria.org and is slowly expanding. Nothing more. Sorry to get your hopes up
Hopefully you'll have YUI integration soon. Then we can start thinking "WebOS."
I already have support for scriptaculous. Adding things like this is easy with a .etag file. That allows for easy tags. For example, I have an autocomplete tag in euweb.etag that is used in the ticket reporting version number field. To use it, you simply do: <%- euweb:autocomplete name="revision" sql="SELECT name FROM revisions" %>... That's it. It add's some Euphoria code, some HTML and some JavaScript all behind the scenes. YUI would be just as easy to integrate.
Jeremy