• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Using WO components inside HTML tags
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Using WO components inside HTML tags (From: Pascal Robert <email@hidden>)

  • Prev by Date: Using WO components inside HTML tags
  • Next by Date: Re: Using WO components inside HTML tags
  • Previous by thread: Using WO components inside HTML tags
  • Next by thread: Re: Using WO components inside HTML tags
  • Index(es):
    • Date
    • Thread