5.2.12. PageKeys(*1)
[Overview]
"PageKeys" element has to include one or more "PageKey" elements.
"PageKeys" element can define in the "Screen" or "Menu" element.
It will not act anything, when pushing PageKey which is not assigned any feature (URL) in XML application
mode.
(*1) Supported only HDV230/330/430.
[Definition]
Only these elements can be
described
[Syntax]
<?xml version="1.0" encoding="utf-8"?>
<ppxml
xmlns="http://panasonic/sip_phone"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://panasonic/sip_phone sip_phone.xsd">
<Screen version=“3.0”>
<Components>
<PageKey id="right" name="page1">
<Events>
<OnClicked>
<SendRequest url="http://192.168.0.200/page_pre.xml" />
</OnClicked>
</Events>
</PageKey>
</Components>
</Screen>
</ppxml>
<HDV330/430>
If [Next Page] icon is tapped, the following next screen is displayed.