You see the Properties window for a page when you select the background of a page that you are editing in the Visual Designer. Most of the properties are both JSP attributes and properties of the AbstractPageBean
Java component in the page's java class, or page bean.
A page has the following properties.
Type: String
Type: text
bgcolor
attribute of the <body>
HTML tag.
A color value can either be a hexadecimal number (prefixed by a hash mark) or a color name. The following table shows sixteen basic color names, all of which are case-insensitive.
Color names and sRGB values | |||
---|---|---|---|
Black = "#000000" | Green = "#008000" | ||
Silver = "#C0C0C0" | Lime = "#00FF00" | ||
Gray = "#808080" | Olive = "#808000" | ||
White = "#FFFFFF" | Yellow = "#FFFF00" | ||
Maroon = "#800000" | Navy = "#000080" | ||
Red = "#FF0000" | Blue = "#0000FF" | ||
Purple = "#800080" | Teal = "#008080" | ||
Fuchsia = "#FF00FF" | Aqua = "#00FFFF" |
Type: String
background
attribute of the <body>
HTML tag. type: String
Type: String
<link rel="stylesheet">
HTML tag. For example:
<link rel="stylesheet" href="resources/stylesheet.css" type="text/css">
Type: String
<title>
HTML tag. Type: String
charset
parameter of the HTTP Content-Type
tag in the page header. For example:<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
For more information, see
.
Type: String
lang
attribute of the <head>
HTML tag. Click the edit field to enter a language code.
Some language code examples:
ar
- Traditional Arabicde
- Germanen
- Englishes
- Spanishfr
- Frenchja
- Japanese en-US
- United States Englishja-JP
- Japanesezh-guoyu
- Mandarin or Standard Chinese zh-Hans
- Simplified Chinese scriptzh-HanT
- Traditional Chinese script