I agree. Would you be able to submit a patch. On Friday, 15 February 2013 18:32:32 UTC-6, 黄祥 wrote: > > hi, > > recently i know that markmin in web2py can support auto generate for qr > code that is redirect to kaywa, i would suggest is it possible to change > the default to redeirect to google chart : http://chart.apis.google.com/ ? > because the kaywa is not free for create the other data (for example : > email, telp, etc) > > just want to sharing my simple apps in web2py that use google chart: > *phone* > {{=DIV(IMG(_src=' > http://chart.apis.google.com/chart?cht=qr&chs=100x100&chl=tel:%s&choe=UTF-8&chld=H' > > % row.phone, _alt='QR Code Phone', _title='QR Code Phone'))}} > > *email* > {{=DIV(IMG(_src=' > http://chart.apis.google.com/chart?cht=qr&chs=100x100&chl=%s&choe=UTF-8&chld=H' > > % row.email, _alt='QR Code Email', _title='QR Code Email'))}} > > *website* > {{=DIV(IMG(_src=' > http://chart.apis.google.com/chart?cht=qr&chs=100x100&chl=%s&choe=UTF-8&chld=H' > > % row.website, _alt='QR Code Website', _title='QR Code Website'))}} > > please correct and forgive me if i'm wrong >
-- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

