Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
HelpTopic
Last updated at 8:45 am UTC on 30 August 2019
 AbstractHelpTopic subclass: #HelpTopic
	instanceVariableNames: 'title key icon contents subtopics priority'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'HelpSystem-Core-Model'

Comment

This is a configurable version of a help topic. It is a data class.
You may define its
manually.

Different types of help builders make use of these data classes (the classes are taken as a single objects).

See also

For an example of a help builder see
CustomHelpHelpBuilder
You may create your own help builder.