Packagecom.adobe.rtc.events
Classpublic class NoteEvent
InheritanceNoteEvent Inheritance flash.events.Event

The event class for constants relating to com.adobe.rtc.pods.Note.

See also

com.adobe.rtc.pods.Note


Public Methods
 MethodDefined by
  
NoteEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
NoteEvent
Public Constants
 ConstantDefined by
  CLICK_INDEX_CHANGE : String = "clickIndexChange"
[static] Dispatched when the scroll position of the note changes.
NoteEvent
  DECREASE_FONT : String = "decreaseFont"
[static] Dispatched when the note font size is decreased.
NoteEvent
  INCREASE_FONT : String = "increaseFont"
[static] Dispatched when the note font size is increased.
NoteEvent
  SAVE : String = "save"
[static] Dispatched when the note is saved.
NoteEvent
  SELECTION_CHANGE : String = "selectionChange"
[static] Dispatched when the selection in the note changes.
NoteEvent
Constructor detail
NoteEvent()constructor
public function NoteEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
CLICK_INDEX_CHANGEconstant
public static const CLICK_INDEX_CHANGE:String = "clickIndexChange"

Dispatched when the scroll position of the note changes.

DECREASE_FONTconstant 
public static const DECREASE_FONT:String = "decreaseFont"

Dispatched when the note font size is decreased.

INCREASE_FONTconstant 
public static const INCREASE_FONT:String = "increaseFont"

Dispatched when the note font size is increased.

SAVEconstant 
public static const SAVE:String = "save"

Dispatched when the note is saved.

SELECTION_CHANGEconstant 
public static const SELECTION_CHANGE:String = "selectionChange"

Dispatched when the selection in the note changes.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/events/NoteEvent.html