• 2550 views
  • 0 comments
  • loading...

Creates an <input.../> tag

An input tag may not contain other tags, and is closed by /> instead of >.


INPUT(_name='test', _value='a',, _type='checkbox')


Attributes / Arguments

Optional attribute _type that can be set to "text" (the default), "submit", "checkbox", or "radio".

 INPUT(_name='test', _value='a')

Sets the default value for the input field

value argument sets its current value.

sets its current value


loading...


Comments

loading...

Powered by
Web2py

Hosted on
www.pythonanywhere.com
(affiliated link)