(Created page with "====SVG - Move boxes around==== In this example we create objects represented by SVG graphic - that reacts to mouse events so that they be moved around and saved.File:2020-0...") |
No edit summary |
||
Line 9: | Line 9: | ||
====Gantt chart interactive==== | ====Gantt chart interactive==== | ||
When you need to show and interact with data in a time line[[File:2021-04-13 09h30 34.png|none|thumb|564x564px|link=https://wiki.mdriven.net/index.php/File:2021-04-13_09h30_34.png]]Download file here : [[Special:Redirect/file/GanttChartInteractive.modlr|GanttChartInteractive.modlr]] | When you need to show and interact with data in a time line[[File:2021-04-13 09h30 34.png|none|thumb|564x564px|link=https://wiki.mdriven.net/index.php/File:2021-04-13_09h30_34.png]]Download file here : [[Special:Redirect/file/GanttChartInteractive.modlr|GanttChartInteractive.modlr]] | ||
[[Category:Example]] |
Revision as of 08:21, 12 December 2022
SVG - Move boxes around
In this example we create objects represented by SVG graphic - that reacts to mouse events so that they be moved around and saved.
Download it here: SvgInteractionMoveBoxesAround.modlr
Google map to show and update positions
The example shows how to place a marker on a google map, how to track the setting of the map, how to 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 move between lists
Kanban boards can be used to many things. Move cards between list - klick up a card - add new cards etc.
Download the file here: TrelloLikeBoard.modlr
Markup editor TinyMCE
Let your users produce rich html text
Download file here : HtmlEditor.modlr
Gantt chart interactive
When you need to show and interact with data in a time line
Download file here : GanttChartInteractive.modlr