The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
createAutomaticForm
arsd
web
Given a function from reflection, build a form to ask for it's params
Form
createAutomaticForm
(Document document, FunctionInfo* func, string[string] fieldTypes)
Form
createAutomaticForm
(
Document
document
,
in
FunctionInfo
*
func
,
string
[
string
]
fieldTypes
= null
)
Form
createAutomaticForm
(Document document, string action, Parameter[] parameters, string submitText, string method, string[string] fieldTypes)
Meta
Source
See Implementation
arsd
web
aliases
WrapperFunction
classes
ApiObject
ApiProvider
InsufficientParametersException
InvalidParameterException
NoSuchPageException
ParamCheckHelper
PermissionDeniedException
Session
TemplatedDocument
WebDotDBaseType
functions
badParameter
beautify
checkPassword
createAutomaticForm
formatAs
fromUrlParam
generateWrapper
getSessionId
getSiteLink
isFreeOfTypicalPlainTextSpamLinks
isValidLookingEmailAddress
jsCall
linkCall
makeJavascriptApi
makeSaltedPasswordHash
run
setLoginCookie
structToTable
toHtml
toJson
toJsonValue
toUrlName
translateQsa
urlToBeauty
writeDocument
mixin templates
CustomCgiFancyMain
FancyMain
structs
CookieParams
DefaultFormat
EnumInfo
Envelope
FunctionInfo
GenericContainerType
IfInputContentType
Parameter
PreferredMethod
ReflectionInfo
RequestInfo
StructInfo
StructMemberInfo
Text
URL
variables
javascriptBaseImpl
Given a function from reflection, build a form to ask for it's params