Object for an application help or tutorial section. Each section has three properties:
- label
- content
- array of subsections, each of type HelpSection
Provides methods for generating a section heading (for display in the help and tutorial
windows) which can include a table of contents listing child sections.
public var children:Array
This property can be used as the source for data binding.
public var content:String
This property can be used as the source for data binding.
public var label:String = ""
This property can be used as the source for data binding.
public function HelpSection()
public function htmlText(aboutData:Object):StringParameters
Returns