HopObject.getNavigationName () |
Return a name for the object to be used in the
global linkedpath macro
this function is overwritten by day-objects!
|
Sourcecode in HopObject/objectFunctions.js:
1: function getNavigationName() { 2: var proto = this._prototype; 3: if (DISPLAY[proto]) 4: return DISPLAY[proto]; 5: return this.__name__; 6: } |