How do you configure web view element in Vdesigner2.0?
-
Add the Web View element to your canvas.
-
In Properties section,you can do the following steps:
-
In the URL Box, enter the URL of the web view. The application will access this URL to open the related application page in the web view element. You can also define query parameters with the URL string.
-
In the callback box, enter the callback function. It enables the interaction to fetch the data from the external application.
-
In the output location box, select an entity or element. The selected entity/element serves as a storage location. The callback function fetches the data from the external application and then stores it in the configured output location.
-
You can add Query Parameters in Query parameter option given ,if you do not add query parameters in the URL box. When you append query parameters to the URL in the URL box, this feature becomes inactive.