Web UI component: j-Intro
j-Intro
Configuration:
if
{String} condition for showing of the intro, it's compared with the value within ofpath
next
{String} optional, text for the next step button (default:Next
)close
{String} optional, text for the close step button (default:Done
)page
{String} optional, a link to methodfunction(page) {}
it's executed when page is changedexec
{String} optional, a link to methodfunction() {}
it's executed when the intro is closedremove
{Boolean} optional, whentrue
then the component will be removed after close (default:false
)closebutton
{Boolean} shows close button at the right top corner (default:false
)width
{Number} a maximum width (default:400
)height
{Number} height (default:300
)- NEW:
delay
{Number} a delay fornext
button between clicks - NEW:
nexticon
{String} a done icon (default:fa fa-chevron-right
) - NEW:
doneicon
{String} a done icon (default:fa fa-check-circle
)
Good to know:
- each button with
name="next"
will be used asnext
button - each button with
name="close"
will be used asclose
button - a link with
next
class provides will be used as anext
button - a link with
close
class provides will be used as aclose
button
Author
- Peter Širka petersirka@gmail.com
- License
Created
16. may 2017
Updated
06. april 2021
Version
v1
License
https://www.totaljs.com/license/
Dark mode
Yes
Responsive
Yes
Author
Peter Širka
Email
petersirka@gmail.com
