ComponentContent: WOComponentContent { } Table: WOGenericContainer { elementName = "TABLE"; border = 0; cellpadding = 0; cellspacing = 0; width = tableWidth; } TD: WOGenericContainer { align = ^contentAlign; elementName = "TD"; } BoxTopLeftCornerImage: WOImage { filename="images/boxtopleftcorner.gif"; width="8"; height="8"; alt=""; } BoxRightImage: WOImage { filename="images/boxright.gif"; width="8"; height="8"; alt=""; } BoxBottomLeftImage: WOImage { filename="images/boxbottomleft.gif"; width="8"; height="8"; alt=""; } BoxBottomImage: WOImage { filename="images/boxbottom.gif"; width="8"; height="8"; alt=""; } BoxBottomRightImage: WOImage { filename="images/boxbottomright.gif"; width="8"; height="8"; alt=""; } BoxTopImage: WOImage { filename="images/boxtop.gif"; width=centerWidth; height="8"; alt=""; } BoxTopRightCornerImage: WOImage { filename="images/boxtoprightcorner.gif"; width="8"; height="8"; alt=""; } BoxTopLeftImage: WOImage { filename="images/boxtopleft.gif"; width="8"; height="8"; alt=""; } BoxTopRightImage: WOImage { filename="images/boxtopright.gif"; width="8"; height="8"; alt=""; } BoxDividerLeftImage: WOImage { filename="images/boxdividerleft.gif"; width="8"; height="13"; alt=""; } BoxDividerImage: WOImage { filename="images/boxdivider.gif"; width="8"; height="13"; alt=""; } BoxDividerRightImage: WOImage { filename="images/boxdividerright.gif"; width="8"; height="13"; alt=""; } BoxLeftImage: WOImage { filename="images/boxleft.gif"; width="8"; height="8"; alt=""; } BoxTopImageURL: WOResourceURL { filename="images/boxtop.gif"; } BoxTopLeftImageURL: WOResourceURL { filename="images/boxtopleft.gif"; } BoxTopRightImageURL: WOResourceURL { filename="images/boxtopright.gif"; } BoxDividerImageURL: WOResourceURL { filename="images/boxdivider.gif"; } BoxLeftImageURL: WOResourceURL { filename="images/boxleft.gif"; } BoxRightImageURL: WOResourceURL { filename="images/boxright.gif"; } BoxBottomImageURL: WOResourceURL { filename="images/boxbottom.gif"; } CenterWidth: WOString { value = centerWidth; } Title: WOString { value = ^title; }