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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.