webmcp

annotate framework/env/ui_deprecated/input_field/text.lua @ 147:da5ab2c226dc

Fixes and documentation in json_setnull and json_length functions of JSON library
author jbe
date Wed Jul 30 22:19:34 2014 +0200 (2014-07-30)
parents 9fdfb27f8e67
children
rev   line source
jbe/bsw@0 1 function ui_deprecated.input_field.text(args)
jbe/bsw@0 2 name = args.name or ''
jbe/bsw@0 3 value = args.value or ''
jbe/bsw@0 4 return '<input type="text" name="' .. name .. '" value="' .. convert.to_human(value, "string") .. '" />'
jbe/bsw@0 5 end

Impressum / About Us