File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
launcher-csharp/eSignature/Views/FocusedView Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 33<h2 >Embedded document using focused view</h2 >
44<br />
55
6+ <!-- //ds-snippet-start:eSign44Step6-->
67<div id =" agreement" class =" docusign-agreement" ></div >
78
89<p ><a href =" /" >@Html.Raw(ViewBag.SupportingTexts.ContinueButton) </a ></p >
910
10- @Html.Raw( "<script src =' https://docucdn-a.akamaihd.net/demo/1ds/libs/@embedded-js/core/latest/dist/bundle.js' ></script >")
11+ @{
12+ // ds-snippet-start:eSign44Step6
13+ }
14+
15+ @Html.Raw( "<script src =' https://js.docusign.com/bundle.js' ></script >")
1116
1217<script >
13- window .DocuSign .loadDocuSign (' {INTEGRATION_KEY} ' )
18+ window .DocuSign .loadDocuSign (' @ViewBag.IntegrationKey ' )
1419 .then ((docusign ) => {
1520 const signing = docusign .signing ({
1621 url: ' @ViewBag.Url' ,
1722 displayFormat: ' focused' ,
18- // ds-snippet-start:eSign44Step6
1923 style: {
2024 /** High-level variables that mirror our existing branding APIs. Reusing the branding name here for familiarity. */
2125 branding: {
3337 position: ' bottom-center'
3438 }
3539 }
36- // ds-snippet-end:eSign44Step6
3740 });
3841
3942 signing .on (' ready' , (event ) => {
7477 <div class =" docusign-agreement" id =" docusign" ></div >
7578 <script src =" script.js" ></script >
7679</body >
77- </html >
80+ </html >
81+
82+ @{
83+ // ds-snippet-end:eSign44Step6
84+ }
You can’t perform that action at this time.
0 commit comments