Topic.getNavigationName () |
Return either the title of the story or
the id prefixed with standard display name
to be used in the global linkedpath macro
|
Sourcecode in Topic/objectFunctions.js:
1: function getNavigationName () { 2: return this.groupname; 3: } |