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 SimpleForm

SimpleForm - Form that outputs as simple HTML, with minimum formatting

Xoops\Form\Form implements Xoops\Form\ContainerInterface
Extended by Xoops\Form\SimpleForm

Direct known subclasses

PublisherItemForm, SystemPreferencesForm, UserconfigsConfigsForm, XlanguageTinymceForm, XoopsSimpleForm
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: Kazumi Ono onokazu@xoops.org
Link: http://xoops.org
Located at oops_lib/Xoops/Form/SimpleForm.php
Methods summary
public
# insertBreak( string $extra = '', string $class = '' )

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

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

Parameters

$extra
not in use.
$class
not in use
public string
# render( )

create HTML to output the form with minimal formatting

create HTML to output the form with minimal formatting

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