Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dglux_v2_wiki:behaviors:home [2019/07/18 18:12]
dglux_v2_wiki:behaviors:home [2021/09/20 14:43] (current)
Line 1: Line 1:
 +====== Behaviors ======
  
 +Behaviors bring DGLux to life by allowing the user to create interactivity within the dashboard. Behaviors are commonly invoked by mouse interaction but can also be executed by a change in data and other parameters utilizing triggers. Behaviors consist of an event, an action, and a start time.
 +
 +===== Events =====
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​click|Click]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​doubleClick|Double-Click]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​clickOn|Click On]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​clickOff|Click Off]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​rollOver|Roll Over]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​rollOut|Roll Out]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​rollOverAndOut|Roll Over & Out]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​mouseDown|Mouse Down]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​mouseUp|Mouse Up]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​mouseDownAndUp|Mouse Down & Up]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​mouseUpGlobal|Mouse Up Global]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​creationComplete|Creation Complete]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​swipeLeft|Swipe Left]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​swipeRight|Swipe Right]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​swipeUp|Swipe Up]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​swipeDown|Swipe Down]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​rotateCW|Rotate Clockwise]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​rotateCCW|Rotate Counter-Clockwise]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​zoomIn|Zoom In]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​zoomOut|Zoom Out]]
 +
 +- [[dglux_v2_wiki:​behaviors:​events:​twoFingerTap|Two Finger Tap]]
 +
 +===== Actions =====
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​openDash|Open Dashboard]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​openWeb|Open Web]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​dataAction|Data Action]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​saveDash|Save Dashboard]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​setProp|Set Property]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​setState|Set State]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​delay|Delay]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​exportImage|Export Image]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​exportPDF|Export PDF]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​exportXLS|Export XLS]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​closeDash|Close Dashboard]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​logout|Logout]]
 +
 +- [[dglux_v2_wiki:​behaviors:​actions:​refreshBrowser|Refresh Browser]]
 +
 +===== Order of Execution =====
 +
 +- [[dglux_v2_wiki:​behaviors:​order_of_execution:​at_once|At Once]]
 +
 +- [[dglux_v2_wiki:​behaviors:​order_of_execution:​after_previous|After Previous]]
 +
 +- [[dglux_v2_wiki:​behaviors:​order_of_execution:​with_previous|With Previous]]