w3schools
  
HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...   References Examples Forum About

XForms Input Controls

« Previous Next Chapter »

The user interface of XForms uses XForms controls.


XForms Controls

The user interface elements in XForms are called XForms Controls.

The most commonly used control elements are <input> and <submit>.

Each control element has a ref attribute pointing back to the XForms data model.


Device Independent Controls

It is important to know that the XForms user interface does not describe exactly how to display the XForms controls.

Because XForms is platform and device independent, XForms leaves it up to the browser to decide how to display the controls.

This way XForms can be used for all types of devices, personal computers, cell phones, hand held computers and much more. XForms is also the perfect solution for defining user interfaces for people with disabilities.


The Input Control

The input control is the most common XForms control. It can hold one line of text:

<input ref="name/fname"><label>First Name</label></input>

Most often the input control will display as an input field, like this:

First Name:


The <label> Element

The <label> element is a mandatory child element for all XForms input controls.

The reason for this is to secure that the form can be used for all types of devices (because labels can be treated in different ways). For voice software the label has to be spoken, and for some hand held computers the label has to follow the input, screen by screen.


The Secret Control

The secret control is designed to input passwords or other hidden information:

<secret ref="name/password"><label>Password:</label></secret>

Most often the secret control will display as an input field like this:

Password:


The Textarea Control

The textarea control is used for multi-line input:

<textarea ref="message"><label>Message</label></textarea>

The textarea control might display as an input field like this:

Message:


The Submit Control

The submit control is used to submit the data:

<submit submission="form1"><label>Submit</label></submit>


The Trigger Control

The trigger control is used to trigger an action:

<trigger ref="calculate"><label>Calculate!</label></trigger>


The Output Control

The output control is used to display XForms data.

The example below will simply output the content of the <fname> and <lname> node in the XForms XML document (XForms instance):

Example

<model>
  <instance>
    <person>
      <fname>Hege</fname>
      <lname>Refsnes</lname>
    </person>
  </instance>
</model>

<output ref="fname"/>
<output ref="lname"/>

Try it yourself » (The example will only work in IE5+)


The Upload Control

The upload control is designed for uploading files to a server:

<upload bind="name">
  <label>File to upload:</label>
  <filename bind="file"/>
  <mediatype bind="media"/>
</upload>

« Previous Next Chapter »


Altova® MissionKit® - Integrated Suite of XML Tools

Altova MissionKit

The Altova MissionKit is an integrated suite of tools ideal for:

  • XML development
  • Web & Web services development
  • Data mapping & integration
  • Rendering & publishing XML & database data
  • XBRL validation, taxonomy editing, transformation & rendering

The MissionKit for XML Developers includes XMLSpy® - the industry-leading XML editor; MapForce® - a graphical data mapping, conversion, and integration tool; StyleVision® - a visual XSLT stylesheet designer; DiffDog® - an XML-aware diff/merge tool; and 2 additional tools.

Try all 6 products free for 30 days!

Download a fully-functional free trial

  Altova Missionkit


WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Top 10 Web Hosting
UK Reseller Hosting
Web Hosting
FREE Web Hosting
Top Web Hosting
Windows Hosting
WEB BUILDING
XML Editor – Free Trial!
FREE Flash Website
FREE Web Templates
FLIGHT TICKETS
Find the cheapest flight
to any destination now!
EDUCATION
US Web Design Schools
HTML Certification
JavaScript Certification
XML Certification
PHP Certification
ASP Certification
STATISTICS
Browser Statistics
Browser OS
Browser Display