luci/libs/cbi/luasrc/view
Steven Barth ee690abb0f CBI Delegators (Wizards)
Example CBI-Map:

d = Delegator()
d.allow_back = true	-- Back-button
d:add("step1", load("mywizard/form1")) -- model/cbi/mywizard/form1
d:add("step2", load("mywizard/form2"))

return d
2009-05-24 17:17:53 +00:00
..
cbi CBI Delegators (Wizards) 2009-05-24 17:17:53 +00:00