| Package | com.adobe.rtc.events |
| Class | public class NoteEvent |
| Inheritance | NoteEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
NoteEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| NoteEvent | ||
| Constant | Defined 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 | ||
| NoteEvent | () | constructor |
public function NoteEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| CLICK_INDEX_CHANGE | constant |
public static const CLICK_INDEX_CHANGE:String = "clickIndexChange"Dispatched when the scroll position of the note changes.
| DECREASE_FONT | constant |
public static const DECREASE_FONT:String = "decreaseFont"Dispatched when the note font size is decreased.
| INCREASE_FONT | constant |
public static const INCREASE_FONT:String = "increaseFont"Dispatched when the note font size is increased.
| SAVE | constant |
public static const SAVE:String = "save"Dispatched when the note is saved.
| SELECTION_CHANGE | constant |
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