패키지 | spark.components |
클래스 | public final class TextSelectionHighlighting |
상속 | TextSelectionHighlighting Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
selectionHighlighting
property
of the RichEditableText control, and controls that use
RichEditableText as a subcomponent (Spark TextInput and Spark TextArea).
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
ALWAYS : String = "always" [정적]
Always show the text selection, even if the component
doesn't have the keyboard focus or if the component's window
isn't the active window. | TextSelectionHighlighting | ||
WHEN_ACTIVE : String = "whenActive" [정적]
Show the text selection whenever the component's window is active,
even if the component doesn't have the keyboard focus. | TextSelectionHighlighting | ||
WHEN_FOCUSED : String = "whenFocused" [정적]
Show the text selection only when the component has keyboard focus. | TextSelectionHighlighting |
상수 세부 정보
ALWAYS | 상수 |
public static const ALWAYS:String = "always"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Always show the text selection, even if the component doesn't have the keyboard focus or if the component's window isn't the active window.
WHEN_ACTIVE | 상수 |
public static const WHEN_ACTIVE:String = "whenActive"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Show the text selection whenever the component's window is active, even if the component doesn't have the keyboard focus.
WHEN_FOCUSED | 상수 |
public static const WHEN_FOCUSED:String = "whenFocused"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Show the text selection only when the component has keyboard focus.
Tue Jun 12 2018, 03:17 PM Z