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_ipf_form_Secure

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
Extended by icms_ipf_form_Base
Extended by 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 ipf/form/Secure.php
Methods summary
public
# __construct( string & $target, string $form_name, string $form_caption, string $form_action, string $form_fields = null, string $submit_button_caption = false, boolean $cancel_js_action = false, boolean $captcha = false )

Constructor Sets all the values / variables for the icms_ipf_form_Base (@link icms_ipf_form_Base) (parent) class

Constructor Sets all the values / variables for the icms_ipf_form_Base (@link icms_ipf_form_Base) (parent) class

Parameters

$target
$target reference to targetobject (@todo, which object will be passed here?)
$form_name
the form name
$form_caption
the form caption
$form_action
the form action
$form_fields
the form fields
$submit_button_caption
whether to add a caption to the submit button
$cancel_js_action
whether to invoke a javascript action when cancel button is clicked
$captcha
whether to add captcha

Overrides

icms_ipf_form_Base::__construct()
Methods inherited from icms_ipf_form_Base
addCustomButton(), addElement(), assign(), getElementById(), render(), renderValidationJS(), renderValidationJS2()
Methods inherited from icms_form_Theme
insertBreak()
Methods inherited from icms_form_Base
display(), getAction(), getElementByName(), getElementNames(), getElementValue(), getElementValues(), getElements(), getExtra(), getMethod(), getName(), getRequired(), getTitle(), setElementValue(), setElementValues(), setExtra(), setRequired()
Properties inherited from icms_ipf_form_Base
$form_fields, $targetObject
Properties inherited from icms_form_Base
$_elements
API documentation generated by ApiGen