:: Documentation >>

bottom model

Contains the properties (text, image, tooltip etc.) of the bottom-left corner of the grid control (bottom selector).

Syntax

var value = obj.getBottomProperty(name); // Retrieve property by name
obj.setBottomProperty(name, value);      // Assign property value
obj.defineBottomProperty(name, value);   // Define new property

var external = obj.getBottomModel();     // Get reference to external model
obj.setBottomModel(external);            // Assign external model
obj.clearBottomModel();                  // Clear/reset all properties

Properties

dataBottom selector data.
formatBottom selector formatting object.
imageBottom selector image.
linkBottom selector hyperlink URL.
stateBottom selector state.
textBottom selector text.
tooltipBottom selector tooltip.
valueBottom selector value.

Defined in

AW.UI.Grid

Used by

bottomSelector template

Examples

var obj = new AW.UI.Grid;
obj.setFooterVisible(true);
obj.setSelectorVisible(true);
obj.setSelectorWidth(100);

obj.setBottomText("bottom text");
obj.setBottomImage("favorites");
obj.setBottomTooltip("tooltip text");
document.write(obj);

See also

Grid templates: bottom selector
Related models: footer, selector, top

Comments

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5