antville/code/Topic/objectFunctions.js
2002-12-17 21:54:12 +00:00

10 lines
241 B
JavaScript

/**
* Return either the title of the story or
* the id prefixed with standard display name
* to be used in the global linkedpath macro
* @see hopobject.getNavigationName()
*/
function getNavigationName () {
return this.groupname;
}