Jump to content

Component: Input Text ( Control)

From Flowcode Help
Revision as of 15:07, 5 December 2023 by Wiki bot (talk | contribs)
Author MatrixTSL
Version 0.1
Category Control


Input Text component

Creates a text field that can be highlighted and edited by the user.

Component Source Code

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

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

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Macro reference

GetText

GetText
Returns the text currently entered into this text field 
- STRING Return


SetText

SetText
Sets the text displayed in this text field 
- STRING sText
Text to set 
- VOID Return


Property reference

Properties
Text
Text
The initial text of the component 
Type
Allows the input to be restricted to numbers or hidden 
Limit Length
Sets a limit on how many characters can be entered 
Max Length
The maximum number of characters 
Style
Font
Specifies the font style for the text 
Font Size
The font size in pixels 
Horizontal Alignment
Aligns the text entered 
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