<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > FixedTableInput > FixedTableTextBox > Event >OnKeyReturn |
Occurs when user inputs Enter or Return key in the viewer screen.
Prototype :
bool OnKeyReturn
(
bool ozarg_mainScreen
)
Arguments :
ozarg_mainScreen |
Whether the event occurred on the main screen. When an event occurs in the main screen returns true. Otherwise it returns false. But, it will always return true in the single-screen environment. |
Reference :
The OnKeyReturn event occurs only when clicking the mouse and will not occur when the text is changed by a script.
If you do not want to operate Action of Return Key Type, please set return value of OnKeyReturn event to false.
OnKeyReturn event does not occur when Text Input Mode operates with Barcode option, and the value of Multi Line property is True.