
Web Browser for the 4625SW IP Telephone
194 4600 Series IP Telephones Application Programmer Interface (API) Guide
The code example that follows embeds <img> tags in the <do> tags:
<wml>
<card style=”background-color:blue;” title=”Card 1”>
<p>
Sample Text
</p>
<do type= “accept” label= “SK1”>
<img src= “blue.jpg”/>
<go href=”1.wml”/>
</do>
<do type= “accept” label= “SK2” style=”color:yellow;”>
<img src= “red.jpg”/>
<go href=”1.wml”/>
</do>
<do type= “accept”>
<img src= “hotel.jpg”/>
<go href=”1.wml”/>
</do>
</card>
</wml>
Kommentare zu diesen Handbüchern