// If user has specified node contents, they become the title // (the link must be plain text) if(this.srcNodeRef){ this.title += this.srcNodeRef.innerHTML; } this.inherited("postCreate",arguments);