Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
CustomHelpHelpBuilder
Last updated at 5:08 pm UTC on 4 November 2017
 HelpBuilder subclass: #CustomHelpHelpBuilder
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'HelpSystem-Core-Builders'

This builder builds help topics from a help topic description (which is typically stored
in a class).

The help topic description object has to understand the following messages:

#bookName - should return the name of the help book
#icon - should return the icon of the help book
#key - should return a unique key to identify the book
#pages - should return an array of method selectors to call to get the books pages


The custom help topics are defined in subclasses of CustomHelp.