:: Documentation >>

bottom text

Sets or retrieves the text in the bottom-left corner of the grid (bottom selector text). Does not encode the html controls characters (<, >, ", &) - the text containing correct html markup will be displayed as html.

Syntax

var value = obj.getBottomText(); 
obj.setBottomText(value);        

obj.onBottomTextChanging = function(value){...}; 
obj.onBottomTextChanged = function(value){...}; 
obj.onBottomTextError = function(value){...}; 

Defined in

bottom model

Examples

obj.setBottomText("bottom text"); // bottom selector text
obj.setBottomImage("favorites");
obj.setBottomTooltip("tooltip text");

Remarks

When some of the html controls characters (<, >, ", &) should appear as text - convert them into html entity codes (&lt;, &gt;, &quot;, &amp;).

See also

Grid templates: bottom selector
Bottom model: image, tooltip, link, value, data, format
Text properties: cell, selector, header, footer, top

Comments

setting the rowSelector text on the footer row Gary (2)

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