Jump to content

Component: Combo Box ( Control): Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 18: Line 18:


  Library Version, Component Version, Date, Author, Info
  Library Version, Component Version, Date, Author, Info
3, 1.1, 14-06-24, ST, Corrected the select element id tag, and fixed SplitString use
   
   



Revision as of 10:15, 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
3, 1.1, 14-06-24, ST, Corrected the select element id tag, and fixed SplitString use


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