• 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: Mike Schrag <email@hidden>
  • Date: Fri, 17 Aug 2007 11:18:18 -0400

If you use Wonder and have the appropriate parser settings, you can also do:

<td bgcolor = "$couleur">whatever</td>

or

<wo:WOGenericContainer elementName = "td" bgcolor = "$couleur">whatever</wo:WOGenericContainer>

ms

On Aug 17, 2007, at 11:11 AM, Asa Hardcastle wrote:

Hi Pascal,

something like this:

IN HTML:
<webobject name = "MyCoolTD">stuff in here</webobject>


IN WOD:

MyCoolTD: WOGenericContainer
{
	elementName = "td";
	bgcolor = couleur;
}


later,

asa




On Aug 17, 2007, at 10:58 AM, Pascal Robert wrote:

Ok, I know it's a basic question, but what's the best way to include a WO component (in that case, a WOString) inside a HTML page ? I need to change the background color of a <td> with the value of a WOString, something like this :

	<td bgcolor=<webobject name = "Couleur"></webobject></td>

I know it's bad pratice, so what's the fix ?


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40zenn.net


This email sent to email@hidden

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mdimension.com


This email sent to email@hidden


_______________________________________________
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


  • Follow-Ups:
    • Re: Using WO components inside HTML tags
      • From: Guido Neitzer <email@hidden>
References: 
 >Using WO components inside HTML tags (From: Pascal Robert <email@hidden>)
 >Re: Using WO components inside HTML tags (From: Asa Hardcastle <email@hidden>)

  • Prev by Date: Re: How do I get EO's instantiated with dynamic class?
  • Next by Date: Re: Using WO components inside HTML tags
  • Previous by thread: Re: Using WO components inside HTML tags
  • Next by thread: Re: Using WO components inside HTML tags
  • Index(es):
    • Date
    • Thread