webmcp

diff framework/env/ui/paginate.lua @ 349:8cf6d927d074

Fixed commas in autodoc comments
author jbe
date Thu Mar 26 12:25:19 2015 +0100 (2015-03-26)
parents 32ec28229bb5
children c43f251262d8
line diff
     1.1 --- a/framework/env/ui/paginate.lua	Thu Mar 26 03:27:32 2015 +0100
     1.2 +++ b/framework/env/ui/paginate.lua	Thu Mar 26 12:25:19 2015 +0100
     1.3 @@ -1,13 +1,13 @@
     1.4  --[[--
     1.5  ui.paginate{
     1.6 -  selector       = selector,       -- a selector for items from the database (will be modified)
     1.7 -  anchor         = anchor,         -- optional name of anchor in document to jump to
     1.8 -  per_page       = per_page,       -- items per page, defaults to 10
     1.9 -  container_attr = container_attr  -- html attr for the container element
    1.10 -  name           = name,           -- name of the CGI get variable, defaults to "page"
    1.11 -  page           = page,           -- directly specify a page, and ignore 'name' parameter
    1.12 +  selector       = selector,        -- a selector for items from the database (will be modified)
    1.13 +  anchor         = anchor,          -- optional name of anchor in document to jump to
    1.14 +  per_page       = per_page,        -- items per page, defaults to 10
    1.15 +  container_attr = container_attr,  -- html attr for the container element
    1.16 +  name           = name,            -- name of the CGI get variable, defaults to "page"
    1.17 +  page           = page,            -- directly specify a page, and ignore 'name' parameter
    1.18    content        = function()
    1.19 -    ...                            -- code block which should be encapsulated with page selection links
    1.20 +    ...                             -- code block which should be encapsulated with page selection links
    1.21    end
    1.22  }
    1.23  

Impressum / About Us