User Tools

Site Tools


en:objects:browser:external_params:set_app_info

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:objects:browser:external_params:set_app_info [2020/11/09 17:37]
sales
en:objects:browser:external_params:set_app_info [2020/12/10 16:52] (current)
Line 1: Line 1:
-<html><h2>set_app_info</h2> <strong>set_app_info($appName="", $appCodeName="", $appMinorVersion="", $product="", $productSub="", $vendor="", $vendorSub="");</strong> - set data about the APP in the JS engine. Sets navigator (appName,appCodeName,appMinorVersion,product,productSub) (Available from version 4.10.1)<br><br>The function accepts parameters as input:br><br><li><font color=green>$appName</font> is the name of the application navigator.appName empty string - uses the default value<li><font color=green>$appCodeName</font> – the code name of the application navigator.appCodeName, if empty string - uses the default value<li><font color=green>$appMinorVersion</font> – the minor version of the application navigator.appMinorVersion, with empty string - use the default value<li><font color=green>$product</font> is the name of the product navigator.product with empty string - uses the default value<li><font color=green>$productSub</font> – podima product navigator.productSub, if empty string - uses the default value<li><font color=green>$vendor</font> – navigator.vendor, if an empty string is used, the default value is used, and is available from version 7.0.42<li><font color=green>$vendorSub</font> – navigator.vendorSub, when an empty string is used - the default value is used, available from version 7.0.42<br><br>After testing, the function returns the result of its work to the script : <br><li><font color=blue>true</font> – successfully set<li><font color=blue>false</font> – failed to set<br><br></html>+<html><h2>set_app_info</h2> <strong>set_app_info($appName="", $appCodeName="", $appMinorVersion="", $product="", $productSub="", $vendor="", $vendorSub="");</strong> - set data about the APP in the JS engine. Sets navigator (appName,appCodeName,appMinorVersion,product,productSub) (Available from version 4.10.1)<br><br>The function accepts parameters as input:br><br><li><font color=green>$appName</font> is the name of the application navigator.appName empty string - uses the default value<li><font color=green>$appCodeName</font> – the code name of the application navigator.appCodeName, if empty string - uses the default value<li><font color=green>$appMinorVersion</font> – the minor version of the application navigator.appMinorVersion, with empty string - use the default value<li><font color=green>$product</font> is the name of the product navigator.product with empty string - uses the default value<li><font color=green>$productSub</font> – the sub name of product navigator.productSub, if empty string - uses the default value<li><font color=green>$vendor</font> – navigator.vendor, if an empty string is used, the default value is used, and is available from version 7.0.42<li><font color=green>$vendorSub</font> – navigator.vendorSub, when an empty string is used - the default value is used, available from version 7.0.42<br><br>After testing, the function returns the result of its work to the script : <br><li><font color=blue>true</font> – successfully set<li><font color=blue>false</font> – failed to set<br><br></html>
  
 PHP example: <code php><?php $xhe_host = "127.0.0.1:7013"; PHP example: <code php><?php $xhe_host = "127.0.0.1:7013";
en/objects/browser/external_params/set_app_info.txt · Last modified: 2020/12/10 16:52 (external edit)