1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-19 20:24:54 +00:00

Updated Textbox (markdown)

FellippeHeitor 2016-12-21 18:23:59 -02:00
parent 9c4a6e75ff
commit d557207703

@ -6,6 +6,8 @@ To read back what was typed, use the [[Text]]() array:
Var$ = Text(ControlID) Var$ = Text(ControlID)
The Caption property can be used to display a caption inside the textbox. The caption is hidden as soon as the user starts typing.
###[[Events]] ###[[Events]]
* [[Click|Mouse events#click]] * [[Click|Mouse events#click]]
* [[MouseDown/MouseUp|Mouse events#mousedownmouseup]] * [[MouseDown/MouseUp|Mouse events#mousedownmouseup]]