Class: FocusControl
Source Location: /controls.inc.php
|
|
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
Events
Javascript Events
Methods
FocusControl __construct(
[
$aowner = null])
|
|
Overridden in child classes as:
- Clock::__construct()
- CustomCheckListBox::__construct()
- MonthCalendar::__construct()
- DateTimePicker::__construct()
- SimpleChart::__construct()
- Image::__construct()
- FlashObject::__construct()
- Bevel::__construct()
- CustomLabel::__construct()
- DBPaginator::__construct()
- CustomPanel::__construct()
- Panel::__construct()
- Clock::__construct()
- DBRepeater::__construct()
- CustomDBGrid::__construct()
- CustomListBox::__construct()
- ComboBox::__construct()
- CustomRadioGroup::__construct()
- CustomPage::__construct()
- Page::__construct()
- Frameset::__construct()
- Frame::__construct()
- DWidget::__construct()
- CustomProgressBar::__construct()
- QWidget::__construct()
- BitBtn::__construct()
- SpeedButton::__construct()
- CustomListView::__construct()
- DBGrid::__construct()
- CustomPageControl::__construct()
- CustomTreeView::__construct()
- CustomTextField::__construct()
- CustomLabeledEdit::__construct()
- CustomUpDown::__construct()
- ColorSelector::__construct()
- CustomToolBar::__construct()
- GroupBox::__construct()
- CustomButtonView::__construct()
- Window::__construct()
- CustomMainMenu::__construct()
- ScrollBar::__construct()
- CustomEdit::__construct()
- CustomMemo::__construct()
- CustomRichEdit::__construct()
- ButtonControl::__construct()
- Button::__construct()
- CustomCheckBox::__construct()
- RadioButton::__construct()
Overrides Control::__construct (Constructor for the class)
Parameters:
void
dumpChildren [line 1515]
void
updateChildrenColors [line 1433]
void updateChildrenColors(
)
|
|
Update the colors for all the children if parentcolor is set
void
updateChildrenFonts [line 1416]
void updateChildrenFonts(
)
|
|
If this control has any children that have ParentFont==true then this function will assign the Font property to all children Font properties. Note: This must be in FocusControl, not in Control, as it's here where the controls property is defined
void
updateChildrenParentProperties [line 1469]
void updateChildrenParentProperties(
)
|
|
If this control has any children that use a property's value from the parent then this function will update all necessary properties. Note: This must be in FocusControl, not in Control, as it's here where the controls property is defined
void
updateChildrenShowHints [line 1450]
void updateChildrenShowHints(
)
|
|
Update the ShowHints properties for all children controlss
|