Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_form_Groupperm
  • icms_form_Simple
  • icms_form_Table
  • icms_form_Theme
  • icms_ipf_form_Base
  • icms_ipf_form_Secure
  • Overview
  • Package
  • Class

Class icms_form_Theme

Form that will output as a theme-enabled HTML table

Also adds JavaScript to validate required fields

icms_form_Base
Extended by icms_form_Theme

Direct known subclasses

icms_ipf_form_Base

Indirect known subclasses

icms_ipf_form_Secure
Package: Form
Category: ICMS
Copyright: copyright (c) 2000-2003 XOOPS.org
License: GNU General Public License (GPL)
Author: Kazumi Ono onokazu@xoops.org
Located at form/Theme.php
Methods summary
public
# insertBreak( string $extra = '', string $class = '' )

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

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

Parameters

$extra
HTML to be displayed in the empty row.
$class
CSS class name for
tag
public string
# render( )

create HTML to output the form as a theme-enabled table with validation.

create HTML to output the form as a theme-enabled table with validation.

Returns

string
Methods inherited from icms_form_Base
__construct(), addElement(), assign(), display(), getAction(), getElementByName(), getElementNames(), getElementValue(), getElementValues(), getElements(), getExtra(), getMethod(), getName(), getRequired(), getTitle(), renderValidationJS(), setElementValue(), setElementValues(), setExtra(), setRequired()
Properties inherited from icms_form_Base
$_elements
API documentation generated by ApiGen