luci/libs/cbi/luasrc/view/cbi
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
..
browser.htm * luci/libs/cbi: implement file browse fields 2008-10-10 21:52:22 +00:00
button.htm Fixed a typo in button template 2008-10-11 11:40:44 +00:00
cell_valuefooter.htm More IE compatibility fixes 2008-09-16 15:51:11 +00:00
cell_valueheader.htm More IE compatibility fixes 2008-09-16 15:51:11 +00:00
compound.htm CBI Delegators (Wizards) 2009-05-24 17:17:53 +00:00
delegator.htm CBI Delegators (Wizards) 2009-05-24 17:17:53 +00:00
dvalue.htm Overall CBI improvements: DummyValue handling, dependency conflicts, ... 2008-09-19 10:42:02 +00:00
dynlist.htm * luci/libs/cbi: add css classes to input fields - needed for IE compat 2008-10-07 15:41:15 +00:00
filebrowser.htm * luci/libs/cbi: implement file browse fields 2008-10-10 21:52:22 +00:00
footer.htm Backport Skip-Button support 2009-04-03 18:08:25 +00:00
full_valuefooter.htm Fix option dependencies, this was lost in some IE fixing stuff 2009-02-23 22:53:42 +00:00
full_valueheader.htm * luci/libs/cbi: fix error assignment in cbi sections 2008-09-06 22:37:56 +00:00
fvalue.htm * luci/libs/cbi: add css classes to input fields - needed for IE compat 2008-10-07 15:41:15 +00:00
header.htm Fix urltoken passing on several pages 2008-12-22 21:54:20 +00:00
lvalue.htm * luci/libs/cbi: add css classes to input fields - needed for IE compat 2008-10-07 15:41:15 +00:00
map.htm * luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina! 2008-10-07 13:10:24 +00:00
mvalue.htm * luci/libs/cbi: add css classes to input fields - needed for IE compat 2008-10-07 15:41:15 +00:00
nsection.htm * luci/libs/cbi: implement addremove_template 2008-10-10 11:47:32 +00:00
nullsection.htm More IE compatibility fixes 2008-09-16 15:51:11 +00:00
simpleform.htm Fix some fallout 2009-04-09 13:59:50 +00:00
tblsection.htm libs/cbi: implement .sectionhead and .sectiondesc properties to allow labelling the id column in table layouts 2009-01-12 17:31:19 +00:00
tsection.htm * luci/libs/cbi: implement addremove_template 2008-10-10 11:47:32 +00:00
tvalue.htm * luci/libs/cbi: add css classes to input fields - needed for IE compat 2008-10-07 15:41:15 +00:00
ucisection.htm libs/cbi: also set id attribute for hidden fields 2009-01-11 15:45:34 +00:00
upload.htm * luci/libs/cbi: add css classes to input fields - needed for IE compat 2008-10-07 15:41:15 +00:00
value.htm * luci/libs/cbi: add css classes to input fields - needed for IE compat 2008-10-07 15:41:15 +00:00
valuefooter.htm * luci/themes: several small tweaks in openwrt.org theme 2008-07-20 15:16:13 +00:00
valueheader.htm * luci/themes: several small tweaks in openwrt.org theme 2008-07-20 15:16:13 +00:00