- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowiki::FileForm
::xowiki::FileForm create ... \
[ -f.name (default "= optional,help_text=#xowiki.File-name-help_text#") ] \
[ -f.text (default "upload_file:file(file),optional {label #xowiki.content#} {html {size 30}} ") ] \
[ -f.title (default "= optional") ] \
[ -field_list (default "item_id name page_order text title creator description") ] \
[ -html (default " enctype multipart/form-data ") ] \
[ -validate (default " {upload_file {\[::xowiki::validate_file\]} {For new entries, a upload file must be provided}} {page_order {\[::xowiki::validate_form_field page_order\]} {Page Order invalid; might only contain upper and lowercase letters, underscore, digits and dots}} {name {\[::xowiki::validate_name\]} {Another item with this name exists already in this folder}} ") ]
Class Relations
::xotcl::Class create ::xowiki::FileForm \ -superclass ::xowiki::WikiForm
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables