

Public Member Functions | |
| __construct ($name='', $value='', $label='', $hint='', $related='', $module='', $item='', $event='filler', $filter='') | |
| GetModuleItem () | |
| SetModuleItem ($module, $item) | |
| setWindowSize ($width, $height) | |
| setWindowType ($windowType='iframe', $width='', $height='', $top='', $left='') | |
| setShowButton ($show=true) | |
| GenerateInner () | |
Public Attributes | |
| $action | |
| $related | |
| $module | |
| $item | |
| $info | |
| $autocomplete = false | |
| $event | |
| $filter | |
| $baseModule | |
| $lookup_name | |
| $showButton = true | |
Private Attributes | |
| $windowType = 'popup' | |
| $windowWidth = '' | |
| $windowHeight = '' | |
| $windowTop = '' | |
| $windowLeft = '' | |
Definition at line 298 of file lookupcontrols.class.
| MLookupFieldAjax::__construct | ( | $ | name = '', |
|
| $ | value = '', |
|||
| $ | label = '', |
|||
| $ | hint = '', |
|||
| $ | related = '', |
|||
| $ | module = '', |
|||
| $ | item = '', |
|||
| $ | event = 'filler', |
|||
| $ | filter = '' | |||
| ) |
Definition at line 318 of file lookupcontrols.class.
References $event, $filter, MFormControl::$form, MFormControl::$hint, $item, MFormControl::$label, $lookup_name, $module, MComponent::$name, MComponent::$page, $related, and MFormControl::$value.
| MLookupFieldAjax::GetModuleItem | ( | ) |
Definition at line 347 of file lookupcontrols.class.
| MLookupFieldAjax::SetModuleItem | ( | $ | module, | |
| $ | item | |||
| ) |
| MLookupFieldAjax::setWindowSize | ( | $ | width, | |
| $ | height | |||
| ) |
Definition at line 358 of file lookupcontrols.class.
Referenced by setWindowType().
Here is the caller graph for this function:

| MLookupFieldAjax::setWindowType | ( | $ | windowType = 'iframe', |
|
| $ | width = '', |
|||
| $ | height = '', |
|||
| $ | top = '', |
|||
| $ | left = '' | |||
| ) |
Definition at line 364 of file lookupcontrols.class.
References $windowType, and setWindowSize().
Here is the call graph for this function:

| MLookupFieldAjax::setShowButton | ( | $ | show = true |
) |
Definition at line 375 of file lookupcontrols.class.
| MLookupFieldAjax::GenerateInner | ( | ) |
Reimplemented in MLookupTextField1, MLookupFieldValue, MActiveLookup, and MLookupTextFieldAjax.
Definition at line 380 of file lookupcontrols.class.
References $filter, and $lookup_name.
| MLookupFieldAjax::$action |
Definition at line 300 of file lookupcontrols.class.
| MLookupFieldAjax::$related |
Definition at line 301 of file lookupcontrols.class.
Referenced by MLookupTextFieldAjax::__construct(), __construct(), MActiveLookup::__construct(), and MLookupTextField1::__construct().
| MLookupFieldAjax::$module |
Definition at line 302 of file lookupcontrols.class.
Referenced by MLookupTextFieldAjax::__construct(), __construct(), MActiveLookup::__construct(), MLookupTextField1::__construct(), and SetModuleItem().
| MLookupFieldAjax::$item |
Definition at line 303 of file lookupcontrols.class.
Referenced by MLookupTextFieldAjax::__construct(), __construct(), MActiveLookup::__construct(), MLookupTextField1::__construct(), MActiveLookup::GenerateInner(), and SetModuleItem().
| MLookupFieldAjax::$info |
Definition at line 304 of file lookupcontrols.class.
Referenced by MLookupTextFieldAjax::GenerateInner(), MLookupTextField1::GenerateInner(), MLookupTextFieldAjax::getAutocompleteData(), and MLookupTextField1::getAutocompleteData().
| MLookupFieldAjax::$autocomplete = false |
Reimplemented in MLookupTextField1, and MLookupTextFieldAjax.
Definition at line 305 of file lookupcontrols.class.
| MLookupFieldAjax::$event |
Definition at line 306 of file lookupcontrols.class.
Referenced by MLookupTextFieldAjax::__construct(), __construct(), MActiveLookup::__construct(), and MLookupTextField1::__construct().
| MLookupFieldAjax::$filter |
Definition at line 307 of file lookupcontrols.class.
Referenced by MLookupTextFieldAjax::__construct(), __construct(), MActiveLookup::__construct(), MLookupTextField1::__construct(), GenerateInner(), and MActiveLookup::GenerateInner().
| MLookupFieldAjax::$baseModule |
Definition at line 308 of file lookupcontrols.class.
| MLookupFieldAjax::$lookup_name |
Definition at line 309 of file lookupcontrols.class.
Referenced by __construct(), GenerateInner(), and MActiveLookup::GenerateInner().
| MLookupFieldAjax::$showButton = true |
Definition at line 310 of file lookupcontrols.class.
MLookupFieldAjax::$windowType = 'popup' [private] |
MLookupFieldAjax::$windowWidth = '' [private] |
Definition at line 312 of file lookupcontrols.class.
MLookupFieldAjax::$windowHeight = '' [private] |
Definition at line 313 of file lookupcontrols.class.
MLookupFieldAjax::$windowTop = '' [private] |
Definition at line 314 of file lookupcontrols.class.
MLookupFieldAjax::$windowLeft = '' [private] |
Definition at line 315 of file lookupcontrols.class.