Testing progress in highlight
Browse files- 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();
|