cb_max_pkeys callback #
Demo
Show all label from programmable keys. Index to programmable keys setting starting from 0 not 1.
<?xml version="1.0" encoding="UTF-8"?>
<SnomIPPhoneText xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../minibrowser_test.xsd">
<Text>
<Repeat values="$(enum:$(max_pkeys))" token="|__KEY__|">
key$(math_eval:__KEY__-1):$(set:fkey_label $(math_eval:__KEY__-1))<br/>
</Repeat>
</Text>
</SnomIPPhoneText>