[Laszlo-dev] new language feature proposal: <include type="script" .../>

Henry Minsky henry.minsky at gmail.com
Tue Jan 16 08:21:22 PST 2007


There's some code which Pablo wrote for the RPC libraries which basically
just wants to include
straight javascript code, in the same way that the LFC is written.

He had to wrap these files in <library><script> tags to get them to work
with <include> in LZX.

I propose an option to <include> which is a "type=script" attribute. If the
tag compiler encounters this, it
will just inline the contents of the included file directly at the top
level, just like LFC code.

So the library code which declares the <javarpc> class would say, for
example

javarpc.lzx:

<library>

    <include href="rpc/rpc.lzx" />
    <include href="rpc/library/javarpc.js" type="script" />

And the javarpc.js file is straight javascript.






-- 
Henry Minsky
Software Architect
hminsky at laszlosystems.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20070116/ca7df17a/attachment.html


More information about the Laszlo-dev mailing list