Changes between Version 5 and Version 6 of Documentation/LuCI-0.10

Show
Ignore:
Timestamp:
01/23/11 19:43:02 (2 years ago)
Author:
jow
Comment:

sortable attribute

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/LuCI-0.10

    v5 v6  
    181181|| on_apply, on_after_apply || All changes where completely applied (only works on Map instances with the apply_on_parse attribute set) || 
    182182 
     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{{{ 
     188sct = map:section(TypedSection, "name", "type", "Title Text") 
     189sct.template = "cbi/tblsection" 
     190sct.sortable = true 
     191 
     192... 
     193}}} 
     194 
    183195== !JavaScript == 
    184196