Liquid UI Forum

Using Your Liquid UI Products => WS aka Web Scripts (Attended RPA for SAP) => Topic started by: Sabir Mohammad on November 02, 2017, 11:14:57 AM

Title: Using viewhelp with Image command
Post by: Sabir Mohammad on November 02, 2017, 11:14:57 AM
Purpose:
      To display the html file using viewhelp option of Image command.

Below code demonstrates the usage of viewhelp option to display the html file in Image command on VA01 Initial screen.
LiquidUI Code:
---------------------------- SAPMV45A.E0101.sjs -------------------------------
image([12,2], "test1.jpg" ,{"viewhelp":"liquidui.html", "viewhelp_width":35, "viewhelp_height":10, "viewhelp_position":[12,30]});

Following is the html code used to demonstrate the same.
HTML Code:
<html>
<head>
<title>LIQUID UI</title>
</head>
<body>
<ol>
<li>
Customizing SAP ERP (http://www.guixt.com)

<li>
Liquid UI Products (http://www.guixt.com/products)
</ol>
</body>
</html>