kamrify commited on
Commit
5eb3026
·
1 Parent(s): 03f5109

Testing progress in highlight

Browse files
Files changed (1) hide show
  1. index.html +2 -0
index.html CHANGED
@@ -347,6 +347,8 @@ npm install driver.js</pre
347
  title: "A popover",
348
  side: 'bottom',
349
  description: "Working on the close functionality right now. Turning it into a small cross button on top right corner.",
 
 
350
  showButtons: ["close", "next", "previous"],
351
  onCloseClick: () => {
352
  driverObj.destroy();
 
347
  title: "A popover",
348
  side: 'bottom',
349
  description: "Working on the close functionality right now. Turning it into a small cross button on top right corner.",
350
+ showProgress: true,
351
+ progressText: "Some <strong>HTML</strong>",
352
  showButtons: ["close", "next", "previous"],
353
  onCloseClick: () => {
354
  driverObj.destroy();