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

Re: CSS and WOTable


  • Subject: Re: CSS and WOTable
  • From: Johann Werner <email@hidden>
  • Date: Fri, 24 Jul 2009 22:23:02 +0200

oh and I forgot: if you are using Wonder have a look at ERXTable.

jw


Am 24.07.2009 um 21:42 schrieb Jeff Dunnett:

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


Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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: 
 >CSS and WOTable (From: Jeff Dunnett <email@hidden>)

  • Prev by Date: War / Maven / Jar Build – How Does it Work with Eclipse's "Build Automatically"?
  • Next by Date: Re: [SOLVED] Re: failed to provide new primary keys for entity
  • Previous by thread: Re: CSS and WOTable
  • Next by thread: Reminder : WOWODC East hotel reservation and schedule
  • Index(es):
    • Date
    • Thread