Interface FlashOutputPanel

Index

Methods

Methods

public clear()

Method; clears the contents of the Output panel. You can use this method in a batch processing application to clear a list of errors, or to save them incrementally by using this method withoutputPanel.save().

public save(fileURI: string, bAppendToFile?: boolean, bUseSystemEncoding?: boolean)

Parameters

  • fileURI: string
  • bAppendToFile?: boolean optional
  • bUseSystemEncoding?: boolean optional

public trace(message: string)

Parameters

  • message: string