examples/forms.lua
changeset 121 75a7d595817c
parent 70 e43e386c8a33
equal deleted inserted replaced
120:1be9411caf31 121:75a7d595817c
   109 				print ( 'No forms' )
   109 				print ( 'No forms' )
   110 			end
   110 			end
   111 		end
   111 		end
   112 	end, true, form_cid )
   112 	end, true, form_cid )
   113 
   113 
   114 commands_help['form'] = "[form_id [send | reject | [set | add] 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.\nAdd command allws to append field to form end.\nNote, that form-specific default type will be used."
       
   115 
       
   116 -- vim: se ts=4: --
   114 -- vim: se ts=4: --