|
167 | 167 | <Panel class="zoning__property"> |
168 | 168 | <Label class="zoning__property-label" text="#Zoning_RegionDetails_Bottom" /> |
169 | 169 | <Panel class="zoning__region-property-container"> |
170 | | - <Button class="zoning__region-point-pick" onactivate="ZoneMenuHandler.pickBottom()"> |
| 170 | + <Button id='SetBottomButton' class="zoning__region-point-pick" onactivate="ZoneMenuHandler.pickBottom()" onmouseover="UiToolkitAPI.ShowTextTooltip('SetBottomButton', '#Zoning_SetBottom_Tooltip');" onmouseout="UiToolkitAPI.HideTextTooltip();"> |
171 | 171 | <Image class="zoning__region-point-pick__icon" src="file://{images}/adjust.svg" /> |
172 | 172 | </Button> |
173 | 173 | <TextEntry id="RegionBottom" class="textentry zoning__textentry" maxchars="10" textmode="numeric" ontextentrysubmit="ZoneMenuHandler.setRegionBottom()" /> |
|
176 | 176 | <Panel class="zoning__property"> |
177 | 177 | <Label class="zoning__property-label" text="#Zoning_RegionDetails_Height" /> |
178 | 178 | <Panel class="zoning__region-property-container"> |
179 | | - <Button class="zoning__region-point-pick" onactivate="ZoneMenuHandler.pickHeight()"> |
| 179 | + <Button id='SetHeightButton' class="zoning__region-point-pick" onactivate="ZoneMenuHandler.pickHeight()" onmouseover="UiToolkitAPI.ShowTextTooltip('SetHeightButton', '#Zoning_SetHeight_Tooltip');" onmouseout="UiToolkitAPI.HideTextTooltip();"> |
180 | 180 | <Image class="zoning__region-point-pick__icon" src="file://{images}/adjust.svg" /> |
181 | 181 | </Button> |
182 | 182 | <TextEntry id="RegionHeight" class="textentry zoning__textentry" maxchars="10" textmode="numeric" ontextentrysubmit="ZoneMenuHandler.setRegionHeight()" /> |
|
185 | 185 | <Panel class="zoning__property"> |
186 | 186 | <Label class="zoning__property-label" text="#Zoning_RegionDetails_SafeHeight" /> |
187 | 187 | <Panel class="zoning__region-property-container"> |
188 | | - <Button class="zoning__region-point-pick" onactivate="ZoneMenuHandler.pickSafeHeight()"> |
| 188 | + <Button id='SetSafeHeightButton' class="zoning__region-point-pick" onactivate="ZoneMenuHandler.pickSafeHeight()" onmouseover="UiToolkitAPI.ShowTextTooltip('SetSafeHeightButton', '#Zoning_SetSafeHeight_Tooltip');" onmouseout="UiToolkitAPI.HideTextTooltip();"> |
189 | 189 | <Image class="zoning__region-point-pick__icon" src="file://{images}/adjust.svg" /> |
190 | 190 | </Button> |
191 | 191 | <TextEntry id="RegionSafeHeight" class="textentry zoning__textentry" maxchars="10" textmode="numeric" ontextentrysubmit="ZoneMenuHandler.setRegionSafeHeight()" /> |
|
202 | 202 | <Panel class="zoning__property"> |
203 | 203 | <Label id="Position" class="zoning__property-label" text="#Zoning_TPDest_Position" /> |
204 | 204 | <Panel class="zoning__region-property-container"> |
205 | | - <Button id="TelePosPick" class="zoning__region-point-pick" onactivate="ZoneMenuHandler.pickTeleDestPos()"> |
| 205 | + <Button id="SetTeleDestPosButton" class="zoning__region-point-pick" onactivate="ZoneMenuHandler.pickTeleDestPos()" onmouseover="UiToolkitAPI.ShowTextTooltip('SetTeleDestPosButton', '#Zoning_SetTeleDestPos_Tooltip');" onmouseout="UiToolkitAPI.HideTextTooltip();"> |
206 | 206 | <Image class="zoning__region-point-pick__icon" src="file://{images}/adjust.svg" /> |
207 | 207 | </Button> |
208 | 208 | <TextEntry id="TeleX" class="textentry zoning__textentry" maxchars="10" textmode="numeric" ontextentrysubmit="ZoneMenuHandler.setRegionTeleDestOrientation()" /> |
|
213 | 213 | <Panel class="zoning__property"> |
214 | 214 | <Label id="Yaw" class="zoning__property-label" text="#Zoning_TPDest_Yaw" /> |
215 | 215 | <Panel class="zoning__region-property-container"> |
216 | | - <Button id="TeleYawPick" class="zoning__region-point-pick" onactivate="ZoneMenuHandler.pickTeleDestYaw()"> |
| 216 | + <Button id="SetTeleDestYawButton" class="zoning__region-point-pick" onactivate="ZoneMenuHandler.pickTeleDestYaw()" onmouseover="UiToolkitAPI.ShowTextTooltip('SetTeleDestYawButton', '#Zoning_SetTeleDestYaw_Tooltip');" onmouseout="UiToolkitAPI.HideTextTooltip();"> |
217 | 217 | <Image class="zoning__region-point-pick__icon" src="file://{images}/adjust.svg" /> |
218 | 218 | </Button> |
219 | 219 | <TextEntry id="TeleYaw" class="textentry zoning__textentry" maxchars="4" textmode="numeric" ontextentrysubmit="ZoneMenuHandler.setRegionTeleDestOrientation()" /> |
|
0 commit comments