VCL |
[ class tree: VCL ] [ index: VCL ] [ all elements ] |
Packages: VCL Classes:
ActionList
Application ArrayPropertyEditor BasicAuthentication Bevel BitBtn Brush BusinessObject Button ButtonControl ButtonView Canvas CheckBox CheckListBox Clock Collection ColorPropertyEditor ColorSelector Column ComboBox Component ComponentEditor Control CustomButtonView CustomCheckBox CustomCheckListBox CustomConnection CustomControl CustomDBGrid CustomEdit CustomGrid CustomIBQuery CustomIBTable CustomLabel CustomLabeledEdit CustomListBox CustomListControl CustomListView CustomMainMenu CustomMemo CustomMultiSelectListControl CustomPage CustomPageControl CustomPanel CustomPopupMenu CustomProgressBar CustomQuery CustomRadioGroup CustomRichEdit CustomStyleSheet CustomTable CustomTextField CustomToolBar CustomTreeView CustomUpDown Database DatabaseEditor DatabaseUser DataModule DataSet Datasource DateTimePicker DBDataSet DBGrid DBPaginator DBRepeater DWidget EAbort EAssignError ECollectionError EDatabaseError Edit ENameDuplicated EPropertyNotFound EResNotFound Field Filer FlashObject FocusControl Font Frame Frameset GraphicControl GraphicMainMenu GroupBox HiddenField HTMLPropertyEditor IBDatabase IBDataSet IBQuery IBStoredProc IBTable Image ImageList ImagePropertyEditor Input InputFilter InputParam ItemsPropertyEditor Label LabeledEdit Layout ListBox ListView MainMenu MapShape Memo MonthCalendar Object Page PageControl PageTemplate PaintBox Panel Pen Persistent PopupMenu ProgressBar PropertyEditor Query QWidget RadioButton RadioGroup Reader RichEdit Row ScrollBar ScrollingControl Service Shape SimpleChart SmartyTemplate SpeedButton StoredProc StringListPropertyEditor StyleSheet SubLabel Table TemplateManager TextField Timer ToolBar TrackBar TreeNode TreeView UpDown User Window Files:
actnlist.inc.php
auth.inc.php business.inc.php buttons.inc.php calendar.inc.php chart.inc.php checklst.inc.php classes.inc.php clock.inc.php comctrls.inc.php controls.inc.php db.inc.php dbctrls.inc.php dbgrids.inc.php dbtables.inc.php designide.inc.php extctrls.inc.php forms.inc.php graphics.inc.php grids.inc.php imglist.inc.php interbase.inc.php menus.inc.php rtl.inc.php smartytemplate.inc.php stdctrls.inc.php styles.inc.php system.inc.php templateplugins.inc.php vcl.inc.php webservices.inc.php |
Determines whether a control can be shown or not Tags:
[ Top ]
void dumpChildren [line 728]
Dump all children components Overridden in child classes as:
[ Top ]
void dumpContents [line 738]
Dump the control contents, inherit and fill this method with the code your control must generate Overridden in child classes as:
[ Top ]
void dumpHeaderCode [line 650]
Overridden in child classes as: [ Top ]
void dumpJavascript [line 620]
Dump Javascript code required for this component to work Overridden in child classes as:
[ Top ]
void dumpJSEvent [line 544]void dumpJsEvents [line 570]
Dump Javascript events Overridden in child classes as:
[ Top ]
string getJSWrapperFunction [line 799]
JS wrapper function that forwards a JS event to the PHP script by submitting the HTML form. It is the responsiblity of the component to add this function to the <javascript> section in the HTML header. Usually this is done in the dumpJavascript() function of the component. Tags:
Parameters:
[ Top ]
string getJSWrapperFunctionName [line 783]
Get the function name of a JS event wrapper. Tags:
Parameters:
[ Top ]
string getJSWrapperSubmitEventValue [line 859]
Value set to the hidden field when the specific JS event was fired and the wrapper function was called. Have a look at getJSWrapperFunction(), that is where the value gets set to the hidden field. It is also used in the component to check if the defined $event has been fired on the page. This should be done in the init() function of the component. Tags:
Parameters:
[ Top ]
void loaded [line 447]
Overridden in child classes as: [ Top ]
string show [line 700]
Show control contents Parameters:
[ Top ]
void updateParentColor [line 1202]
If ParentColor == true the parent's color is assigned to this control. [ Top ]
void updateParentFont [line 1183]
If ParentFont == true the parent's font is assigned to this control. [ Top ]
void updateParentProperties [line 1173]
Updates all properties that use the parent property as source. These include ShowHint, Color and Font. [ Top ]
void updateParentShowHint [line 1218]
If ParentShowHint == true the parent's showhint is assigned to this control. [ Top ]
Documentation generated on Tue, 27 Mar 2007 13:34:01 +0200 by phpDocumentor 1.3.1 |