[Majax] element index

All elements
a c d e f g i j m p r s t v _
_
top
Method __get
Majax::__get() in majax.php
Method __get
MajaxCore::__get() in majax.php
Access to undefined attribute is error.
Method __set
MajaxCore::__set() in majax.php
Access to undefined attribute is error.
a
top
Variable $attribute_
Attributes
Class A
A in random.php
Method addAlert
Adds alert message
  1. $msg
. When more than one message should be displayed, they are displayd in one windows.
Method addSlashes
Majax::addSlashes() in majax.php
Adds slashes to string calling addcslashes function.
Method assign
Majax::assign() in majax.php
Assigns value, that will be sended.
Method assignXML
Majax::assignXML() in majax.php
Assigns value, that will be sended.
c
top
Variable $check_
Method check
MajaxForm::check() in majax.php
Method check
Method create
Creates new MajaxForm.
d
top
Page drag.php
drag.php in drag.php
Method doInitProperty
Method doInitProperty
Method doInitProperty
Method doInitProperty
Method doInitProperty
Method doInitProperty
Init element property $name.
e
top
Variable $element_
f
top
Variable $form_
Majax::$form_ in majax.php
Instance of MajaxFormHandler.
Page form-check.php
form-check.php in form-check.php
Page form-generator.php
form-generator.php in form-generator.php
Method Form
Majax::Form() in majax.php
Returns MajaxFormHandler instance.
g
top
Function generalRandom
generalRandom() in random.php
Method getAttribute
Method getColorRandom
A::getColorRandom() in random.php
Method getElementByName
Method getLabel
Method getName
Returns element's name.
Function getRandom
getRandom() in random.php
Method getSubmittedValue
i
top
Variable $instance_
Variable $instance_
Majax::$instance_ in majax.php
Instance of Majax - singleton.
Page index.php
index.php in index.php
Method initChecks
Method initDefaults
Initializes members.
Method initElements
Method initProperties
Init properties with $args.
Method Instance
Majax::Instance() in majax.php
Returns Majax instance.
Method Instance
Returns MajaxFormHandler instance.
Method isProcessed
Method isValid
Method isValid
Method isValid
j
top
Method jsonDecode
Majax::jsonDecode() in majax.php
Decodes JSON value to standart PHP type.
Method jsonDecode_
Decodes JSON value to PHP value.
Method jsonEncode
Majax::jsonEncode() in majax.php
Encodes string to JSON.
Method jsonEncodeArray_
Encodes PHP array or object to JSON.
Method jsonEncodeObject_
Encodes PHP object to JSON.
Method jsonEncode_
Encodes PHP value to JSON value.
m
top
Variable $majax
Variable $majax_
Method Majax
Majax::Majax() in majax.php
Creates instance of Majax and initializes.
Class Majax
Majax in majax.php
Main class of Majax library, that provides functions for
Page majax.php
majax.php in majax.php
Class MajaxCore
MajaxCore in majax.php
Core class for Majax library.
Class MajaxForm
MajaxForm in majax.php
Method MajaxForm
Class MajaxFormElement
MajaxFormElement in majax.php
General form element. Implements basic setters/getters.
Method MajaxFormElement
Creates element with parameters
  1. $arg
.
Class MajaxFormHandler
MajaxFormHandler in majax.php
Provides basic interface for form handling. It's singleton pattern.
Method MajaxFormHandler
Creates instance of MajaxFormHandler.
Class MajaxFormInput
MajaxFormInput in majax.php
Class MajaxFormInputPassword
Class MajaxFormInputSubmit
Class MajaxFormInputText
MajaxFormInputText in majax.php
Class MajaxFormSelect
MajaxFormSelect in majax.php
Class MajaxFormTextarea
MajaxFormTextarea in majax.php
Class MajaxFormUnknown
MajaxFormUnknown in majax.php
Unknown form element.
Constant MAJAX_REQUEST_NAME
MAJAX_REQUEST_NAME in majax.php
Name of GET/POST key, where is stored request name.
Function make_seed
make_seed() in random.php
Constant MJX_C_IN_SELECT
MJX_C_IN_SELECT in majax.php
This rule is just for select element. Input value must be in known values.
Constant MJX_C_IN_VALUES
MJX_C_IN_VALUES in majax.php
Input value must be from specified array.
Constant MJX_C_MATCH
MJX_C_MATCH in majax.php
Input value must match regular expression (preg_match function is used).
Constant MJX_C_MAX_LENGTH
MJX_C_MAX_LENGTH in majax.php
Maximal length of input value.
Constant MJX_C_MAX_VALLUE
MJX_C_MAX_VALLUE in majax.php
Maximal value of input.
Constant MJX_C_MIN_LENGTH
MJX_C_MIN_LENGTH in majax.php
Minimal length of input value.
Constant MJX_C_MIN_VALUE
MJX_C_MIN_VALUE in majax.php
Minimal value of input.
Constant MJX_C_NOT_IN_VALUES
MJX_C_NOT_IN_VALUES in majax.php
Input value must not be from specified array.
Constant MJX_C_NOT_MATCH
MJX_C_NOT_MATCH in majax.php
Input value must not match regular expression (preg_match).
Constant MJX_C_SAME_AS
MJX_C_SAME_AS in majax.php
Input value must be same as value of another element.
Constant MJX_R_MAIL
MJX_R_MAIL in majax.php
Regular expression for e-mail - http://mj.ucw.cz/download/net/checkaddr.pl
Constant MJX_R_PHONE
MJX_R_PHONE in majax.php
Regular expression for phone number.
Constant MJX_R_PSC
MJX_R_PSC in majax.php
Regular expression for PSC.
Constant MJX_T_BUTTON
MJX_T_BUTTON in majax.php
Input - type="button"
Constant MJX_T_CHECKBOX
MJX_T_CHECKBOX in majax.php
Input - type="checkbox"
Constant MJX_T_FILE
MJX_T_FILE in majax.php
Input - type="file"
Constant MJX_T_HIDDEN
MJX_T_HIDDEN in majax.php
Input - type="hidden"
Constant MJX_T_IMAGE
MJX_T_IMAGE in majax.php
Input - type="image"
Constant MJX_T_PASSWORD
MJX_T_PASSWORD in majax.php
Input - type="password"
Constant MJX_T_RADIO
MJX_T_RADIO in majax.php
Input - type="radio"
Constant MJX_T_RESET
MJX_T_RESET in majax.php
Input - type="reset"
Constant MJX_T_SELECT
MJX_T_SELECT in majax.php
Select
Constant MJX_T_SUBMIT
MJX_T_SUBMIT in majax.php
Input - type="submit"
Constant MJX_T_TEXT
MJX_T_TEXT in majax.php
Input - type="text"
Constant MJX_T_TEXTAREA
MJX_T_TEXTAREA in majax.php
Textarea
p
top
Variable $parent_
Variable $processed_
Method postColorRandom
A::postColorRandom() in random.php
Function postRandom
postRandom() in random.php
Method process
Method process
Majax::process() in majax.php
Processes AJAX request.
Function processForm
processForm() in form-generator.php
r
top
Variable $registered_
Majax::$registered_ in majax.php
Registered functions, that are processed on Majax calls.
Variable $registered_
Page random.php
random.php in random.php
Method register
Registers handler for forms.
Method register
Method register
Majax::register() in majax.php
Registeres PHP function that handles AJAX request.
Method render
Method render
Method render
Method render
Method render
Renders (i. e. displays) element.
Method render
MajaxForm::render() in majax.php
Method renderAttributes
Renders attributes ignoring attributes from $ignore parameter.
s
top
Variable $submittedValue_
Method send
Majax::send() in majax.php
Sends (i. e. writes out) assigned values.
Method setFormValidity
Sets, whether submited form is valid or not.
Method setProcessed
Method setSubmittedValud
Method setSubmittedValues
Method setValue
Method setValues
Method submitOnSuccess
Sets, whether submit form, if no error occured.
t
top
Method toDOM
Majax::toDOM() in majax.php
Converts well-formed XML to Javascript code, that creates this XML.
v
top
Variable $valid_
Variable $value_
Variable $value_
Majax::$value_ in majax.php
Value, that is send. This value is assigned by
  1. assign
and
  1. assignXML
function.
a c d e f g i j m p r s t v _