# HG changeset patch # User jbe # Date 1307712749 -7200 # Node ID a1c77838c2e5e73aba2c9fcfbfbbe4a091db29eb # Parent 2a3257f29c02198ce3f26e23a3157bf7daf0f658 Documentation for "attr", "a_attr" and "form_attr" arguments to function ui.link{...} diff -r 2a3257f29c02 -r a1c77838c2e5 framework/env/ui/link.lua --- a/framework/env/ui/link.lua Fri Jun 10 14:58:22 2011 +0200 +++ b/framework/env/ui/link.lua Fri Jun 10 15:32:29 2011 +0200 @@ -5,6 +5,9 @@ module = module, -- module name view = view, -- view name action = action, -- action name + attr = attr, -- for views: table of HTML attributes + a_attr = a_attr, -- for actions: table of HTML attributes for the "a" tag + form_attr = form_attr, -- for actions: table of HTML attributes for the "form" tag id = id, -- optional id to be passed to the view or action to select a particular data record params = params, -- optional parameters to be passed to the view or action routing = routing, -- optional routing information for action links, as described for ui.form{...}