0.8.11 • Published 2 years ago

@pluginjs/wizard v0.8.11

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Wizard

npm package

A flexible modern wizard js plugin.

Samples

Introduction

Installation

Yarn

yarn add @pluginjs/wizard

NPM

npm i @pluginjs/wizard

Getting Started

CDN:

Development:

<script src="https://unpkg.com/@pluginjs/wizard/dist/wizard.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@pluginjs/wizard/dist/wizard.css">

Production:

<script src="https://unpkg.com/@pluginjs/wizard/dist/wizard.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@pluginjs/wizard/dist/wizard.min.css">

Initialize

HTML:

<div class="element"></div>

ECMAScript Module:

import Wizard from "@pluginjs/wizard"
import "@pluginjs/wizard/dist/wizard.css"

Wizard.of(document.querySelector('.element'), options)

CommonJS:

require("@pluginjs/wizard/dist/wizard.css")
const Wizard = require("@pluginjs/wizard")

Wizard.of(document.querySelector('.element'), options)

Browser:

<link rel="stylesheet" href="https://unpkg.com/@pluginjs/wizard/dist/wizard.css">
<script src="https://unpkg.com/@pluginjs/wizard/dist/wizard.js"></script>
<script>
  Pj.wizard('.element', options)
</script>

API

Options

Options are called on wizard instances through the wizard options itself. You can also save the instances to variable for further use.

NameDescriptionDefault
"theme"Set plugin theme optionnull
"step"Set step value.pj-wizard-steps > li
"getPane"Set getPane callbackfunction() {...}
"buttonsAppendTo"Set button append paththis
"autoFocus"Set is enabled auto focus or nottrue
"keyboard"Set is enabled keyboard or nottrue
"enableWhenVisited"Set is enable visite or notfalse
"loading"Set loading step callback (include show, hide and fail){}
"cacheContent"Set is enabled cache content or notfalse
"validator"Set validator callbackfunction() {...}
"locale"Set locale environmenten
"localeFallbacks"Set is enabled locale fallbacks or nottrue

Events

Events are called on wizard instances through the wizard events itself. You can also save the instances to variable for further use.

NameDescription
"update"Gets fired when plugin has destroy
"ready"Gets fired when plugin has ready
"enable"Gets fired when plugin has enabled
"disable"Gets fired when plugin has disabled
"destroy"Gets fired when plugin has destroy
"afterChange"Gets fired when plugin has changed
"beforeChange"Gets fired when plugin before change
"next"Gets fired when plugin has trigger next event
"back"Gets fired when plugin has trigger back event
"finish"Gets fired when plugin has finish
"init"Gets fired when plugin is initialing

Methods

Methods are called on wizard instances through the wizard method itself. You can also save the instances to variable for further use.

NameDescription
"enable"Enabled plugin if plugin is disabled
"disable"Disable plugin
"destroy"Destroy plugin
"get"Get value by key

Classes

Name | Description | Default --|| "NAMESPACE" | Declare plugin namespace | pj-wizard "THEME" | Declare plugin theme | {namespace}--{theme} "SUCCESS" | Announce plugin is loading success | {namespace}-success "ERROR" | Announce plugin has throw a error | {namespace}-error "STEP" | Declare plugin step | [object Object] "PANE" | Declare plugin pane | [object Object] "BUTTONS" | Declare buttons node | [object Object] "BUTTON" | Declare button node | [object Object]

Translations

Name | EN | ZH --||- "back" | Back | 返回 "next" | Next | 前进 "finish" | Finish | 完成

Browser support

Tested on all major browsers.

IE / EdgeFirefoxChromeSafariOpera
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

License

@pluginjs/wizard is Licensed under the GPL-v3 license.

If you want to use @pluginjs/wizard project to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary.

For purchase an Commercial License, contact us purchase@thecreation.co.

Copyright

Copyright (C) 2022 Creation Studio Limited.

0.8.11

2 years ago

0.8.10

2 years ago

0.8.9

3 years ago

0.8.8

3 years ago

0.8.7

3 years ago

0.8.6

3 years ago

0.8.5

4 years ago

0.8.4

4 years ago

0.8.3

4 years ago

0.8.2

4 years ago

0.7.21

4 years ago

0.7.20

4 years ago

0.7.19

4 years ago

0.7.18

5 years ago

0.7.17

5 years ago

0.7.16

5 years ago

0.7.15

5 years ago

0.7.14

5 years ago

0.7.13

5 years ago

0.7.12

5 years ago

0.7.11

5 years ago

0.7.10

5 years ago

0.7.9

5 years ago

0.7.8

5 years ago

0.7.7

5 years ago

0.7.6

5 years ago

0.7.5

5 years ago

0.7.4

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

6 years ago

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.2.18

6 years ago

0.2.17

6 years ago

0.2.16

6 years ago

0.2.15

6 years ago

0.2.14

6 years ago

0.2.13

6 years ago

0.2.12

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago