Skip to content

Commit 4d5fa73

Browse files
authored
Merge pull request #308 from hamacjumar/beta
Updated from DS 2.77b2
2 parents 047aa35 + a56c37b commit 4d5fa73

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

files/markup/en/app/CreateWebView.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,12 @@ If you need to, you can use the **Execute** method to execute JavaScript code wi
328328
* @param {fnc_json} callback {"pNames":["url"],"pTypes":["str_url"]}
329329
*/
330330

331+
/** ### SetOptions ###
332+
* @brief Set WebView options
333+
* Set WebView options at runtime. Refer to "options" param for available options.
334+
* $$ web.SetOptions( options ) $$
335+
* @param {str_com} options
336+
*/
331337

332338
/** @extern SetPadding */
333339

files/markup/en/app/SetOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
*
88
* See Also: @GetOptions
99
* $$ app.SetOptions(options?) $$
10-
* @param {str_com} [options] UseBrowser,NoKeys|ShowKeys,NoPause:dont pause when not in foreground,NoThemeAlerts,IgnoreSslErrors,TouchModal,NoCors,NoTouch,NoFocus,Secure,ShowLocked,WakeScreen,ScreenOn
10+
* @param {str_com} [options] UseBrowser,NoKeys|ShowKeys,NoPause:dont pause when not in foreground,NoThemeAlerts,IgnoreSslErrors,TouchModal,NoCors,ForceCors,NoTouch,NoFocus,Secure,ShowLocked,WakeScreen,ScreenOn
1111
*/

0 commit comments

Comments
 (0)