{ /* * REQUIRED BINDINGS: * pageNames = NSArray of page names ( linked ) * currentPageTitle = current title, not linked * parentAction = action to invoke when a link is clicked * selectedPage = which page was clicked * * OPTIONAL BINDINGS * fontSize = (HSFont) font size to use for both linked & unlinked text * fontName = (HSFont) font name to use for both linked & unlinked text * currentPageFontColor = (HSFont) font color to use for unlinked text */ Required = (pageNames, currentPageTitle, parentAction, selectedPage); Optional = (fontSize, fontName, currentPageFontColor); }