I did this by overridding the insert component with one that outputs a
class based on the datatype. Min and Max might be more of a problem
because when you override the component it will happen everywhere,
however I think you might be able to control this by putting the page
in a library. On the other hand you could fix this by making the css
something like

td .max {
color: red;
}

I also have stuff like
td .Integer {
text-align: right;
}

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to