CBI Delegators (Wizards)
authorSteven Barth <steven@midlink.org>
Sun, 24 May 2009 17:17:53 +0000 (17:17 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 24 May 2009 17:17:53 +0000 (17:17 +0000)
commitee690abb0f482f0fd3f0b744f98b05699c08c8e4
tree2d44b058166b6c1e0a626d9c2bc2bee98de0dcf1
parentd41f3de31eaa92c9ff536adfbe31202c230bc098
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
libs/cbi/luasrc/cbi.lua
libs/cbi/luasrc/view/cbi/compound.htm [new file with mode: 0644]
libs/cbi/luasrc/view/cbi/delegator.htm [new file with mode: 0644]