I'm implementing the <wrapperheaders> tag for
http://jira.openlaszlo.org/jira/browse/LPP-8901

Is it sufficient for the content to all go in one place, such as the <head>
tag of the wrapper page,
or should there be an attribute that specifies whether  the content goes to
the <head> or <body> of the
wrapper page,

So in theory you could have two of these

<wrapperheaders placement="head">
   <meta ...../>
</wrapperheaders>

<wrapperheaders placement="body">
   <![CDATA[
   <script language="javascript">
     var foo = bar;

etc




</wrapperheaders>




-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to