Displaying 2 results from an estimated 2 matches for "refercene".
2006 May 21
0
UL/LI List helpers, or not?
Hello,
I have a (bad) habit of abstracting nearly all my code. The DRY idea
helps a lot.
What I want is a simple helper to build UL LI lists:
def unordered_list_tag(items => [], options => {})
if :items.count > 0
render :partial => ''application/unordered_list'', :locals => {
items => :items, options => :options }
end
end
And a simple
2003 May 30
12
pdf printer
Hi,
I created a PDFPrinter as per
http://marc.theaimsgroup.com/?l=samba&m=105301236523413&w=2
I have another question, do I need to add a Color Laser Printer Driver in
W2K to the PDF share to generate color PDF in Windows?
Regards,
Norman