Content

Page tree

Set a module variable. The format is var_ifc:moduleID="variable=value"


The following is an example that reads via the var_ifc callback and writes via fragment the 'label' variable of an XML definition on line key 2 (fkey1):

<?xml version="1.0" encoding="UTF-8"?>
<SnomIPPhoneMenu name="fkey1 var_ifc demo">
	<MenuItem name="current label: $(var_ifc:XmlEntity.LineKey.001::label)">
		<Url>phone://mb_nop#var_ifc:XmlEntity.LineKey.001=label=another_name</Url>
	</MenuItem>
</SnomIPPhoneMenu>


Result: