You see the Properties window for a Page Fragment Box component when
you select the border of a Page Fragment Box on a page that you are editing
in the Visual Designer. The properties
you see are for the enclosing
<div>
element, which you can also
select in the Navigator window.
This JavaServer Faces component has the following properties.
Type: text
Type: text
text-align
property and can take the following values:
left
- Align at the left margin of the page and leave the right margin ragged.right
- Align at the right margin of the page and leave the left margin ragged.center
- Each line is individually centered on the page.justify
- Lines are aligned to both the left and right margins, and the text is evenly spaced across each line. Type: String
position: absolute; left: 288px; top: 312px
You can enter values directly or click the ellipsis (...) button to use the Style Editor.
For a list of CSS2 style attributes, see the web page at
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
dir
attribute of the HTML <input>
tag.
Values can be:
LTR
- Left-to-right.RTL
- Right-to-left. Type: String
lang
attribute of the HTML <input>
tag.
To choose a language code, you can click the ellipsis button (...) to open
the property editor. Some examples:
ar
- Traditional Arabicde
- Germanen
- Englishes
- Spanishfr
- Frenchja
- Japanese In addition to the codes available in the property editor, you can also enter additional codes using ISO standard names. Some examples:
en-US
- United States Englishja-JP
- Japanesezh-guoyu
- Mandarin or Standard Chinese zh-Hans
- Simplified Chinese scriptzh-HanT
- Traditional Chinese script Type: Locale
ar
, de
, en
, sp
, ja
,
and so on. The xmlLang property is modeled after similar attributes in
the DTDs for other J2EE deployment descriptors, in particular the DTD for web.xml
files.