examples/x_data.lua
changeset 60 b9fd051c0d7c
parent 53 2162188b20cf
child 66 542f61e113cb
equal deleted inserted replaced
59:4660c4f10ef1 60:b9fd051c0d7c
   204 				print ( 'No forms' )
   204 				print ( 'No forms' )
   205 			end
   205 			end
   206 		end
   206 		end
   207 	end, true, form_cid )
   207 	end, true, form_cid )
   208 
   208 
   209 commands_help['form'] = "[del form_id | send form_id | form_id [field_name {clear | [set] value}]\n\nWith bare form id prints info on that form.\nWith field name sets or clears field value. Set subcommand is optional, just to allow values, starting with 'clear'.\nWithout arguments prints form list."
   209 commands_help['form'] = "[form_id [send | reject | [set] fieldname [value]]]\n\nWithout arguments prints form list.\nWith bare form id prints info on that form.\nWhen setting multivalue field, new values are added, not replacing previous.\nWithout value unsets field, multivalue fields lose all their values."
   210 
   210 
   211 -- vim: se ts=4: --
   211 -- vim: se ts=4: --