I have a barcode font that I want to use to be displayed in a Display tag
(one of the columns will be barcode data).
I have the font installed, and I have specified the following in the
display:column
<
display:column class="barcode" property="objectName" escapeXml="true"
sortable="true" titleKey= "aFile.objectName"/>
According to the Displaytag reference, I should be specifying the font using
a stylesheet, so I modified displaytag.css to hold the following
barcode
{
font-family= IDAutomationHC39M;
font-size = 3em;
}
Did I miss anything? Because the font isn't being applied.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel