Jump to content

Component: Combo Box ( Control): Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 5: Line 5:
|-
|-
| width="20%" style="color:gray;" | Version
| width="20%" style="color:gray;" | Version
| 0.1
| 1.1
|-
|-
| width="20%" style="color:gray;" | Category
| width="20%" style="color:gray;" | Category
Line 15: Line 15:
Creates a user selectable combo box for selecting between various options.
Creates a user selectable combo box for selecting between various options.


==Component Source Code==
==Version information==


Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_WEBEXP_ComboBox.fcsx FC_Comp_Source_WEBEXP_ComboBox.fcsx]
Library Version, Component Version, Date, Author, Info


Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_WEBEXP_ComboBox.fcsx FC_Comp_Source_WEBEXP_ComboBox.fcsx]


==Detailed description==
==Detailed description==
Line 150: Line 150:
| colspan="2" | Text here will be added to the html tag of this component to allow advanced customisation 
| colspan="2" | Text here will be added to the html tag of this component to allow advanced customisation 
|}
|}
==Component Source Code==
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_WEBEXP_ComboBox.fcsx FC_Comp_Source_WEBEXP_ComboBox.fcsx]
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_WEBEXP_ComboBox.fcsx FC_Comp_Source_WEBEXP_ComboBox.fcsx]

Revision as of 10:13, 17 June 2024

Author MatrixTSL
Version 1.1
Category Control


Combo Box component

Creates a user selectable combo box for selecting between various options.

Version information

Library Version, Component Version, Date, Author, Info


Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Macro reference

GetSelectedIndex

GetSelectedIndex
Returns the index of the selected item 
- INT Return


GetSelectedText

GetSelectedText
Returns the text for the currently selected item 
- STRING Return


Property reference

Properties
ComboBox
Options
A list of choices available in the combobox 
Type In
Set to allow the user to type directly into this combobox 
Show Lines
If this is greater than 1, this many options will be shown as a selectable list 
Style
Font
Specifies the font style for the item 
Font Size
The font size in pixels 
Horizontal Alignment
Aligns the caption text on the button 
Bold
Make the caption text bold 
Italic
Make the caption text italicised 
Underline
Make the caption text underlined 
Strikethrough
Make the caption text crossed-out 
Colour
Text
Specifies the font colour for the item 
Background
Specifies the background colour value 
Advanced
Custom Attributes
Text here will be added to the html tag of this component to allow advanced customisation 

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_ComboBox.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_ComboBox.fcsx