Polycom VR-6000 manual Input

Page 15

Application Development

<input>

The <input> tag defines the start of an input field where the user can enter data. In XHTML the <input> tag must be properly closed.

The following attributes are supported:

Attribute

Value/s

Description

 

 

 

checked

checked

Indicates that the input element

 

 

should be checked when it first

 

 

loads.

 

 

Note: Used with type="checkbox"

 

 

and type="radio"

 

 

 

name

field_name

Defines a unique name for the

 

 

input element.

 

 

Note: This attribute is required

 

 

with type="button",

 

 

type="checkbox", type="file",

 

 

type="hidden", type="image",

 

 

type="password", type="text", and

 

 

type="radio"

 

 

 

type

checkbox

Indicates the type of the input

 

hidden

element. The default value is "text"

 

password

Note: This is not a required

 

radio

 

attribute, but we think you should

 

reset

 

include it. If omitted, IE 5.5 will still

 

submit

 

display a text field, but Netscape

 

text

 

4.7 will not.

 

 

 

 

 

value

value

For buttons, reset buttons and

 

 

submit buttons: Defines the text on

 

 

the button.

 

 

For image buttons: Defines the

 

 

symbolic result of the field passed

 

 

to a script.

 

 

For checkboxes and radio buttons:

 

 

Defines the result of the input

 

 

element when clicked. The result

 

 

is sent to the form's action URL.

 

 

For hidden, password, and text

 

 

fields: Defines the default value of

 

 

the element.

 

 

Note: Cannot be used with

 

 

type="file"

 

 

Note: This attribute is required

 

 

with type="checkbox" and

 

 

type="radio"

 

 

 

2 - 5

Image 15
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 Link Tags Input TagsAttribute Value/s Description Method=post This method Method=get This methodInput Img element defines an image Image TagsTable Tags Attribute Value/s Description Http Support Meta Information TagsMicrobrowser and the main Microbrowser Microbrowser User Interface Navigation and Form Editing Launching the MicrobrowserChanging Configuration Parameters Developing an Xhtml ApplicationIdle 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 Troubleshooting XML ErrorsSymptom Problem Corrective Action Developer’s Guide SoundPoint IP / SoundStation IP Character Format Tags AppendixUnsupported Xhtml Elements Tag Type Tag Description Basic TagsFrame Tags Tag Type Tag Description Output TagsBlock Tags Link TagsTag Type Tag Description Input Tags List TagsImage Tags Tag Type Tag Description Table Tags Style TagsMeta Information Tags Tag Type Tag Description Programming Tags Developer’s Guide SoundPoint IP / SoundStation IP Index XHTML, definition