Re: Using WO components inside HTML tags
Re: Using WO components inside HTML tags
- Subject: Re: Using WO components inside HTML tags
- From: "John Huss" <email@hidden>
- Date: Fri, 17 Aug 2007 10:10:25 -0500
You need to use WOGenericContainer:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
<table cellspacing="0" border="0" cellpadding="0">
<tr>
<webobject name="GenericContainer1">Cell</webobject>
</tr>
</table>
</body>
</html>
GenericContainer1: WOGenericContainer {
elementName = "td";
bgColor = "red";
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden