Packageedu.stanford.covertlab.window
Classpublic class HelpSection
SubclassesHelpData

Object for an application help or tutorial section. Each section has three properties:

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.

See also

HelpWindow
TutorialWindow


Public Properties
 PropertyDefined by
  children : Array
HelpSection
  content : String
HelpSection
  label : String = ""
HelpSection
Public Methods
 MethodDefined by
  
HelpSection
  
htmlText(aboutData:Object):String
HelpSection
Property detail
childrenproperty
public var children:Array

This property can be used as the source for data binding.

contentproperty 
public var content:String

This property can be used as the source for data binding.

labelproperty 
public var label:String = ""

This property can be used as the source for data binding.

Constructor detail
HelpSection()constructor
public function HelpSection()
Method detail
htmlText()method
public function htmlText(aboutData:Object):StringParameters
aboutData:Object

Returns
String