Changes between Version 5 and Version 6 of Documentation/LuCI-0.10
- Timestamp:
- 01/23/11 19:43:02 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/LuCI-0.10
v5 v6 181 181 || on_apply, on_after_apply || All changes where completely applied (only works on Map instances with the apply_on_parse attribute set) || 182 182 183 === Sortable Tables === 184 185 !TypedSection instances which use the "cbi/tblsection" template may now use a new attribute ''sortable'' to allow the user to reorder table rows. 186 187 {{{ 188 sct = map:section(TypedSection, "name", "type", "Title Text") 189 sct.template = "cbi/tblsection" 190 sct.sortable = true 191 192 ... 193 }}} 194 183 195 == !JavaScript == 184 196
