Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • BlockForm
  • Button
  • ButtonTray
  • Captcha
  • Checkbox
  • ColorPicker
  • DateSelect
  • DateTime
  • DhtmlTextArea
  • Editor
  • Element
  • ElementFactory
  • ElementTray
  • File
  • Form
  • GroupCheckbox
  • GroupFormCheckbox
  • GroupPermissionForm
  • Hidden
  • Label
  • Mail
  • OptionElement
  • Password
  • Radio
  • RadioYesNo
  • Raw
  • Select
  • SelectCountry
  • SelectEditor
  • SelectGroup
  • SelectLanguage
  • SelectLocale
  • SelectMatchOption
  • SelectTheme
  • SelectTimeZone
  • SelectUser
  • SimpleForm
  • Tab
  • TableForm
  • TabTray
  • Text
  • TextArea
  • ThemeForm
  • Token
  • Url

Interfaces

  • ContainerInterface
  • Overview
  • Namespace
  • Class
  • Tree

Class TableForm

TableForm - Form that will output formatted as a HTML table

No styles and no JavaScript to check for required fields.

Xoops\Form\Form implements Xoops\Form\ContainerInterface
Extended by Xoops\Form\TableForm

Direct known subclasses

XoopsTableForm
Namespace: Xoops\Form
Package: Xoops\Form
Category: Xoops\Form\SimpleForm
Copyright: 2001-2015 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Xoops Team
Link: http://xoops.org
Located at oops_lib/Xoops/Form/TableForm.php
Methods summary
public
# insertBreak( )

Insert an empty row in the table to serve as a separator.

Insert an empty row in the table to serve as a separator.

public string
# render( )

create HTML to output the form as a table

create HTML to output the form as a table

Returns

string
Methods inherited from Xoops\Form\Form
__construct(), addElement(), assign(), display(), getAction(), getDisplay(), getElementByName(), getElementNames(), getElementValue(), getElementValues(), getElements(), getExtra(), getMethod(), getName(), getRequired(), getTitle(), renderValidationJS(), setAction(), setElementValue(), setElementValues(), setExtra(), setRequired(), setTitle()
Properties inherited from Xoops\Form\Form
$action, $display, $elements, $extra, $method, $name, $required, $title
API documentation generated by ApiGen