Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== O4WInputOptions routine ====== ==== Description ==== Defines additional input options based on the specified enabled flag (0=disabled,1=enabled) and <readOnly> flag (0=read/write, 1=read only). If <autocomplete> is set to “0”, then the input control will not allow the browser to “auto fill in” the value. Returns the option information to use immediately with a display element or input control. ==== Syntax ==== optionInfo = O4WINPUTOPTIONS( enabled, readonly, autocomplete ) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |enabled|Boolean. True is enabled, false is disabled.| |readonly|Boolean. True is readonly, false is not readonly.| |autocomplete|Boolean. When set to true, the browser will be able to autofill the value.|| ==== Returns ==== ==== Returns ==== the option information to use immediately with a display element or input control. guides/o4w/o4w_api/o4winputoptions.txt Last modified: 2024/06/19 20:19by 127.0.0.1