
April, 2008 Edition1725-17693-300 Rev. ASIP 3.0.2Web Application Developer’s Guidefor the SoundPoint®IP/SoundStation® IP FamilySIP 3.0.2
Developer’s Guide SoundPoint IP / SoundStation IP 1 - 4• Company directory• Stock tickerDepending on the type and complexity of the application, you m
2 - 12Application DevelopmentThis chapter provides information on supported XHTML elements. It describes HTTP support and the Microbrowser user interf
Developer’s Guide SoundPoint IP / SoundStation IP 2 - 2• Table Tags• Meta Information TagsUnsupported elements and attributes are described in Unsuppo
Application Development2 - 3<!--...-->The comment tag is used to insert a comment in the source code. A comment will be ignored by the browser.
Developer’s Guide SoundPoint IP / SoundStation IP 2 - 4<form>The form element creates a form for user input. A form can contain text fields, che
Application Development2 - 5<input>The <input> tag defines the start of an input field where the user can enter data. In XHTML the <in
Developer’s Guide SoundPoint IP / SoundStation IP 2 - 6Image TagsThe following image tag is supported:• <img>—Defines an imageThe Microbrowser s
Application Development2 - 7Table TagsThe following table tags are supported:• <table>—Defines a table• <tr>—Defines a table row• <td&
Developer’s Guide SoundPoint IP / SoundStation IP 2 - 8<tr>This tag defines a row in a table.The following attributes are supported:<td>Th
Application Development2 - 9<tbody>This tag defines a table body. The thead, tfoot and tbody elements enable you to group rows in a table.The f
Polycom Inc.4750 Willow RoadPleasanton, CA 94588-2708USANo part of this document may be reproduced or transmitted in any form or by any means, electro
Developer’s Guide SoundPoint IP / SoundStation IP 2 - 10— HTTP over SSL/TLS— Self-signed or custom CA certificates• There are the following exceptions
Application Development2 - 11• An instance that does not support user input, but appears in a window on the idle displayLaunching the MicrobrowserThe
Developer’s Guide SoundPoint IP / SoundStation IP 2 - 12When the user has focused on a link that they would like to follow, or a form element they wou
Application Development2 - 13To allow an application to be run from the Microbrowser:1. Open a new configuration file in an XML editor.2. Add the Mic
Developer’s Guide SoundPoint IP / SoundStation IP 2 - 14To develop a static XHTML application:1. Create a Sample.xhtml page with static information to
Application Development2 - 15<!- - BODY END - -></html>2. Configure the Web server to serve the above XHTML file. For example, if you are
Developer’s Guide SoundPoint IP / SoundStation IP 2 - 16<!-- START DISPLAY BMP FILE --><img src="quote.bmp"/><!-- END DISPLAY
3 - 13TroubleshootingThis chapter presents problems, likely causes, and corrective actions. Problems are grouped as follows:• XML ErrorsIf you still n
Developer’s Guide SoundPoint IP / SoundStation IP3 - 2
A - 1AAppendixThis appendix provides information on unsupported XHTML elements.Unsupported XHTML ElementsThe unsupported elements and attributes are:T
iiiAbout This GuideThe Developer’s Guide for the SoundPoint IP / SoundStation IP family is for developers of applications which use the Microbrowser o
Developer’s Guide SoundPoint IP / SoundStation IP A - 2Output Tags <pre>—Defines preformatted text.<code>—Defines computer code text.<t
AppendixA - 3Input Tags <form>—Defines a form.The following attributes are not supported: accept, accept charset, enctype, target, class, id, s
Developer’s Guide SoundPoint IP / SoundStation IP A - 4Table Tags <table>—Defines a table.The following atrributes are not supported: bgcolor, f
AppendixA - 5Programming Tags <script>—Defines a script<noscript>—Defines a noscript section<applet>—Deprecated. Defines an applet&
Developer’s Guide SoundPoint IP / SoundStation IP A - 6
Index – 1IndexAapplication development process 2–12Bbasic tagssupported 2–2unsupported A–1block tagsunsupported A–2Ccharacter format tagsunsupported A
Developer’s Guide SoundPoint IP / SoundStation IP Index – 2XXHTML, definition 1–2
Developer’s Guide SoundPoint IP / SoundStation IP iv
vContentsAbout This Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iii1 Overview . . . . . . . . . . . . . . . . . . . . .
Developer’s Guide SoundPoint IP / SoundStation IP vi
1 - 11OverviewThis chapter provides an overview of the Microbrowser available on SoundPoint IP 330/320, 430, 501, 550, 560, 600, 601, 650, and 670 des
Developer’s Guide SoundPoint IP / SoundStation IP 1 - 2The XHTML pages displayed on the Microbrowser can contain static or dynamic information. Static
Overview1 - 3where XHTML was divided up into ‘modules’, where any features above and beyond a skeleton set were grouped into individual modules. User
Comments to this Manuals