Class multipart_form

Description

multipart_form class The multipart_form is just a standard form, but with the enctype pre-set to the "multipart/form-data" setting required for file multiparts of binary form data.

Located in /form-defs.php (line 572)

RenderableObject
   |
   --StylableObject
      |
      --HTMLObject
         |
         --form
            |
            --multipart_form
Method Summary
 multipart_form multipart_form ([string $name = ""], [string $title = ""], [string $action = ""], [string $method = "post"], string $enctype)
Variables
Methods
Constructor multipart_form (line 581)

Create an multipart_form object. Sets basic form attributes.

multipart_form multipart_form ([string $name = ""], [string $title = ""], [string $action = ""], [string $method = "post"], string $enctype)
  • string $name: The name of the form
  • string $title: The title/banner for the form
  • string $action: Action attribute, ie. the script to POST to
  • string $method: Method attribute, POST or GET
  • string $enctype: Encoding type

Inherited Methods

Inherited From form

 form::form()
 form::add()
 form::add_annotation()
 form::add_button()
 form::add_fileuploadfields()
 form::add_separator()
 form::add_text()
 form::contains_fileuploadfield()
 form::force_readonly()
 form::html()
 form::set_fieldwidth_pct()
 form::set_onsubmit()
 form::set_type()

Inherited From HTMLObject

 HTMLObject::HTMLObject()
 HTMLObject::inherit_attributes()
 HTMLObject::setaccesskey()
 HTMLObject::setalign()
 HTMLObject::setalt()
 HTMLObject::setbackground()
 HTMLObject::setbgcolor()
 HTMLObject::setborder()
 HTMLObject::setcolor()
 HTMLObject::setheight()
 HTMLObject::sethspace()
 HTMLObject::setlang()
 HTMLObject::setlangdir()
 HTMLObject::setname()
 HTMLObject::setsize()
 HTMLObject::setsrc()
 HTMLObject::settabindex()
 HTMLObject::settarget()
 HTMLObject::settitle()
 HTMLObject::setvalign()
 HTMLObject::setvspace()
 HTMLObject::setwidth()
 HTMLObject::set_attribute()
 HTMLObject::set_linkover_text()
 HTMLObject::set_onblur()
 HTMLObject::set_onchange()
 HTMLObject::set_onclick()
 HTMLObject::set_ondblclick()
 HTMLObject::set_onfocus()
 HTMLObject::set_onkeydown()
 HTMLObject::set_onkeypress()
 HTMLObject::set_onkeyup()
 HTMLObject::set_onload()
 HTMLObject::set_onmousedown()
 HTMLObject::set_onmousemove()
 HTMLObject::set_onmouseout()
 HTMLObject::set_onmouseover()
 HTMLObject::set_onmouseup()
 HTMLObject::set_onselect()
 HTMLObject::set_tabindex()
 HTMLObject::taghtml()

Inherited From StylableObject

 StylableObject::StylableObject()
 StylableObject::clearstyle()
 StylableObject::setclass()
 StylableObject::setcss()
 StylableObject::setid()
 StylableObject::setstyle()

Inherited From RenderableObject

 RenderableObject::RenderableObject()
 RenderableObject::html()
 RenderableObject::render()
 RenderableObject::wml()
 RenderableObject::wmlup()
 RenderableObject::xml()

Documentation generated by phpDocumentor 1.3.0RC3