Skip to content

How to create a new dialog

Julian Descottes edited this page Jan 15, 2017 · 1 revision
  • dialogs can be found in js/controller/dialogs
  • any new dialog has to be registered in DialogsController.js
  • you will most likely need to create :
    • a new controller (in js/controller/dialogs)
    • a new stylesheet (in css)
    • a new template (in templates/dialogs)
  • new js & css files need to be listed in piskel-script-list.js and piskel-style-list.js