Language References
Sets or retrieves whether the list should be compacted to remove extra space between list objects.
Inline |
<DL COMPACT ... > |
Script |
dl.compact = bCompactList ] |
false |
Removes extra space between objects. |
true |
Does not remove extra space between objects. |
This property returns or accepts only a boolean value, meaning true if set, and false if not. The property is read/write with a default value of false.
DL