IAC -PegaA_readOnly="true" is not working
Hi Team,
We are trying to exposed Pega 6.2 SP2 screenflow as a read only gadget onto an Angular JS Application.
We tried using PegaA_readOnly="true" in IAC div. But the gadget was still displayed in editable mode.
Following is the code used
<html>
<head>
<script src="PegaInternetApplicationComposer.js" ></script>
<script src="PegaInternetApplicationComposerLog.js" ></script>
<script>
pega.web.config.encrypt =false;
pega.web.config.gatewayURL = "http://]xys:8080/prgateway/PRPCGateway";
pega.web.config.appName = "abc";
pega.web.config.systemID = "xys";
pega.web.config.thread = "STANDARD";
</script>
<!--****************** Pega IAC Scripts ******************-->
</head>
<body>
<h3> The embedded content shown below is served up in an IAC gadget directly from your Pega application.</h3>
<hr>
<div id="Gadget1"
Hi Team,
We are trying to exposed Pega 6.2 SP2 screenflow as a read only gadget onto an Angular JS Application.
We tried using PegaA_readOnly="true" in IAC div. But the gadget was still displayed in editable mode.
Following is the code used
<html>
<head>
<script src="PegaInternetApplicationComposer.js" ></script>
<script src="PegaInternetApplicationComposerLog.js" ></script>
<script>
pega.web.config.encrypt =false;
pega.web.config.gatewayURL = "http://]xys:8080/prgateway/PRPCGateway";
pega.web.config.appName = "abc";
pega.web.config.systemID = "xys";
pega.web.config.thread = "STANDARD";
</script>
<!--****************** Pega IAC Scripts ******************-->
</head>
<body>
<h3> The embedded content shown below is served up in an IAC gadget directly from your Pega application.</h3>
<hr>
<div id="Gadget1"
style="overflow:auto;width:100%;height:600px;"
PegaGadget="Gadget1"
PegaResize="stretch"
PegaA="openWorkItem"
PegaA_workID="WO-187"
PegaA_readOnly="true"
PegaDefer="false"
PegaA_params={UserIdentifier:"gyyff",Password:"cnVsZXM767j"}>
</div>
<hr>
</body>
</html>
Kindly do the needful.