Skip to content

piDefaultRowSpan - cWebWidget

Sets the default piRowSpan for this cWebWidget

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer piDefaultRowSpan
Access Type Syntax
Read Access: Get piDefaultRowSpan to IntegerVariable
Write Access: Set piDefaultRowSpan to IntegerVariable/Value

Description

Sets the default piRowSpan for this cWebWidget.

This is used when adding a cWebWidget to the cWebWidgetContainer when no iRowSpan (height in grid) is provided.

In AppendWidget this default is taken into account during placement logic. When adding a cWebWidget using the built in drag &drop, this is used to determine the height of the placeholder drag box.