Skip to content

joeavelar/modeling-dojo-custom-widget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modeling Dojo: Contributing to Custom Widgets

Learning Objectives:

  • Understand and adhere to the github workflow (fork/clone/commit/push/pull-request)
  • Be able to contribute to an existing custom widget

Instructions:

  1. Fork this repository
  2. Clone it to your local machine
  3. Modify InfoButton/widget/InfoButton.js to log your name as part of the messageString variable on line 63.
  4. Choose one of the following modifications to make to the widget:
    • Add a translatable string property to change the text displayed in the button node
    • Add a boolean or enum property to configure if the popup is modal or not
    • Add an integer property to set the timeout before showing the popup
    • Add a string property to set the class of the button node
    • Add a microflow property to execute a microflow when the button node is clicked
  5. Commit your changes
  6. Push your commit to your fork
  7. Create a Pull Request to have your changes merged into the existing widget

More Resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.6%
  • CSS 0.3%