|
|
|
|
|
- Overview
- How to?
- Properties available for the table cells
- Properties available in a page (server code)
- Properties available in a page (browser code)
- Properties available in a page (PHP)
Programming the table cells
The tables can be handled: - by row,
- by column,
- by cell.
To handle the cells of a Table control through programming, use the following syntax: <Column Name> [ <Row Number>] Several WLanguage properties can be used on the cells of a Table control via the following syntax: <Nom de la colonne>[<Numéro de la ligne>]..<Propriété> = <Valeur> <Nom de la table>[<Numéro de la ligne>, <Numéro de la colonne>]..<Propriété> = <Valeur>
Note: if the cell corresponds to a switch, it is not necessary to specify the switch option number. Properties available for the table cells
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|