Creator Components Row (Section) — DiSky

Addon: DiSky · Category: Section · Since: 4.0.0

Syntax

(make|create) [a] [new] [component[s]] row [and store (it|the result) in %-~objects%]

Description

Creates a row of components. The specified variable will contains the created row once the section is executed. For now, a row can only hold multiple components of type Button! Use 'the last row builder' expression (within the section) to change the values of the row!

Examples

create a new row and store it in {_row}:
        
    add new danger button with id "test" named "Hello World" with reaction "smile" to the components of the row
    add new success button with id "test2" named "yuss" to the components of the row

View source