XForms/Player Specific Instructions

From Wikibooks, open books for an open world
Jump to navigation Jump to search

FireFox Extension[edit | edit source]

Directions for installing the FireFox extension are listed here.

Make sure your XForms files have the .xhtml extension.

This document describes how the FireFox extension adheres or differs from the formal W3C specification.

FormFaces[edit | edit source]

FormFaces is a JavaScript implementation of XForms. To use it you can do the following:

First download the FormFaces JavaScript Library from the from faces web site http://www.formfaces.com/.

To use the FormFaces solution you will need to do two things. First add the following line to all your forms:

 <script type="text/javascript" src="formfaces.js"></script>

Second you will need to download the 85K Javascript file called "formfaces.js" and put it in the same directory that you are running the program.

formsPlayer[edit | edit source]

formsPlayer allows users to view XForms pages within Internet Explorer, on Windows. The processor was the first to fully implement the XForms 1.0 standard, and continues to lead the way by implementing the latest Working Draft of XForms 1.1. For details on how to install formsPlayer and set up a development environment, and then use this to follow a detailed Introduction to XForms tutorial, see Programming formsPlayer and XForms.[1] The tutorial includes in depth discussion of two forms; one that saves bookmarks to del.icio.us, and another that searches Flickr.

X-Smiles[edit | edit source]

X-Smiles is a browser that includes XForms support. See http://www.x-smiles.org/ for details. X-Smiles allows many of the programs in this book to run without modification. X-Smiles does not support some XHTML standards. For a full report of what features are working in X-Smiles see this link: http://www.x-smiles.org/features_xforms.html