Component: Input Text ( Control)
From Flowcode Help
Jump to navigationJump to search| Author | MatrixTSL | 
| Version | 1.0 | 
| Category | Control | 
Contents
Input Text component
Creates a text field that can be highlighted and edited by the user.
Version information
Library Version, Component Version, Date, Author, Info 3, 1.0, 14-02-25, ST, Changed generated CSS to ensure disabled control has grey text
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetFloat
|   | GetFloat | 
| Returns the floating point numeric value entered into the text field | |
|  - FLOAT | Return | 
GetText
|   | GetText | 
| Returns the text currently entered into this text field | |
|  - STRING | Return | 
GetValue
|   | GetValue | 
| Returns the numeric value entered into the text field | |
|  - LONG | Return | 
SetFloat
|   | SetFloat | 
| Sets the numeric floating point value displayed in this text field | |
|  - FLOAT | Value | 
| float value to set | |
|  - VOID | Return | 
SetText
|   | SetText | 
| Sets the text displayed in this text field | |
|  - STRING | sText | 
| Text to set | |
|  - VOID | Return | 
SetValue
|   | SetValue | 
| Sets the numeric value displayed in this text field | |
|  - LONG | Value | 
| integer value to set | |
|  - VOID | Return | 
Property reference
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








