Skip to content

piDefaultColSpan - cWebWidget

Sets the default piColumnSpan for this cWebWidget

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

Syntax

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

Description

Sets the default piColumnSpan for this cWebWidget.

This is used when adding a cWebWidget to the cWebWidgetContainer when no iColSpan (width 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 width of the placeholder drag box.