This repository was archived by the owner on Sep 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
eu.dariolucia.reatmetric.ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,4 +173,26 @@ This attribute can be present several times attached to a single SVG element. If
173173is evaluated in lexicographical order. As soon as one item's evaluation is successful, the list evaluation
174174stops.
175175
176- Allowed expression values: ` <rotation time in milliseconds> <rotation center x> <rotation center y> ` or ` none ` to disable the rotation.
176+ Allowed expression values: ` <rotation time in milliseconds> <rotation center x> <rotation center y> ` or ` none ` to disable the rotation.
177+
178+ ### Actions
179+
180+ Actions can be linked to SVG elements by means of the ` onclick ` attribute. In addition to the standard javascript functions,
181+ ReatMetric mimics can use the following functions.
182+ In order to indicate the presence of a clickable action, it is suggested to also use the attribute ` cursor=pointer ` .
183+
184+ #### reatmetric.and('name')
185+
186+ Open the specified AND.
187+
188+ #### reatmetric.chart('name')
189+
190+ Open the specified chart.
191+
192+ #### reatmetric.mimics('name')
193+
194+ Open the specified mimics.
195+
196+ #### reatmetric.exec('path')
197+
198+ Open the dialog window to request the execution of the specified activity.
You can’t perform that action at this time.
0 commit comments