Content
Example: Show menu item if phone has/doesn't have the checkbox property
<?xml version="1.0" encoding="UTF-8"?> <SnomIPPhoneMenu> <If condition="$(checkbox_property)==available"> <MenuItem name="checkbox property available"></MenuItem> </If> <Elif condition="$(checkbox_property)==none"> <MenuItem name="no checkbox property"></MenuItem> </Elif> <Else> <MenuItem name="unknown checkbox property"></MenuItem> </Else> </SnomIPPhoneMenu>
Result on Snom D745:
Result on Snom D375:
Further Information
Related articles