Class MarkerTemplate : getSearchTerms Method


Array getSearchTerms()

Summary

Get a list of the search terms used for this template


Returns


Array of search terms


Examples

Code below simply display a list of the search terms associated with the template.

var template = app.getMarkerManager().getTemplate( "favourite" );
var arrST = template.getSearchTerms();
for( i in arrST )
{
menu.addItem( "Favourite|" + arrST[ i ], "onInclude" );
}


See Also

  • MarkerTemplate : addSearchTerm


    Requirements

    Build 1062