Sitellite Application Framework
Class Tree         Index         All Elements

Element index for package MailForm

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

_

$_horizontal_template
in file Checkbox.php, variable MF_Widget_checkbox::$_horizontal_template
$_horizontal_template
in file Radio.php, variable MF_Widget_radio::$_horizontal_template
$_vertical_template
in file Checkbox.php, variable MF_Widget_checkbox::$_vertical_template
$_vertical_template
in file Radio.php, variable MF_Widget_radio::$_vertical_template
_link
in file Imagechooser.php, method MF_Widget_imagechooser::_link()
_validate
in file Rule.php, method MailFormRule::_validate()
    Validates the value given against itself. Returns false on failure and true on success.
_validateNegated
in file Rule.php, method MailFormRule::_validateNegated()
    Validates the value given against itself. Returns false on failure and true on success.
top

a

$action
in file MailForm.php, variable MailForm::$action
    The value of the action attribute of the HTML form tag.
$addAction
in file Selector.php, variable MF_Widget_selector::$addAction
    Name of the box that adds the new item or items to the database table underlying the selector.
$addblank
in file Ref.php, variable MF_Widget_ref::$addblank
    Whether or not to add a blank line to the list. $addblank is
$addblank
in file Mref.php, variable MF_Widget_mref::$addblank
    Whether or not to add a blank line to the list. $addblank is
$addLink
in file Attach.php, variable MF_Widget_attach::$addLink
    This is the link to send the 'Add' button to. Defaults to 'addAttachment.php'.
$advanced
in file Widget.php, variable MF_Widget::$advanced
    If this is set to true, the widget will be automatically hidden from users whose 'browse_level' preference isn't set to 'advanced'.
$align
in file Radio.php, variable MF_Widget_radio::$align
    This determines the alignment of the buttons. The default is vertical, which puts each button on its own row. Setting this to horizontal will put the buttons all on the same row.
$align
in file Checkbox.php, variable MF_Widget_checkbox::$align
    This determines the alignment of the buttons. The default is vertical, which puts each button on its own row. Setting this to horizontal will put the buttons all on the same row.
$allowed
in file Status.php, variable MF_Widget_status::$allowed
    The statuses the user is allowed to access.
$allowed
in file Access.php, variable MF_Widget_access::$allowed
    The access levels the user is allowed to access.
$allow_all_text
in file Allow.php, variable MF_Widget_allow::$allow_all_text
    The text to display for the first element, which defaults to 'Allow All'.
addButton
in file Radiogroup.php, method MF_Widget_radiogroup::addButton()
    Adds a new submit button to the $buttons list.
addButton
in file Msubmit.php, method MF_Widget_msubmit::addButton()
    Adds a new submit button to the $buttons list.
addRule
in file Widget.php, method MF_Widget::addRule()
    Adds a validation rule to the list of $rules.
addWidget
in file MailForm.php, method MailForm::addWidget()
    Adds another widget to the form. If the $type is specified as
attr
in file Widget.php, method MF_Widget::attr()
    This is the accessor method for setting and getting the value of
attr
in file MailForm.php, method MailForm::attr()
    This is the accessor method for setting and getting the value of
Access.php
procedural page Access.php
Allow.php
procedural page Allow.php
Attach.php
procedural page Attach.php
top

b

$bindValues
in file Virtual.php, variable MF_Widget_virtual::$bindValues
    A list of bind values to pass to the database query.
$blacklist
in file MailForm.php, variable MailForm::$blacklist
    Whether to verify the remote address of the form submitter against a list of invalid IP addresses in the database table sitellite_form_blacklist so as to prevent repeated abuse from a single source.
$bold
in file Section.php, variable MF_Widget_section::$bold
    Set this to false if you don't want the text to be bolded.
$buttons
in file Msubmit.php, variable MF_Widget_msubmit::$buttons
    A list of "inner" submit buttons, which are MF_Widget_submit objects.
$buttons
in file Radiogroup.php, variable MF_Widget_radiogroup::$buttons
    A list of "inner" radio buttons, which are MF_Widget_radio objects.
buttons
in file Attach.php, method MF_Widget_attach::buttons()
top

c

$clean_input
in file MailForm.php, variable MailForm::$clean_input
    Whether to strip all HTML and PHP tags/code from all input parameters.
$column
in file Virtual.php, variable MF_Widget_virtual::$column
    A column that will be returned from the database query. If this column is specified, then instead of returning an object or array, the getValue() method will return the value of this column from the first result returned from the database.
changeType
in file Widget.php, method MF_Widget::changeType()
createWidget
in file MailForm.php, method MailForm::createWidget()
    Creates a widget from a name and an array, usually taken from a parsed settings.php (ini formatted) file.
Calendar.php
procedural page Calendar.php
Checkbox.php
procedural page Checkbox.php
top

d

$data
in file Template.php, variable MF_Widget_template::$data
    The data to pass to the template.
$data_value
in file Widget.php, variable MF_Widget::$data_value
    The actual value of the widget. Could be user input value or same as $default_value.
$default_value
in file Widget.php, variable MF_Widget::$default_value
    The default value of the widget.
$directory
in file Dirlist.php, variable MF_Widget_dirlist::$directory
    Contains the directory to read the list of files from.
$displayFormat
in file Calendar.php, variable MF_Widget_calendar::$displayFormat
    This determines the format of the date displayed to the user.
$display_column
in file Mref.php, variable MF_Widget_mref::$display_column
    The column in the other table that should be shown in the select box.
$display_column
in file Ref.php, variable MF_Widget_ref::$display_column
    The column in the other table that should be shown in the select box.
$display_value
in file Widget.php, variable MF_Widget::$display_value
    The display text of the widget.
display
in file Select.php, method MF_Widget_select::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Separator.php, method MF_Widget_separator::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Selector.php, method MF_Widget_selector::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Reset.php, method MF_Widget_reset::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Ref.php, method MF_Widget_ref::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Set.php, method MF_Widget_set::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Section.php, method MF_Widget_section::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Security.php, method MF_Widget_security::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Tab.php, method MF_Widget_tab::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Time.php, method MF_Widget_time::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Timeinterval.php, method MF_Widget_timeinterval::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Virtual.php, method MF_Widget_virtual::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Widget.php, method MF_Widget::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Tie.php, method MF_Widget_tie::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Template.php, method MF_Widget_template::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Submit.php, method MF_Widget_submit::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Radiogroup.php, method MF_Widget_radiogroup::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Team.php, method MF_Widget_team::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Status.php, method MF_Widget_status::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Owner.php, method MF_Widget_owner::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Datetime.php, method MF_Widget_datetime::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Datetimeinterval.php, method MF_Widget_datetimeinterval::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Radio.php, method MF_Widget_radio::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Date.php, method MF_Widget_date::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Checkbox.php, method MF_Widget_checkbox::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Allow.php, method MF_Widget_allow::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Attach.php, method MF_Widget_attach::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Calendar.php, method MF_Widget_calendar::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file File.php, method MF_Widget_file::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Dirlist.php, method MF_Widget_dirlist::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Hidden.php, method MF_Widget_hidden::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Mref.php, method MF_Widget_mref::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Access.php, method MF_Widget_access::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Msubmit.php, method MF_Widget_msubmit::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Multiple.php, method MF_Widget_multiple::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Info.php, method MF_Widget_info::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Image.php, method MF_Widget_image::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Password.php, method MF_Widget_password::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
display
in file Imagechooser.php, method MF_Widget_imagechooser::display()
    Returns the display HTML for this widget. The optional parameter determines whether or not to automatically display the widget nicely, or whether to simply return the widget (for use in a template).
displayValue
in file Calendar.php, method MF_Widget_calendar::displayValue()
Datetimeinterval.php
procedural page Datetimeinterval.php
Datetime.php
procedural page Datetime.php
Date.php
procedural page Date.php
Dirlist.php
procedural page Dirlist.php
top

e

$error
in file Virtual.php, variable MF_Widget_virtual::$error
    If the database query fails, this will contain the error message.
$error_message
in file MailForm.php, variable MailForm::$error_message
    Contains the message from any internal errors.
$error_mode
in file MailForm.php, variable MailForm::$error_mode
    Determines the way in which error messages are displayed.
$extensions
in file Dirlist.php, variable MF_Widget_dirlist::$extensions
    Contains a list of valid file extensions to display from the directory.
$extra
in file Security.php, variable MF_Widget_security::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Reset.php, variable MF_Widget_reset::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Radiogroup.php, variable MF_Widget_radiogroup::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Password.php, variable MF_Widget_password::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Radio.php, variable MF_Widget_radio::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Select.php, variable MF_Widget_select::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Set.php, variable MF_Widget_set::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Time.php, variable MF_Widget_time::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Timeinterval.php, variable MF_Widget_timeinterval::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Tie.php, variable MF_Widget_tie::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Team.php, variable MF_Widget_team::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Owner.php, variable MF_Widget_owner::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Submit.php, variable MF_Widget_submit::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Selector.php, variable MF_Widget_selector::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Msubmit.php, variable MF_Widget_msubmit::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Datetimeinterval.php, variable MF_Widget_datetimeinterval::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Dirlist.php, variable MF_Widget_dirlist::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Datetime.php, variable MF_Widget_datetime::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Date.php, variable MF_Widget_date::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Calendar.php, variable MF_Widget_calendar::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Checkbox.php, variable MF_Widget_checkbox::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file File.php, variable MF_Widget_file::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/form-data"'.
$extra
in file Hidden.php, variable MF_Widget_hidden::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file MailForm.php, variable MailForm::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'. Notice: This property is deprecated in favour of the $_attrs list and the attr() and unset() methods.
$extra
in file Attach.php, variable MF_Widget_attach::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Multiple.php, variable MF_Widget_multiple::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Info.php, variable MF_Widget_info::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
$extra
in file Imagechooser.php, variable MF_Widget_imagechooser::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/form-data"'.
$extra
in file Image.php, variable MF_Widget_image::$extra
    A way to pass extra parameters to the HTML form tag, for example 'enctype="multipart/formdata"'.
encrypt
in file Password.php, method MF_Widget_password::encrypt()
    Encrypts the value given with the optional salt. If the value is also missing, uses the $data_value property. Returns the encrypted string.
top

f

$field
in file Hiddenswitch.php, variable MF_Widget_hiddenswitch::$field
    The field to use to determine the key in the key/value $set property.
$fieldset
in file Radio.php, variable MF_Widget_radio::$fieldset
    Set this to false if you don't want the fieldset and legend tags.
$fieldset
in file Checkbox.php, variable MF_Widget_checkbox::$fieldset
    Set this to false if you don't want the fieldset and legend tags.
$filter
in file Info.php, variable MF_Widget_info::$filter
    A filter function to apply to the value before displaying it. Note that htmlentities_compat() is still called afterwards.
$filter_import
in file Info.php, variable MF_Widget_info::$filter_import
    A library to import which contains the filter function.
$form
in file Widget.php, variable MF_Widget::$form
    When a widget is attached to a form (via addWidget()), which is not always necessarily the case, then this will contain a reference to that form object.
$format
in file Calendar.php, variable MF_Widget_calendar::$format
    This determines the format of the date stored in the hidden field, and also the format submitted by the form widget.
$formname
in file Tie.php, variable MF_Widget_tie::$formname
    The name of the form. Note: If this is not the first form on the page, then a form name is required (must also set the $name property of the MailForm object).
$formname
in file Dirlist.php, variable MF_Widget_dirlist::$formname
    Contains the name property of the current form. Required only if $show_viewbutton is true.
$function
in file Virtual.php, variable MF_Widget_virtual::$function
    A function to call to get the value of this widget. This function must act on a $cgi object.
formatEmail
in file MailForm.php, method MailForm::formatEmail()
formdata_get
in file Functions.php, function formdata_get()
formdata_set
in file Functions.php, function formdata_set()
formrules_get
in file Functions.php, function formrules_get()
formrules_set
in file Functions.php, function formrules_set()
Functions.php
procedural page Functions.php
File.php
procedural page File.php
top

g

$group
in file File.php, variable MF_Widget_file::$group
    Specifies a group to chgrp() the newly uploaded file to during the move() method. Can only be changed to any group that the PHP user belongs to. See the PHP documentation for the chgrp() function for more information.
generate
in file Password.php, method MF_Widget_password::generate()
    Creates a "secure" password of the specified $length using a random
getAccess
in file Allow.php, method MF_Widget_allow::getAccess()
    Fills the $tables property with a list of access levels from the sitellite_access database table.
getAttrs
in file MailForm.php, method MailForm::getAttrs()
    Returns a list of all of the attributes of this object's form tag in a string ready to be concatenated into the actual rendered tag output.
getAttrs
in file Widget.php, method MF_Widget::getAttrs()
    Returns a list of all of the attributes of this object's HTML tag in a string ready to be concatenated into the actual rendered tag output.
getButton
in file Msubmit.php, method MF_Widget_msubmit::getButton()
    Returns a reference to the first submit button.
getData
in file Mref.php, method MF_Widget_mref::getData()
    Returns an associative array of values from the database. This method is recursive, and used to generate hierarchical views.
getData
in file Ref.php, method MF_Widget_ref::getData()
    Returns an associative array of values from the database. This method is recursive, and used to generate hierarchical views.
getDirs
in file Allow.php, method MF_Widget_allow::getDirs()
    Fills the $tables property with a list of the directories in inc/conf/quicklinks.xml.
getList
in file Selector.php, method MF_Widget_selector::getList()
    Retrieve the list of items.
getMods
in file Allow.php, method MF_Widget_allow::getMods()
    Fills the $tables property with a list of Sitellite modules.
getNumRows
in file Mref.php, method MF_Widget_mref::getNumRows()
    Returns the number of rows in the table being referenced.
getNumRows
in file Ref.php, method MF_Widget_ref::getNumRows()
    Returns the number of rows in the table being referenced.
getOwner
in file Team.php, method MF_Widget_team::getOwner()
getStatus
in file Allow.php, method MF_Widget_allow::getStatus()
    Fills the $tables property with a list of statuses from the sitellite_status database table.
getTables
in file Allow.php, method MF_Widget_allow::getTables()
    Fills the $tables property with a list of database table names.
getValue
in file Tab.php, method MF_Widget_tab::getValue()
    Fetches the actual value for this widget.
getValue
in file Set.php, method MF_Widget_set::getValue()
    Fetches the actual value for this widget.
getValue
in file Separator.php, method MF_Widget_separator::getValue()
    Fetches the actual value for this widget.
getValue
in file Template.php, method MF_Widget_template::getValue()
    Fetches the actual value for this widget.
getValue
in file Timeinterval.php, method MF_Widget_timeinterval::getValue()
    Fetches the actual value for this widget.
getValue
in file Widget.php, method MF_Widget::getValue()
    Fetches the actual value for this widget.
getValue
in file Date.php, method MF_Widget_date::getValue()
    Fetches the actual value for this widget.
getValue
in file Virtual.php, method MF_Widget_virtual::getValue()
    Fetches the actual value for this widget. Returns whatever the function or database query returns. If $column is specified, returns the value of the $column field from the first record of the database results.
getValue
in file Selector.php, method MF_Widget_selector::getValue()
    Fetches the actual value for this widget.
getValue
in file Time.php, method MF_Widget_time::getValue()
    Fetches the actual value for this widget.
getValue
in file Section.php, method MF_Widget_section::getValue()
    Fetches the actual value for this widget.
getValue
in file Multiple.php, method MF_Widget_multiple::getValue()
    Fetches the actual value for this widget.
getValue
in file Msubmit.php, method MF_Widget_msubmit::getValue()
    Fetches the actual value for this widget.
getValue
in file Hiddenswitch.php, method MF_Widget_hiddenswitch::getValue()
    Fetches the actual value for this widget. Note: This field actual relies on a global $cgi object.
getValue
in file Dirlist.php, method MF_Widget_dirlist::getValue()
    Fetches the actual value for this widget.
getValue
in file Datetime.php, method MF_Widget_datetime::getValue()
    Fetches the actual value for this widget.
getValue
in file Checkbox.php, method MF_Widget_checkbox::getValue()
    Fetches the actual value for this widget.
getValue
in file Image.php, method MF_Widget_image::getValue()
    Fetches the actual value for this widget, which is an array with keys x and y, representing the coordinates of the mouse click of the visitor.
getValue
in file Radiogroup.php, method MF_Widget_radiogroup::getValue()
    Fetches the actual value for this widget.
getValue
in file Attach.php, method MF_Widget_attach::getValue()
getValue
in file Datetimeinterval.php, method MF_Widget_datetimeinterval::getValue()
    Fetches the actual value for this widget.
getValues
in file MailForm.php, method MailForm::getValues()
    Returns the form values as an associative array. If $uploadFiles is set to true, it will return the saved path or false for file widgets, otherwise it will return the saf.CGI.UploadedFile object and not act on the object for you.
top

h

$handler
in file MailForm.php, variable MailForm::$handler
    The function or object method to use to handle the submitted form.
$headers
in file Radiogroup.php, variable MF_Widget_radiogroup::$headers
    A list of headers, which are displayed above the radio buttons.
$hideInSearches
in file Hidden.php, variable MF_Widget_hidden::$hideInSearches
    This allows you to specify whether or not you want this widget to show in search results (used primarily in the Sitellite CMS database manager) so that it can be hidden in the form, but not everywhere. Defaults to true, as in "yes, hide it everywhere".
$highest_year
in file Date.php, variable MF_Widget_date::$highest_year
    The highest year to be displayed in the year select box. Set to a default value of one year into the future by the constructor method.
handle
in file MailForm.php, method MailForm::handle()
    Note: Deprecated in favour of the setHandler() and run() methods and subclassing. Handles the form, once it has been satisfactorily completed.
Hiddenswitch.php
procedural page Hiddenswitch.php
Hidden.php
procedural page Hidden.php
top

i

$ignoreEmpty
in file Password.php, variable MF_Widget_password::$ignoreEmpty
    Determines whether or not this password field should be ignored
$invalid
in file Widget.php, variable MF_Widget::$invalid
    Whether this field is invalid. Used in the display() method to set class="invalid" on the field label.
$invalid
in file MailForm.php, variable MailForm::$invalid
    A list of all invalid fields in the form, and their corresponding error messages.
$invalid_field
in file MailForm.php, variable MailForm::$invalid_field
    Contains the name of the widget that did not validate during the last call to the invalid () method.
includeJS
in file Tie.php, method MF_Widget_tie::includeJS()
    Generates the necessary HTML to include the JavaScript components to this widget.
invalid
in file Widget.php, method MF_Widget::invalid()
    Returns a ' class="invalid"' string if the widget's $invalid property is set to true, or an empty string otherwise.
invalid
in file MailForm.php, method MailForm::invalid()
    Validates the form values against a global $cgi object. Used in
Imagechooser.php
procedural page Imagechooser.php
Image.php
procedural page Image.php
Info.php
procedural page Info.php
top

j

$jsFile
in file Tie.php, variable MF_Widget_tie::$jsFile
    The path to the tie.js JavaScript file, which contains the JavaScript components to this widget. This is determined automatically in the constructor.
js2phpFormat
in file Calendar.php, method MF_Widget_calendar::js2phpFormat()
top

k

$key
in file Selector.php, variable MF_Widget_selector::$key
    This is the primary key of the list table.
top

l

$lang
in file Calendar.php, variable MF_Widget_calendar::$lang
    This determines the language file to load for the calendar user interface. See the folder /js/calendar/lang for a list of available languages.
$lowest_year
in file Date.php, variable MF_Widget_date::$lowest_year
    The lowest year to be displayed in the year select box. Set to a default value of 25 years ago by the constructor method.
top

m

$message
in file MailForm.php, variable MailForm::$message
    The initial message to be displayed at the top of the form.
$method
in file MailForm.php, variable MailForm::$method
    The value of the method attribute of the HTML form tag.
$mode
in file File.php, variable MF_Widget_file::$mode
    Specifies a mode to chmod() the newly uploaded file to during
$msg
in file Rule.php, variable MailFormRule::$msg
    The error message for this rule.
$multiple
in file Selector.php, variable MF_Widget_selector::$multiple
    If you want this to be a multiple-select widget, set this property to true.
MailForm
in file MailForm.php, class MailForm
    MailForm provides methods for generating, validating, and handling web
MailForm
in file MailForm.php, method MailForm::MailForm()
    Constructor Method. Action will be set to $PHP_SELF if it is empty, unless a global $site object is defined in which case the action with be $site->url . $PHP_SELF.
MailFormRule
in file Rule.php, method MailFormRule::MailFormRule()
    Constructor Method.
MailFormRule
in file Rule.php, class MailFormRule
    Handles validation of form fields for the MailForm package.
MailForm.php
procedural page MailForm.php
Mref.php
procedural page Mref.php
Msubmit.php
procedural page Msubmit.php
Multiple.php
procedural page Multiple.php
mailform_widget_security_verify
in file Security.php, function mailform_widget_security_verify()
makeAssoc
in file MailForm.php, method MailForm::makeAssoc()
    Takes a non-associative array and creates an associative array out of its values. This is used to send non-associative arrays to the setValues() method of the Widget objects.
makeStrong
in file Password.php, method MF_Widget_password::makeStrong()
    Creates a series of rules for the current widget that state the minimum length of a valid password (8), and that it must contain at least one of each of the following: a lowercase letter, an uppercase letter, a number, a symbol.
makeTime
in file Timeinterval.php, method MF_Widget_timeinterval::makeTime()
    Takes your hour, minute and ampm values (used internally), and returns a time string of the format HH:MM:SS.
MF_Widget
in file Widget.php, class MF_Widget
    The base class for creating form widgets. Used only for extending.
MF_Widget
in file Widget.php, method MF_Widget::MF_Widget()
    Constructor Method.
MF_Widget_access
in file Access.php, method MF_Widget_access::MF_Widget_access()
    Constructor Method.
MF_Widget_access
in file Access.php, class MF_Widget_access
    Access widget. Displays a select box with a list of access levels the user is allowed to access.
MF_Widget_allow
in file Allow.php, class MF_Widget_allow
    Allow widget. Displays a list of HTML <input type="checkbox" /> form fields.
MF_Widget_allow
in file Allow.php, method MF_Widget_allow::MF_Widget_allow()
    Constructor Method.
MF_Widget_attach
in file Attach.php, class MF_Widget_attach
    Attach widget. Implements the interface to an "attachment" component for messages. Leaves the add and remove logic to separate scripts which are called through popup windows. Used in the Sitellite Personal Workspace.
MF_Widget_calendar
in file Calendar.php, class MF_Widget_calendar
    Calendar widget. Displays a text box with a Javascript calendar popup to select dates. The format of the date can also be specified, but the default is YYYY-MM-DD.
MF_Widget_calendar
in file Calendar.php, method MF_Widget_calendar::MF_Widget_calendar()
    Constructor Method.
MF_Widget_checkbox
in file Checkbox.php, method MF_Widget_checkbox::MF_Widget_checkbox()
    Constructor Method. Also sets the $passover_isset property to false.
MF_Widget_checkbox
in file Checkbox.php, class MF_Widget_checkbox
    Checkbox widget. Displays a list of HTML <input type="checkbox" /> form fields.
MF_Widget_date
in file Date.php, class MF_Widget_date
    Date widget. Displays 3 select boxes representing the year, month, and day.
MF_Widget_date
in file Date.php, method MF_Widget_date::MF_Widget_date()
    Constructor Method.
MF_Widget_datetime
in file Datetime.php, class MF_Widget_datetime
    Datetime widget. Displays 3 select boxes representing the year, month, and day, as well as three text boxes representing the hour, minute, and second.
MF_Widget_datetime
in file Datetime.php, method MF_Widget_datetime::MF_Widget_datetime()
    Constructor Method.
MF_Widget_datetimeinterval
in file Datetimeinterval.php, method MF_Widget_datetimeinterval::MF_Widget_datetimeinterval()
    Constructor Method.
MF_Widget_datetimeinterval
in file Datetimeinterval.php, class MF_Widget_datetimeinterval
    Datetimeinterval widget. Displays 3 select boxes representing the year, month, and day, as well as three text boxes representing the hour, minute in the form of :00, :15, :30, and :45, and am/pm.
MF_Widget_dirlist
in file Dirlist.php, method MF_Widget_dirlist::MF_Widget_dirlist()
    Constructor Method.
MF_Widget_dirlist
in file Dirlist.php, class MF_Widget_dirlist
    Dirlist widget. Displays a select box with a list of files from a specific folder.
MF_Widget_file
in file File.php, method MF_Widget_file::MF_Widget_file()
    Constructor Method. Also sets the $passover_isset property to false.
MF_Widget_file
in file File.php, class MF_Widget_file
    File widget. Displays an HTML <input type="file" /> form field.
MF_Widget_hidden
in file Hidden.php, class MF_Widget_hidden
    Hidden widget. Displays an HTML <input type="hidden" /> form field.
MF_Widget_hiddenswitch
in file Hiddenswitch.php, class MF_Widget_hiddenswitch
    Hiddenswitch widget. Displays no form field, but returns a value based on another field's value.
MF_Widget_hiddenswitch
in file Hiddenswitch.php, method MF_Widget_hiddenswitch::MF_Widget_hiddenswitch()
    Constructor Method. Also sets the $passover_isset property to false.
MF_Widget_image
in file Image.php, method MF_Widget_image::MF_Widget_image()
    Constructor Method. Also sets the $passover_isset property to true.
MF_Widget_image
in file Image.php, class MF_Widget_image
    Image widget. Displays an HTML <input type="image" /> form field.
MF_Widget_imagechooser
in file Imagechooser.php, method MF_Widget_imagechooser::MF_Widget_imagechooser()
    Constructor Method. Also sets the $passover_isset property to false.
MF_Widget_imagechooser
in file Imagechooser.php, class MF_Widget_imagechooser
    Imagechooser widget. Displays an HTML <input type="file" />-like form field that uses the imagechooser app.
MF_Widget_info
in file Info.php, class MF_Widget_info
    Info widget. Displays text and a hidden widget.
MF_Widget_mref
in file Mref.php, class MF_Widget_mref
    Mref widget. Displays a select box with a list of options from another table to choose from. Optionally configurable to be self-referencial and organizes the options intuitively into a hierarchy.
MF_Widget_mref
in file Mref.php, method MF_Widget_mref::MF_Widget_mref()
    Constructor Method.
MF_Widget_msubmit
in file Msubmit.php, method MF_Widget_msubmit::MF_Widget_msubmit()
    Constructor Method. This creates the first submit widget in
MF_Widget_msubmit
in file Msubmit.php, class MF_Widget_msubmit
    Msubmit widget (as in Multiple Submit). Displays a list of submit buttons all in a horizontal row.
MF_Widget_multiple
in file Multiple.php, method MF_Widget_multiple::MF_Widget_multiple()
    Constructor Method. Also sets the $passover_isset property to false.
MF_Widget_multiple
in file Multiple.php, class MF_Widget_multiple
    Multiple widget. Displays an HTML <select multiple="multiple"> form field.
MF_Widget_owner
in file Owner.php, class MF_Widget_owner
    Info widget. Displays text and a hidden widget.
MF_Widget_password
in file Password.php, class MF_Widget_password
    Password widget. Displays an HTML <input type="password" /> form field.
MF_Widget_radio
in file Radio.php, class MF_Widget_radio
    Radio widget. Displays an HTML <input type="radio" /> form field.
MF_Widget_radio
in file Radio.php, method MF_Widget_radio::MF_Widget_radio()
MF_Widget_radiogroup
in file Radiogroup.php, class MF_Widget_radiogroup
    Radiogroup widget. Displays a group of related radio widgets.
MF_Widget_radiogroup
in file Radiogroup.php, method MF_Widget_radiogroup::MF_Widget_radiogroup()
    Constructor Method. This creates the first submit widget in
MF_Widget_ref
in file Ref.php, method MF_Widget_ref::MF_Widget_ref()
    Constructor Method.
MF_Widget_ref
in file Ref.php, class MF_Widget_ref
    Ref widget. Displays a select box with a list of options from another table to choose from. Optionally configurable to be self-referencial and organizes the options intuitively into a hierarchy.
MF_Widget_reset
in file Reset.php, method MF_Widget_reset::MF_Widget_reset()
    Constructor Method. Also sets the $passover_isset property to false.
MF_Widget_reset
in file Reset.php, class MF_Widget_reset
    Reset widget. Displays an HTML <input type="reset" /> form field.
MF_Widget_section
in file Section.php, class MF_Widget_section
    Pseudo-Widget that displays a section header.
MF_Widget_section
in file Section.php, method MF_Widget_section::MF_Widget_section()
    Constructor Method.
MF_Widget_security
in file Security.php, method MF_Widget_security::MF_Widget_security()
    Constructor Method.
MF_Widget_security
in file Security.php, class MF_Widget_security
    Security widget. Performs a CAPTCHA test on the user.
MF_Widget_select
in file Select.php, class MF_Widget_select
    Select widget. Displays an HTML <select> form field.
MF_Widget_selector
in file Selector.php, class MF_Widget_selector
    Selector widget. Displays a multiple-select box with a Javascript popup to add/remove items from the list.
MF_Widget_selector
in file Selector.php, method MF_Widget_selector::MF_Widget_selector()
    Constructor Method.
MF_Widget_separator
in file Separator.php, method MF_Widget_separator::MF_Widget_separator()
    Constructor Method.
MF_Widget_separator
in file Separator.php, class MF_Widget_separator
    Pseudo-Widget that displays a horizontal rule.
MF_Widget_set
in file Set.php, class MF_Widget_set
    Set widget. Displays a text box with a select box next to it of previously entered values. This creates the equivalent of a select box that also allows new values to be entered.
MF_Widget_set
in file Set.php, method MF_Widget_set::MF_Widget_set()
    Constructor Method.
MF_Widget_status
in file Status.php, class MF_Widget_status
    Status widget. Displays a select box with a list of statuses the user is allowed to access.
MF_Widget_status
in file Status.php, method MF_Widget_status::MF_Widget_status()
    Constructor Method.
MF_Widget_submit
in file Submit.php, class MF_Widget_submit
    Submit widget. Displays an HTML <input type="submit" /> form field.
MF_Widget_tab
in file Tab.php, method MF_Widget_tab::MF_Widget_tab()
    Constructor Method.
MF_Widget_tab
in file Tab.php, class MF_Widget_tab
    Tab interface implementation as a widget.
MF_Widget_team
in file Team.php, class MF_Widget_team
    Team widget. Displays a list of teams, or an info box if you're not allowed to change the team.
MF_Widget_template
in file Template.php, method MF_Widget_template::MF_Widget_template()
    Constructor Method.
MF_Widget_template
in file Template.php, class MF_Widget_template
    Pseudo-Widget that displays the output of a simple template.
MF_Widget_tie
in file Tie.php, class MF_Widget_tie
    Tied select widget. Ties the values of one select widget to the actions of another, allowing the option list to change dynamically based on previous choices made in the form.
MF_Widget_tie
in file Tie.php, method MF_Widget_tie::MF_Widget_tie()
    Constructor method.
MF_Widget_time
in file Time.php, class MF_Widget_time
    Time widget. Displays 3 select boxes which represent HH : MM : SS.
MF_Widget_time
in file Time.php, method MF_Widget_time::MF_Widget_time()
    Constructor Method.
MF_Widget_timeinterval
in file Timeinterval.php, method MF_Widget_timeinterval::MF_Widget_timeinterval()
    Constructor Method.
MF_Widget_timeinterval
in file Timeinterval.php, class MF_Widget_timeinterval
    Timeinterval widget. Displays 3 select boxes which represent the hour (1 through 12), the minutes (:00, :15, :30, and :45), and AM/PM.
MF_Widget_virtual
in file Virtual.php, class MF_Widget_virtual
    Pseudo-Widget that displays information from a database query or user-defined function.
MF_Widget_virtual
in file Virtual.php, method MF_Widget_virtual::MF_Widget_virtual()
    Constructor Method.
move
in file File.php, method MF_Widget_file::move()
    Calls the move() method of the corresponding UploadedFile
top

n

$name
in file Rule.php, variable MailFormRule::$name
    The name of the widget.
$name
in file Widget.php, variable MF_Widget::$name
    The name of the widget. $name is actually an alias for $_attrs['name'].
$name
in file MailForm.php, variable MailForm::$name
    The name of this form. Optional. $name is actually an alias for $_attrs['name'].
$negated
in file Rule.php, variable MailFormRule::$negated
    If a 'not' is present at the start of the rule, this will be set to true, otherwise false.
$nullable
in file Widget.php, variable MF_Widget::$nullable
    Determines whether an empty value should be returned as NULL or as an empty string by getValue(). Default is the empty string, since it is common to specify NOT NULL on database tables.
$nullable
in file Status.php, variable MF_Widget_status::$nullable
    Determines whether this widget can be set to null in the database.
$nullable
in file Ref.php, variable MF_Widget_ref::$nullable
    Can this field contain a null value.
$nullable
in file Datetimeinterval.php, variable MF_Widget_datetimeinterval::$nullable
    Determines whether this widget can be set to null in the database.
$nullable
in file Mref.php, variable MF_Widget_mref::$nullable
    Can this field contain a null value.
$nullable
in file Access.php, variable MF_Widget_access::$nullable
    Determines whether this widget can be set to null in the database.
top

o

Owner.php
procedural page Owner.php
onSubmit
in file MailForm.php, method MailForm::onSubmit()
    This is the default handler function. It is called via run() and can be overridden via subclassing.
top

p

$passover_isset
in file Widget.php, variable MF_Widget::$passover_isset
    This indicates to the MailForm validation routine whether or not to
$path
in file Imagechooser.php, variable MF_Widget_imagechooser::$path
    Base directory path under which all images must be kept. If $setPath is set to true and this is given a value, it will set a session variable called "imagechooser_path" which will be used by the imagechooser app.
$path
in file File.php, variable MF_Widget_file::$path
    The directory in which to place the uploaded file.
$popup
in file Ref.php, variable MF_Widget_ref::$popup
    If true, this will prompt a popup to occur at $popup_limit number of options in the Ref, so that they all aren't loaded at once into the select box. This is true by default. It is good for references to large tables. This feature is Sitellite Content Manager specific.
$popup
in file Mref.php, variable MF_Widget_mref::$popup
    If true, this will prompt a popup to occur at $popup_limit number of options in the Ref, so that they all aren't loaded at once into the select box. This is true by default. It is good for references to large tables. This feature is Sitellite Content Manager specific.
$popup_limit
in file Ref.php, variable MF_Widget_ref::$popup_limit
    This determines the limit at which a popup occurs instead of a select box, if $popup is set to true.
$popup_limit
in file Mref.php, variable MF_Widget_mref::$popup_limit
    This determines the limit at which a popup occurs instead of a select box, if $popup is set to true.
$primary_key
in file Ref.php, variable MF_Widget_ref::$primary_key
    The column in the other table that is the primary key.
$primary_key
in file Mref.php, variable MF_Widget_mref::$primary_key
    The column in the other table that is the primary key.
Password.php
procedural page Password.php
parseRuleStatement
in file Rule.php, method MailFormRule::parseRuleStatement()
    Parses the original rule into the $type and $value properties.
parseSettings
in file MailForm.php, method MailForm::parseSettings()
    Parses the specified file using the parse_ini_file()
parseTime
in file Timeinterval.php, method MF_Widget_timeinterval::parseTime()
    Parses a time string (format: HH:MM:SS) and returns the hour, minute and ampm values for internal use with this widget.
top

q

$query
in file Virtual.php, variable MF_Widget_virtual::$query
    A database query to execute to get the value of this widget.
top

r

$recursive
in file Dirlist.php, variable MF_Widget_dirlist::$recursive
    Whether or not the list should display recursively into sub-directories.
$ref_column
in file Ref.php, variable MF_Widget_ref::$ref_column
    The column in the current table that refers to the other table.
$ref_column
in file Mref.php, variable MF_Widget_mref::$ref_column
    The column in the current table that refers to the other table.
$removeAction
in file Selector.php, variable MF_Widget_selector::$removeAction
    Name of the box that removes the specified item or items from the database table underlying the selector.
$removeLink
in file Attach.php, variable MF_Widget_attach::$removeLink
    This is the link to send the 'Remove' button to. Defaults to 'removeAttachment.php'.
$rule
in file Widget.php, variable MF_Widget::$rule
    The validation rule for this widget. Note: This property is deprecated in favour of the new $rules property.
$rule
in file Rule.php, variable MailFormRule::$rule
    The original unmodified rule definition.
$rules
in file Widget.php, variable MF_Widget::$rules
    Contains a list of rules to apply to this widget. See saf.MailForm.Rule for more information.
Rule.php
procedural page Rule.php
Radiogroup.php
procedural page Radiogroup.php
Radio.php
procedural page Radio.php
Ref.php
procedural page Ref.php
Reset.php
procedural page Reset.php
rememberFields
in file MailForm.php, method MailForm::rememberFields()
    Takes a non-associative array listing the names of each field from $cgi you want to "remember", and creates hidden fields for each of them, so you don't have to hard-code lists of hidden fields in multi-screen forms.
run
in file MailForm.php, method MailForm::run()
    Runs the form and returns either the rendered form or the output
top

s

$screenReply
in file MailForm.php, variable MailForm::$screenReply
    The response to return upon a successfully submitted form in the default handler. Defaults to "Thank you. Your form has been sent."
$self_ref
in file Ref.php, variable MF_Widget_ref::$self_ref
    Whether or not this widget is self-referencial.
$self_ref
in file Mref.php, variable MF_Widget_mref::$self_ref
    Whether or not this widget is self-referencial.
$sendExtra
in file MailForm.php, variable MailForm::$sendExtra
    Any extra parameters for the mail() function in the default handler.
$sendFrom
in file MailForm.php, variable MailForm::$sendFrom
    The email address to send the form from in the default handler.
$sendSubject
in file MailForm.php, variable MailForm::$sendSubject
    The subject line of the email to send from the default handler.
$sendTo
in file MailForm.php, variable MailForm::$sendTo
    The email address to send the form to in the default handler.
$setPath
in file Imagechooser.php, variable MF_Widget_imagechooser::$setPath
    Tells imagechooser whether or not to set the session variable "imagechooser_path" upon display() of this widget.
$showsTime
in file Calendar.php, variable MF_Widget_calendar::$showsTime
    Determines whether to show the time selection options under the calendar.
$show_viewbutton
in file Dirlist.php, variable MF_Widget_dirlist::$show_viewbutton
    Determines whether or not to display a 'view' link next to the select box, which will pop up a view of the item from the list.
$size
in file Multiple.php, variable MF_Widget_multiple::$size
    The height in rows of the select field. The constructor sets this to default to 3.
$size
in file Attach.php, variable MF_Widget_attach::$size
    Sets the size attribute of the select box that displays the current attachments. Defaults to 3.
$size
in file Selector.php, variable MF_Widget_selector::$size
    Set this property to the number of options to display.
$style
in file Calendar.php, variable MF_Widget_calendar::$style
    This determines the stylesheet to load for the calendar user interface. See the CSS files in the folder /js/calendar for a list of available stylesheets, or information on writing your own.
$submitButtons
in file Template.php, variable MF_Widget_template::$submitButtons
    If you define any submit buttons that are meant to actually submit the form (ie. not stopped in their tracks via the onclick handler) within your template, then you need to specify those here, so that MailForm knows the form was submitted.
Section.php
procedural page Section.php
Security.php
procedural page Security.php
Selector.php
procedural page Selector.php
Select.php
procedural page Select.php
Separator.php
procedural page Separator.php
Set.php
procedural page Set.php
Status.php
procedural page Status.php
Submit.php
procedural page Submit.php
setAllowed
in file Status.php, method MF_Widget_status::setAllowed()
    Sets the list of allowed statuses.
setAllowed
in file Access.php, method MF_Widget_access::setAllowed()
    Sets the list of allowed access levels.
setDefault
in file Datetimeinterval.php, method MF_Widget_datetimeinterval::setDefault()
    Gives this widget a default value. Accepts a date string of the format 'YYYY-MM-DD HH:MM:SS' or 'YYYYMMDDHHMMSS'.
setDefault
in file Date.php, method MF_Widget_date::setDefault()
    Gives this widget a default value. Accepts a date string of the format 'YYYY-MM-DD'.
setDefault
in file Datetime.php, method MF_Widget_datetime::setDefault()
    Gives this widget a default value. Accepts a date string of the format 'YYYY-MM-DD HH:MM:SS' or 'YYYYMMDDHHMMSS'.
setDefault
in file Timeinterval.php, method MF_Widget_timeinterval::setDefault()
    Gives this widget a default value. Accepts a time string of the format 'HH:MM:SS'.
setDefault
in file Time.php, method MF_Widget_time::setDefault()
    Gives this widget a default value. Accepts a time string of the format 'HH:MM:SS'.
setDefault
in file Set.php, method MF_Widget_set::setDefault()
    Gives this widget a default value. Accepts a date string of the format 'YYYY-MM-DD'.
setDefault
in file Widget.php, method MF_Widget::setDefault()
    Sets the default value for the widget.
setHandler
in file MailForm.php, method MailForm::setHandler()
    Sets the function to use to handle the output of the current form.
setValue
in file Virtual.php, method MF_Widget_virtual::setValue()
    Sets either the $function or $query property. If the property name is specified as $key, then $value is what it is set to, otherwise it checks to see if the $key is an existing function and if so sets $function to $key, otherwise sets $query to $key.
setValue
in file Widget.php, method MF_Widget::setValue()
    Sets the *ACTUAL* value for this widget. An optional second parameter can be passed, which is unused here, but can be used in complex widget types to assign parts of a value and piece it together from multiple physical form fields.
setValue
in file Checkbox.php, method MF_Widget_checkbox::setValue()
    Sets the actual value for this widget. An optional second parameter can be passed, which is unused here, but can be used in complex widget types to assign parts of a value and piece it together from multiple physical form fields.
setValue
in file Timeinterval.php, method MF_Widget_timeinterval::setValue()
    Sets the actual value for this widget. An optional second parameter can be passed, which is unused here, but can be used in complex widget types to assign parts of a value and piece it together from multiple physical form fields.
setValue
in file Template.php, method MF_Widget_template::setValue()
    Sets the section title. The second parameter is ignored.
setValue
in file Time.php, method MF_Widget_time::setValue()
    Sets the actual value for this widget. An optional second parameter can be passed, which is unused here, but can be used in complex widget types to assign parts of a value and piece it together from multiple physical form fields.
setValue
in file Set.php, method MF_Widget_set::setValue()
    Sets the actual value for this widget. An optional second parameter can be passed, which is unused here, but can be used in complex widget types to assign parts of a value and piece it together from multiple physical form fields.
setValue
in file Section.php, method MF_Widget_section::setValue()
    Sets the section title. The second parameter is ignored.
setValue
in file Date.php, method MF_Widget_date::setValue()
    Sets the actual value for this widget. An optional second parameter can be passed, which is unused here, but can be used in complex widget types to assign parts of a value and piece it together from multiple physical form fields.
setValue
in file Multiple.php, method MF_Widget_multiple::setValue()
    Sets the actual value for this widget. An optional second parameter can be passed, which is unused here, but can be used in complex widget types to assign parts of a value and piece it together from multiple physical form fields.
setValue
in file Datetime.php, method MF_Widget_datetime::setValue()
    Sets the actual value for this widget. An optional second parameter can be passed, which is unused here, but can be used in complex widget types to assign parts of a value and piece it together from multiple physical form fields.
setValue
in file Datetimeinterval.php, method MF_Widget_datetimeinterval::setValue()
    Sets the actual value for this widget. An optional second parameter can be passed, which is unused here, but can be used in complex widget types to assign parts of a value and piece it together from multiple physical form fields.
setValue
in file Selector.php, method MF_Widget_selector::setValue()
    Sets the actual value for this widget. An optional second parameter can be passed, which is unused here, but can be used in complex widget types to assign parts of a value and piece it together from multiple physical form fields.
setValue
in file Dirlist.php, method MF_Widget_dirlist::setValue()
    Sets the actual value for this widget. An optional second parameter can be passed, which is unused here, but can be used in complex widget types to assign parts of a value and piece it together from multiple physical form fields.
setValues
in file Widget.php, method MF_Widget::setValues()
    Sets the *POSSIBLE* values for this widget. If $value is given, sets $this->value as a hash, otherwise, as a string.
setValues
in file Set.php, method MF_Widget_set::setValues()
    Sets the *POSSIBLE* values for this widget. Uses
setValues
in file Template.php, method MF_Widget_template::setValues()
    Sets the data values to pass to the template. If $value is given, sets $this->value as a hash, otherwise, as a string.
setValues
in file Tie.php, method MF_Widget_tie::setValues()
    Sets the values to display for the specified value of the other widget, which is specified in $name parameter.
setValues
in file MailForm.php, method MailForm::setValues()
    Sets the values of the form widgets from a provided CGI object.
show
in file MailForm.php, method MailForm::show()
    Generates the HTML form. You can provide an optional template
top

t

$table
in file Selector.php, variable MF_Widget_selector::$table
    This is the database table to get the list of items from.
$table
in file Mref.php, variable MF_Widget_mref::$table
    Contains the table to read from.
$table
in file Ref.php, variable MF_Widget_ref::$table
    Contains the table to read from.
$tables
in file Allow.php, variable MF_Widget_allow::$tables
    The list of elements that are to be displayed.
$template
in file Template.php, variable MF_Widget_template::$template
    The template to display.
$template
in file MailForm.php, variable MailForm::$template
    The optional template file or data used to customize the look of the form.
$tie
in file Tie.php, variable MF_Widget_tie::$tie
    The name of the field to be "tied" to.
$ties
in file Tie.php, variable MF_Widget_tie::$ties
    This is the list of values to display for each value of the widget this widget is tied to. Ordinary select widgets simply have a $values associative array, but the tie widget has this which is a $values array for each value of the other widget.
$timeFormat
in file Calendar.php, variable MF_Widget_calendar::$timeFormat
    Sets the display time to 24 hours, or 12 hours with AM/PM option.
$title
in file Section.php, variable MF_Widget_section::$title
    The title of this section.
$title
in file MailForm.php, variable MailForm::$title
    The title to be displayed at the top of the form.
$title
in file Selector.php, variable MF_Widget_selector::$title
$type
in file Security.php, variable MF_Widget_security::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Section.php, variable MF_Widget_section::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Separator.php, variable MF_Widget_separator::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Selector.php, variable MF_Widget_selector::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Select.php, variable MF_Widget_select::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Submit.php, variable MF_Widget_submit::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Time.php, variable MF_Widget_time::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Timeinterval.php, variable MF_Widget_timeinterval::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Virtual.php, variable MF_Widget_virtual::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Widget.php, variable MF_Widget::$type
    Contains the widget type name (ie. 'textarea' for a MF_Widget_textarea object). Used only by saf.Database.Table to keep track of things in the _makeWidget() method.
$type
in file Tie.php, variable MF_Widget_tie::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Template.php, variable MF_Widget_template::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Status.php, variable MF_Widget_status::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Rule.php, variable MailFormRule::$type
    The rule type. Can be 'is', 'contains', 'regex', 'not empty', 'equals', 'length', 'gt', 'ge', 'lt', 'le', or 'func'.
$type
in file Tab.php, variable MF_Widget_tab::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Team.php, variable MF_Widget_team::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Set.php, variable MF_Widget_set::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Reset.php, variable MF_Widget_reset::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file File.php, variable MF_Widget_file::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Allow.php, variable MF_Widget_allow::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Hidden.php, variable MF_Widget_hidden::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Access.php, variable MF_Widget_access::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Dirlist.php, variable MF_Widget_dirlist::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Attach.php, variable MF_Widget_attach::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Calendar.php, variable MF_Widget_calendar::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Date.php, variable MF_Widget_date::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Datetime.php, variable MF_Widget_datetime::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Datetimeinterval.php, variable MF_Widget_datetimeinterval::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Hiddenswitch.php, variable MF_Widget_hiddenswitch::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Image.php, variable MF_Widget_image::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Password.php, variable MF_Widget_password::$type
    This is the short name for this widget. The short name is the class name minus the 'MF_Widget_' prefix.
$type
in file Owner.php, variable MF_Widget_owner::$type
   &nbs