My favorites
▼
|
Sign in
lineadecodigo
Web Code Samples in spanish
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
lineadecodigo_web
/
WebContent
/
markup
/
XForms
/
mi-primer-formulario-xforms.xhtml
r478
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<h:html xmlns:h="http://www.w3.org/1999/xhtml"
xmlns="http://www.w3.org/2002/xforms">
<h:head>
<h:title>Mi primer formulario XForms</h:title>
<model>
<instance>
<data xmlns="">
<nombre>Victor</nombre>
<apellido>Cuervo</apellido>
</data>
</instance>
<submission action="http://example.com/buscar"
method="post" id="busqueda"/>
</model>
</h:head>
<h:body>
<h:h1>Mi primer formulario XForms</h:h1>
<h:p>
<input ref="nombre">
<label>Nombre:</label>
<hint>Pon el nombre de la persona a buscar</hint>
</input>
<h:br/>
<input ref="apellido">
<label>Apellido:</label>
<hint>Pon el apellido de la persona a buscar</hint>
</input>
<h:br/>
<submit submission="busqueda">
<label>Buscar</label>
</submit>
<h:br/><h:br/>
<h:hr/>
Articulo disponible en: <h:a href="http://lineadecodigo.com/2007/11/24/mi-primer-formulario-xforms/">http://lineadecodigo.com/2007/11/24/mi-primer-formulario-xforms/</h:a><h:br/>
<h:a href="http://lineadecodigo.com" title="Linea de Codigo">lineadecodigo.com</h:a>
</h:p>
</h:body>
</h:html>
Show details
Hide details
Change log
r23
by vcuervo on Feb 8, 2008
Diff
Subida inicial
Go to:
...eadecodigo_web/WebContent/Google
...WebContent/Google/GoogleChartAPI
...rimera-grafica-google-chart.html
...web/WebContent/Google/GoogleMaps
...ndo-controles-a-google-maps.html
...leMaps/cargando-google-maps.html
...direcciones-con-google-maps.html
...ogleMaps/control-de-trafico.html
...GoogleMaps/dragzoom-control.html
...eMaps/escala-en-google-maps.html
...uir-imagenes-en-google-maps.html
.../GoogleMaps/linea-geodesica.html
...Maps/ventana-de-informacion.html
...lineadecodigo_web/WebContent/XML
...odigo_web/WebContent/XML/Persona
...bContent/XML/Persona/persona.dtd
...ontent/XML/Persona/persona_1.xml
...ontent/XML/Persona/persona_2.xml
...codigo_web/WebContent/markup/CSS
...web/WebContent/markup/CSS/bordes
.../markup/CSS/bordes/borde-3d.html
...ordes/borde-con-linea-doble.html
...rde-con-lineas-discontinuas.html
...eb/WebContent/markup/CSS/colores
...colores/color-barras-scroll.html
...color-de-fondo-de-la-pagina.html
...color-de-fondo-del-textarea.html
...eb/WebContent/markup/CSS/enlaces
...laces/enlaces-no-subrayados.html
...-subarayados-arriba-y-abajo.html
...nlaces/resaltado-de-enlaces.html
...ebContent/markup/CSS/formularios
...s/boton-con-imagen-de-fondo.html
...b/WebContent/markup/CSS/imagenes
...genes/fondo-con-imagen-fija.html
...agenes-como-hitos-de-listas.html
...imagenes/imagenes-con-borde.html
...S/imagenes/ocultar-imagenes.html
...enes/tamanio-imagen-con-css.html
...web/WebContent/markup/CSS/listas
...incrementar-item-dos-en-dos.html
...istas/lista-numeros-romanos.html
...S/listas/valor-inicio-lista.html
...web/WebContent/markup/CSS/pagina
...ntent/markup/CSS/pagina/margenes
.../pagina/margenes-pagina-web.html
.../pagina/margenes/margenes_1.html
.../pagina/margenes/margenes_2.html
.../pagina/margenes/margenes_3.html
.../pagina/margenes/margenes_4.html
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 1232 bytes, 52 lines
View raw file
Powered by
Google Project Hosting