(Adding template at the end of the page) |
(Adding page to Category:TOC because it contains a TOC.) |
||
Line 11: | Line 11: | ||
[[Category:Example]] | [[Category:Example]] | ||
{{Edited|July|12|2024}} | {{Edited|July|12|2024}} | ||
[[Category:TOC]] |
Latest revision as of 13:17, 26 March 2024
SVG - Move boxes around
In this example, we create objects represented by SVG graphics that react to mouse events so that they can be moved around and saved.
Download it here: SvgInteractionMoveBoxesAround.modlr
Google Maps to Show and Update Positions
The example shows how to place a marker on a Google map, track the setting of the map, and move the marker. For production, you will need your own API key from Google.
Download the file here: GoogleMapWithMarkers.modlr
A Trello-like Board With Cards You Can Move Between Lists
Kanban boards can be used for many things: moving cards between lists, clicking up a card, adding new cards, etc.
Download the file here: TrelloLikeBoard.modlr
Markup Editor TinyMCE
Lets your users produce rich HTML text.
Download the file here: HtmlEditor.modlr
Gantt Chart Interactive
Use this when you need to show and interact with data in a timeline:
Download the file here: GanttChartInteractive.modlr