getItemText

returns the rendered text of the suggest's item

string getItemText(id id);
ididid of the item in question
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