JavaScript
{dialog.object}setRepeatingSectionColumnWidth Method
Syntax
{dialog.object}.setRepeatingSectionColumnWidth(RepeatingSectionColumn, width);
Arguments
- RepeatingSectionColumn
The name of the repeating section column.
- width
The width of the column. Width is expressed using CSS syntax. Percentage widths are not supported.
Description
Sets the width of a column in a Repeating Section.
Example
{dialog.Object}.setRepeatingSectionColumnWidth('PRODUCT','300px');