webmcp
diff framework/env/ui/add_partial_param_names.lua @ 12:f3d3203cd2e4
Documentation for partial loading added
NOTE: Previous changeset d76a8857ba62 also modified behaviour of ui.script: Scripts containing "]]>" are now rejected to avoid ambiguities
NOTE: Previous changeset d76a8857ba62 also modified behaviour of ui.script: Scripts containing "]]>" are now rejected to avoid ambiguities
author | jbe |
---|---|
date | Fri Feb 19 16:43:29 2010 +0100 (2010-02-19) |
parents | d76a8857ba62 |
children |
line diff
1.1 --- a/framework/env/ui/add_partial_param_names.lua Fri Feb 12 18:40:22 2010 +0100 1.2 +++ b/framework/env/ui/add_partial_param_names.lua Fri Feb 19 16:43:29 2010 +0100 1.3 @@ -3,7 +3,9 @@ 1.4 name_list 1.5 ) 1.6 1.7 -TODO: documentation 1.8 +This function adds names of GET/POST parameters to the list of parameters 1.9 +which are to be copied when calling ui._partial_load_js{...} or 1.10 +ui.link{..., partial = {...}} or ui.form{..., partial = {...}}. 1.11 1.12 --]]-- 1.13