HTML and CSS Reference
In-Depth Information
Listing 8-17.
Example of Using the Progress Component
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<html xmlns="
http://www.w3.org/1999/xhtml
"
xmlns:ui="
http://xmlns.jcp.org/jsf/facelets
"
xmlns:projsfhtml5="
http://xmlns.jcp.org/jsf/composite/projsfhtml5
"
>
<ui:composition template="/base.xhtml">
<ui:define name="title">
Progress Component
</ui:define>
<ui:define name="top">
Progress Component
</ui:define>
<ui:define name="content">
<h2>Progress bar (indeterminate)</h2>
<projsfhtml5:progress id="indeterminate" />
