Mastering PowerBuilder

HomePrevious Lesson: Course 3:: Session 29 :: Page 100
Next Lesson: Generating HTML Forms From DataWindows

HTML related DataWindow Object Properties

The following table describes the list of HTML related DataWindow object properties

HTML related DataWindow Property

Description
HTMLTable.Border 1 or 0. Specifies whether to display the border in the HTML table or not.
HTMLTable.CellPadding 0 or higher value. Specifies the amount of space to leave around the text in the cell.
HTMLTable.CellSpacing 0 or higher value. Specifies the spacing between each cell in the table.
HTMLTable.GenerateCSS Controls whether all other HTML related DataWindow properties should be used in the HTML code or not. Also controls if the elements within the table contain the CLASS references, which the control stylesheet uses.
HTMLTable.NoWrap NoWrap attribute for the HTML Table element. The default is to include this attribute.
HTMLTable.StyleSheet Contains the HTML cascading style sheet generated for the DataWindow.
HTMLTable.Width By default, the browser automatically adjusts the table width as the user resizes the browser. If you want to fix the table width, you need to specify it using this attribute. The default is zero meaning, do not generate the table width tag in the HTML and let the browser adjust the table width automatically.
HomePrevious Lesson: Course 3:: Session 29 :: Page 100
Next Lesson: Generating HTML Forms From DataWindows