getItemText

returns the rendered text of the suggest's item

string getItemText(id id);

Parameters

ididid of the item in question

Returns

stringtext of the related item

Example

var text = $$("mysuggest").getItemText("d12");

Details

Text will take templating logic of the suggest control into account.

See also
Back to top