ERXWOTemplate
On Oct 28, 2010, at 2:21 PM, Michael Gargano wrote:
if i have a page template component...
<html>
<head>
<webobject name="headStuff"/>
</head>
<body>
<webobject name="pageContent"/>
</body>
<webobject name="endScript"/>
</html>
in my wod...
endScript : WOJavaScript {
}
is there a way in a sub-compoent (that would provide the body
content) to change the properties of that endScript component?
maybe sometimes i want to reference external src, other times i may
want to have script between the <script></script> tags, other pages
may do nothing with it, but i want it as a placeholder in my
template. is this possible?
Thanks.
-Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/ramsey%40xeotech.com
This email sent to [email protected]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]