root/luci2/cbi2/widgets/section.c
@
5709
| Revision 5709, 302 bytes (checked in by blogic, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #include "../cbi.h" |
| 2 | |
| 3 | struct cbi_widget_property section_props[] = { |
| 4 | { "id", PROP_REQUIRED }, |
| 5 | { "src", PROP_OPTIONAL }, |
| 6 | { "ref", PROP_OPTIONAL }, |
| 7 | }; |
| 8 | |
| 9 | struct cbi_widget section = { |
| 10 | .caps = CAP_DATA | CAP_PACKAGE | CAP_SECTION, |
| 11 | .parent_caps = CAP_PACKAGE, |
| 12 | WPROPS(section_props), |
| 13 | }; |
| 14 | |
| 15 | WIDGET(section) |
Note: See TracBrowser
for help on using the browser.
