HTML and CSS Reference
In-Depth Information
Figure 8-2. Screenshot of the progress component (© copyright Blender Foundation | www.sintel.org )
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"
" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd " >
<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" />
 
Search WWH ::




Custom Search