User Tools

Site Tools


xtension_manual:extendinginterface

Differences

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

Link to this comparison view

Next revision
Previous revision
xtension_manual:extendinginterface [2018/04/11 16:49] – created James Sentmanxtension_manual:extendinginterface [2023/02/13 14:52] (current) – external edit 127.0.0.1
Line 86: Line 86:
 {{ :xtension_manual:webcontextualhandlers.png?direct&300 |}} {{ :xtension_manual:webcontextualhandlers.png?direct&300 |}}
  
-The same interface running through the Web Interface would look like this. As of this writing there is no contextual menu support on the web interface but the buttons will appear on the web version of the Detailed Unit Controls.+The same interface running through the Web Interface would look like this. <del>As of this writing there is no contextual menu support on the web interface but the buttons will appear on the web version of the Detailed Unit Controls.</del> XTension version 9.4.3 brings full support for these menus to both the desktop web remote and the Mobile Web Remote.
  
 \\ \\
  
-====See Also==== +====Using Groups====
-See the tutorial for [[tutorials:addingBatteryChanged|adding a Battery Changed date]] field to a unit list.+
  
 +While that works great for individual or special units it’s also possible to add the same handlers to multiple units and add the code in only one place rather than repeatedly in each and every Unit’s On script. All events like these start in the Unit’s On script, and if the handler does not exist, or if you have not returned True from the handler, then the events will start to trickle up. Any Group that the Unit is a member of will also receive the event, but with thisUnit set to the name of the unit to which the event was originally sent so that you can use that to properly control the target unit.
  
 +
 +
 +
 +====See Also====
 +See the tutorial for [[tutorials:addingBatteryChanged|adding a Battery Changed date]] field to a unit list.
xtension_manual/extendinginterface.1523465343.txt.gz · Last modified: 2023/02/13 14:51 (external edit)