• 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
CSS and WOTable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CSS and WOTable


  • Subject: CSS and WOTable
  • From: Jeff Dunnett <email@hidden>
  • Date: Fri, 24 Jul 2009 15:42:01 -0400

Hi Everyone,

I am using WOTable to dynamically generate a multi-row three column table.

Table1: WOTable {
	item = aKeyword;
	list = csKeywords;
	maxColumns = 3;
	border = 0;
	cellspacing = 0;
	cellpadding = 0;
}

I would like to add a css tag that would be used with all of the tables cells (i.e. <td class="noborder">). The problem is I can't figure out how to make that happen. I've tried adding a binding called class with the value of "noborder" to apply the tag to the entire table. I've tried adding a binding called td class and that doesn't work. I've tried adding a binding called style and giving it a value of "border:none" etc. The problem is when WebObjects generates the table it doesn't generate any of the additional bindings I ask it to generate. I've even tried wrapping the entire table in a div tag and that does not work. Does anyone have any advice to help me with this problem?

I would like the table generated by WOTable to look like this:

<table border="0" cellpadding="0" cellspacing="0">
	<tr><td class="noborder">some stuff</td></tr>
</table>

I would also like to say thanks to all the folks on this group for their answers to all my questions. I really like working with WebObjects as a framework. I am good with the Java and EOModeling aspect of WebObjects but I find I'm still at times having trouble with the UI (Component) part. The patience of this groups members is great! I was wondering does anyone have any good web pages or books that look at the ins and outs of this? Anyone have any other advice on how to improve upon my understanding off this?

I'm hoping I get a chance to meet some of you at the WOWODC in Montreal.

Regards,
Jeff



_______________________________________________
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: CSS and WOTable
      • From: Johann Werner <email@hidden>
    • Re: CSS and WOTable
      • From: Johann Werner <email@hidden>
  • Prev by Date: Re: WOLongResponsePage issues
  • Next by Date: Re: Textfield and change event
  • Previous by thread: Re: WOLongResponsePage issues
  • Next by thread: Re: CSS and WOTable
  • Index(es):
    • Date
    • Thread