DataSetBuilder.st
changeset 1818 338ca80609c7
parent 1771 1bb15bba99ee
child 1821 8676bf0d2b6c
equal deleted inserted replaced
1817:5ce59c9ae614 1818:338ca80609c7
   161 
   161 
   162 #basicsJustificationEditor
   162 #basicsJustificationEditor
   163 'Aligns the column editor to the left, right, or center in the cell.'
   163 'Aligns the column editor to the left, right, or center in the cell.'
   164 
   164 
   165 #basicsLabel
   165 #basicsLabel
   166 'The label of the column (String or StringCollection) or a selector returning the label.'
   166 'The label of the column, a String or an array of Strings.'
   167 
   167 
   168 #basicsLabelId
   168 #basicsLabelId
   169 'Unique identifier of the column (optional).'
   169 'Unique identifier of the column (optional).'
   170 
   170 
   171 #basicsLabelIsImage
   171 #basicsLabelIsImage