How to render informal parameters of a component into an arbitrary tag of the
template component.
Let's give an example. I have a Border component.
<html jwcid="@Shell" ...>
<body jwcid="@Body">
... layout
<div jwcid="@RenderBody"/>
...
</body>
</html>
I would like to have something like that in my page:
<div jwcid="@Border" class="mypage" onload="myscript()" ...>
... some content
</div>
And the resulting body would have:
<body class="mypage" onload="myscript()" ../>
...
Any idea?
Oscar
---------------------------------
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.