MultiTextFrame
The MultiTextFrame object contains a mapping between values and multiple articles of displayed text.
var frame = new MultiTextFrame('m1', 'm2', 'm3');
You can pass a set of field names (e.g., ‘m1’, ‘m2’, ‘m3’) to the constructor, or specify this later using the MultiTextFrame.setFields(arr) property.