Polycom VR-6000 manual Link Tags, Input Tags, Attribute Value/s Description

Page 13

Application Development

<!--...-->

The comment tag is used to insert a comment in the source code. A comment will be ignored by the browser. You can use comments to explain your code, which can help you when you edit the source code at a later date.

This tag does not have any attributes.

Link Tags

The following link tag is supported:

<a>—Defines an anchor

Note

 

The Microbrowser supports both http:// and tel:// URL schemes. When a tel://

 

 

URL is selected, the phone switches to the telephony application and dials the

 

 

number specified in the URL. Currently the number is dialed as-is, however, full

 

 

support for tel:// URL parsing as specified in RFC 2806 will be available in a future

 

 

release.

 

 

 

 

sip:// URLs are not supported at this time.

 

 

 

<a>

 

 

 

 

The <a> tag defines an anchor. An anchor can be used to create a link to

 

 

another document by using the href attribute.

 

 

The following attributes are supported:

 

 

 

 

 

 

Attribute

Value/s

Description

 

 

 

 

 

href

URL (Ex:” www.polycom.com”)

The target URL of the link

 

 

 

 

 

name

section_name

Names an anchor. Use this

 

 

 

 

attribute to create a bookmark in a

 

 

 

 

document.

 

 

 

 

In future versions of XHTML the

 

 

 

 

name attribute will be replaced by

 

 

 

 

the id attribute.

 

 

 

 

Note: This attribute is parsed, but

 

 

 

 

not used.

 

 

 

 

 

Input Tags

The following input tags are supported:

<form>—Defines a form

<input>—Defines an input field

2 - 3

Image 13
Contents SIP Trademark Information About This Guide Developer’s Guide SoundPoint IP / SoundStation IP Contents Developer’s Guide SoundPoint IP / SoundStation IP Overview What is the MicrobrowserApplications What is XhtmlHow to Create Applications Microbrowser Supported Xhtml Elements Application DevelopmentBasic Tags Input Tags Link TagsAttribute Value/s Description Method=post This method Method=get This methodInput Img element defines an image Image TagsTable Tags Attribute Value/s Description Meta Information Tags Http SupportMicrobrowser and the main Microbrowser Microbrowser User Interface Navigation and Form Editing Launching the MicrobrowserDeveloping an Xhtml Application Changing Configuration ParametersIdle Display Microbrowser For example, mb.proxy=10.11.32.1038080 Sample ApplicationsHttp//WEBSERVERADDRESSPORT/PLCM/Sample.xhtml Getting the Path Where BMP File has to be Saved Http// Webserveraddress PORT/PLCM/AddStock.xhtml XML Errors TroubleshootingSymptom Problem Corrective Action Developer’s Guide SoundPoint IP / SoundStation IP Unsupported Xhtml Elements AppendixTag Type Tag Description Basic Tags Character Format TagsBlock Tags Tag Type Tag Description Output TagsLink Tags Frame TagsList Tags Tag Type Tag Description Input TagsImage Tags Style Tags Tag Type Tag Description Table TagsMeta Information Tags Tag Type Tag Description Programming Tags Developer’s Guide SoundPoint IP / SoundStation IP Index XHTML, definition