Skip to content

Latest commit

 

History

History
74 lines (66 loc) · 1.75 KB

File metadata and controls

74 lines (66 loc) · 1.75 KB

Component: Loop

Different items are required based on loop type.

Component Signature

<bx:Loop array=[array]
item=[string]
index=[string]
to=[double]
from=[double]
file=[string]
list=[string]
delimiters=[string]
collection=[collection]
condition=[function]
query=[any]
group=[string]
groupCaseSensitive=[boolean]
startRow=[integer]
endRow=[integer]
label=[string]
times=[integer]
step=[number] />

Attributes

Atrribute Type Required Description Default
array array false
item string false
index string false
to double false
from double false
file string false
list string false
delimiters string false
collection collection false
condition function false
query any false
group string false
groupCaseSensitive boolean false false
startRow integer false
endRow integer false
label string false
times integer false
step number false 1

Examples

<bx:Loop array=[array]
item=[string]
index=[string]
to=[double]
from=[double]
file=[string]
list=[string]
delimiters=[string]
collection=[collection]
condition=[function]
query=[any]
group=[string]
groupCaseSensitive=[boolean]
startRow=[integer]
endRow=[integer]
label=[string]
times=[integer]
step=[number] />