liquid_feedback_frontend

annotate env/ui/box_col.lua @ 291:71eed60f6a41

Closed branch of experimental frontend
author jbe
date Sat Feb 25 15:56:55 2012 +0100 (2012-02-25)
parents 73dbc9e2bfd4
children
rev   line source
bsw@211 1 function ui.box_col(args)
bsw@211 2 local class = "col"
bsw@211 3 if args.class then class = class .. " " .. args.class end
bsw@217 4 ui.container{ attr = { class = class, id = args.id }, content = args.content }
bsw@211 5 end

Impressum / About Us