3.2.0

setting the rowSelector text on the footer row

How Would I set the row selector text for the footer row?
Gary
March 16,
The content of the footer row selector is linked to the bottom model, so obj.setBottomText("abc") should set the text

obj.setFooterVisible(true);
    obj.setSelectorVisible(true);
    obj.setSelectorWidth(40);
    obj.setBottomText("abc");
Alex (ActiveWidgets)
March 16,
Thanks, Alex! That's exactly what I needed.
Gary
March 16,

This topic is archived.

See also:


Back to support forum