cb_show_feature callback #
Demo
Return true or false depend if feature is activated or exist. Valid argument (without quotes) : FEATURE_BOSS_ADMIN or FEATURE_PARK_ORBIT.
Example code: Show if boss admin and park orbit feature are active
<?xml version="1.0" encoding="UTF-8"?>
<SnomIPPhoneText xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../minibrowser_test.xsd">
<Text>
$(x_o:$(show_feature:FEATURE_BOSS_ADMIN))boss admin feature<br/>
$(x_o:$(show_feature:FEATURE_PARK_ORBIT))park orbit feature<br/>
</Text>
</SnomIPPhoneText>