• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

How to create a new modal box ?

artonbej

Chevereto Member
Hello. i need to create a new modal dialog box but i can't get it
please Rodolfo or anyone else who knows tell me to do it.

Example
download.png

So all i want is to create a blank modal box to add other options.
 
You have to create the html and then call if using PF.fn.modal.call().

Just search for:
Code:
PF.obj.modal = {

In lib/Peafowl/peafowl.js file.
 
Back
Top