Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 8cddf34

Browse files
fix table formats
1 parent ebaaf8f commit 8cddf34

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/main/jbake/content/jsf-page003.adoc

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ link:#GKVYB[Table 10-8] lists the event-handling core tags.
2020

2121
[[sthref53]][[GKVYB]]
2222

23-
Table 10-8 Event-Handling Core Tags
23+
*Table 10-8 Event-Handling Core Tags*
2424

25-
[width="36%",cols="100%,",options="header",]
25+
[width="99%",cols="30%,70%"]
2626
|=======================================================================
27-
|Tag |Function
27+
|*Tag* |*Function*
2828
|`f:actionListener` |Adds an action listener to a parent component
2929

3030
|`f:phaseListener` |Adds a `PhaseListener` to a page
@@ -42,11 +42,11 @@ link:#GKVYY[Table 10-9] lists the data-conversion core tags.
4242

4343
[[sthref54]][[GKVYY]]
4444

45-
Table 10-9 Data-Conversion Core Tags
45+
*Table 10-9 Data-Conversion Core Tags*
4646

47-
[width="30%",cols="100%,",options="header",]
47+
[width="99%",cols="30%,70%"]
4848
|=======================================================================
49-
|Tag |Function
49+
|*Tag* |*Function*
5050
|`f:converter` |Adds an arbitrary converter to the parent component
5151

5252
|`f:convertDateTime` |Adds a `DateTimeConverter` instance to the parent
@@ -61,11 +61,11 @@ link:#GKVZG[Table 10-10] lists the facet core tags.
6161

6262
[[sthref55]][[GKVZG]]
6363

64-
Table 10-10 Facet Core Tags
64+
*Table 10-10 Facet Core Tags*
6565

66-
[width="30%",cols="100%,",options="header",]
66+
[width="99%",cols="30%,70%"]
6767
|=======================================================================
68-
|Tag |Function
68+
|*Tag* |*Function*
6969
|`f:facet` |Adds a nested component that has a special relationship to
7070
its enclosing tag
7171

@@ -80,7 +80,7 @@ list.
8080

8181
Table 10-11 Core Tags That Represent Items in a List
8282

83-
[width="30%",cols="100%,",options="header",]
83+
[width="99%",cols="30%,70%"]
8484
|======================================================
8585
|Tag |Function
8686
|`f:selectItem` |Represents one item in a list of items
@@ -92,11 +92,11 @@ link:#GKVYV[Table 10-12] lists the validator core tags.
9292

9393
[[sthref57]][[GKVYV]]
9494

95-
Table 10-12 Validator Core Tags
95+
*Table 10-12 Validator Core Tags*
9696

97-
[width="30%",cols="100%,",options="header",]
97+
[width="99%",cols="30%,70%"]
9898
|=======================================================================
99-
|Tag |Function
99+
|*Tag* |*Function*
100100
|`f:validateDoubleRange` |Adds a `DoubleRangeValidator` to a component
101101

102102
|`f:validateLength` |Adds a `LengthValidator` to a component
@@ -119,11 +119,11 @@ categories.
119119

120120
[[sthref58]][[GKVYU]]
121121

122-
Table 10-13 Miscellaneous Core Tags
122+
*Table 10-13 Miscellaneous Core Tags*
123123

124-
[width="47%",cols="60%,40%,",options="header",]
124+
[width="99%",cols="25%,15%,60%"]
125125
|=======================================================================
126-
|Tag Category |Tag |Function
126+
|*Tag Category* |*Tag* |*Function*
127127
|Attribute configuration |`f:attribute` |Adds configurable attributes to
128128
a parent component
129129

@@ -152,11 +152,11 @@ specific core tags.
152152

153153
[[sthref59]][[BNARE]]
154154

155-
Table 10-14 Where the Core Tags Are Explained
155+
*Table 10-14 Where the Core Tags Are Explained*
156156

157-
[width="28%",cols="100%,",options="header",]
157+
[width="99%",cols="30%,70%"]
158158
|=======================================================================
159-
|Tags |Where Explained
159+
|*Tags* |*Where Explained*
160160
|Event-handling tags a|
161161
link:jsf-page-core002.html#BNASZ[Registering Listeners on Components]
162162

0 commit comments

Comments
 (0)