Re: CSS and WOTable
Re: CSS and WOTable
- Subject: Re: CSS and WOTable
- From: Johann Werner <email@hidden>
- Date: Fri, 24 Jul 2009 22:20:05 +0200
Hi Jeff,
how about wrapping your table with a <span class="noborder> and using
a css stylesheet with .noborder td {border:0}?
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