패키지 | mx.core |
클래스 | public class FTETextField |
상속 | FTETextField Sprite DisplayObjectContainer InteractiveObject DisplayObject EventDispatcher Object |
구현 | IFontContextComponent |
하위 클래스 | UIFTETextField |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
관련 API 요소
속성 | 정의 주체 | ||
---|---|---|---|
accessibilityImplementation : AccessibilityImplementation
이 InteractiveObject 인스턴스에 대한 현재 액세스 가능성 구현(AccessibilityImplementation)입니다. | InteractiveObject | ||
accessibilityProperties : AccessibilityProperties
이 표시 객체의 현재 액세스 가능성 옵션입니다. | DisplayObject | ||
alpha : Number
지정된 객체의 알파 투명도 값을 나타냅니다. | DisplayObject | ||
alwaysShowSelection : Boolean
This property is not implemented in FTETextField
because FTETextField does not support selection. | FTETextField | ||
antiAliasType : String
This property has no effect in FTETextField
because FTE uses a newer font renderer than TextField. | FTETextField | ||
autoSize : String
텍스트 필드의 자동 크기 조절 및 정렬을 제어합니다. | FTETextField | ||
background : Boolean
텍스트 필드에 배경 칠이 있는지 여부를 지정합니다. | FTETextField | ||
backgroundColor : uint
텍스트 필드의 배경색입니다. | FTETextField | ||
blendMode : String
사용할 블렌드 모드를 지정하는 BlendMode 클래스 값입니다. | DisplayObject | ||
blendShader : Shader [쓰기 전용]
전경 및 배경을 블렌딩하는 데 사용되는 셰이더를 설정합니다. | DisplayObject | ||
border : Boolean
텍스트 필드에 테두리가 있는지 여부를 지정합니다. | FTETextField | ||
borderColor : uint
텍스트 필드의 테두리 색상입니다. | FTETextField | ||
bottomScrollV : int [읽기 전용]
This property has not been implemented in FTETextField
because FTETextField does not support scrolling. | FTETextField | ||
buttonMode : Boolean
이 Sprite의 버튼 모드를 지정합니다. | Sprite | ||
cacheAsBitmap : Boolean
true로 설정된 경우 Flash 런타임은 표시 객체의 내부 비트맵 표현을 캐시합니다. | DisplayObject | ||
cacheAsBitmapMatrix : Matrix
null이 아닌 경우 이 Matrix 객체는 cacheAsBitmap이 true로 설정될 때 표시 객체가 렌더링되는 방법을 정의합니다. | DisplayObject | ||
caretIndex : int [읽기 전용]
This property has not been implemented in FTETextField
because FTETextField does not support editing. | FTETextField | ||
condenseWhite : Boolean
HTML 텍스트가 있는 텍스트 필드에서 공백 문자, 줄 바꿈 등의 불필요한 공백을 제거할지 여부를 지정하는 부울 값입니다. | FTETextField | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
contextMenu : NativeMenu
이 객체에 연결된 컨텍스트 메뉴를 지정합니다. | InteractiveObject | ||
defaultTextFormat : flash.text:TextFormat
replaceSelectedText() 메서드로 삽입한 텍스트 또는 사용자가 입력한 텍스트 등 새로 삽입되는 텍스트에 적용할 서식을 지정합니다. | FTETextField | ||
direction : String
The directionality of the text displayed by the FTETextField. | FTETextField | ||
displayAsPassword : Boolean
This property has not been implemented in FTETextField
because FTETextField does not support editing. | FTETextField | ||
doubleClickEnabled : Boolean
이 객체에서 doubleClick 이벤트를 받을지 여부를 지정합니다. | InteractiveObject | ||
dropTarget : DisplayObject [읽기 전용]
드래그하는 Sprite 아래의 표시 객체 또는 Sprite를 드래그해 놓은 표시 객체를 지정합니다. | Sprite | ||
embedFonts : Boolean
포함된 글꼴 외곽선을 사용하여 렌더링할지 여부를 지정합니다. | FTETextField | ||
filters : Array
현재 표시 객체와 연관된 각 필터 객체가 들어 있는 인덱싱된 배열입니다. | DisplayObject | ||
focusRect : Object
이 객체에서 포커스 사각형을 표시할지 여부를 지정합니다. | InteractiveObject | ||
fontContext : IFlexModuleFactory
The IFlexModuleFactory instance that FTETextField
uses for creating TextLine objects. | FTETextField | ||
graphics : Graphics [읽기 전용]
벡터 드로잉 명령을 내릴 수 있는 이 Sprite에 속한 Graphics 객체를 지정합니다. | Sprite | ||
gridFitType : String
This property has no effect in FTETextField
because FTE uses a newer font renderer than TextField. | FTETextField | ||
height : Number
표시 객체의 높이를 픽셀 단위로 나타냅니다. | DisplayObject | ||
hitArea : Sprite
Sprite의 히트 영역으로 사용할 다른 Sprite를 지정합니다. | Sprite | ||
htmlText : String
텍스트 필드 내용의 HTML 표현이 들어 있습니다. | FTETextField | ||
length : int [읽기 전용]
텍스트 필드의 문자 수입니다. | FTETextField | ||
loaderInfo : LoaderInfo [읽기 전용]
이 표시 객체가 속한 파일의 로딩 정보가 포함된 LoaderInfo 객체를 반환합니다. | DisplayObject | ||
locale : String
The locale of the text displayed by FTETextField. | FTETextField | ||
mask : DisplayObject
호출하는 표시 객체는 지정된 mask 객체에 의해 마스크 처리됩니다. | DisplayObject | ||
maxChars : int
This property has not been implemented in FTETextField
because FTETextField does not support editing. | FTETextField | ||
maxScrollH : int [읽기 전용]
This property has not been implemented in FTETextField
because FTETextField does not support scrolling. | FTETextField | ||
maxScrollV : int [읽기 전용]
This property has not been implemented in FTETextField
because FTETextField does not support scrolling. | FTETextField | ||
metaData : Object
PlaceObject4 태그를 통해 SWF 파일에 해당 DisplayObject의 인스턴스와 함께 메타데이터가 저장된 경우 DisplayObject 인스턴스의 메타데이터 객체를 가져옵니다. | DisplayObject | ||
mouseChildren : Boolean
해당 객체의 자식에서 마우스 또는 사용자 입력 장치가 사용하도록 설정되어 있는지 여부를 결정합니다. | DisplayObjectContainer | ||
mouseEnabled : Boolean
이 객체가 마우스 또는 기타 사용자 입력, 메시지를 수신할지 여부를 지정합니다. | InteractiveObject | ||
mouseWheelEnabled : Boolean
This property has not been implemented in FTETextField
because FTETextField does not support scrolling. | FTETextField | ||
mouseX : Number [읽기 전용]
마우스 또는 사용자 입력 장치 위치의 x 좌표를 픽셀로 나타냅니다. | DisplayObject | ||
mouseY : Number [읽기 전용]
마우스 또는 사용자 입력 장치 위치의 y 좌표를 픽셀로 나타냅니다. | DisplayObject | ||
multiline : Boolean
This property has no effect in FTETextField
because FTETextField does not support editing. | FTETextField | ||
name : String
DisplayObject의 인스턴스 이름을 나타냅니다. | DisplayObject | ||
needsSoftKeyboard : Boolean
이 InteractiveObject 인스턴스가 포커스를 받을 때 가상 키보드(화면의 소프트웨어 키보드)를 표시할지 여부를 지정합니다. | InteractiveObject | ||
numChildren : int [읽기 전용]
이 객체의 자식 수를 반환합니다. | DisplayObjectContainer | ||
numLines : int [읽기 전용]
여러 행 텍스트 필드의 텍스트 행 수를 정의합니다. | FTETextField | ||
opaqueBackground : Object
표시 객체를 특정 배경색으로 불투명하게 처리할지 여부를 지정합니다. | DisplayObject | ||
parent : DisplayObjectContainer [읽기 전용]
이 표시 객체가 포함된 DisplayObjectContainer 객체를 나타냅니다. | DisplayObject | ||
restrict : String
This property has not been implemented in FTETextField
because FTETextField does not support scrolling. | FTETextField | ||
root : DisplayObject [읽기 전용]
로드된 SWF 파일에 있는 표시 객체의 경우, 해당 SWF 파일이 나타내는 표시 목록의 트리 구조 부분에서 맨 위에 위치하는 표시 객체가 루트 속성이 됩니다. | DisplayObject | ||
rotation : Number
DisplayObject 인스턴스가 원점으로부터 회전한 각도입니다. | DisplayObject | ||
rotationX : Number
DisplayObject 인스턴스가 3D parent 컨테이너를 기준으로 원점으로부터 x축 회전한 각도를 나타냅니다. | DisplayObject | ||
rotationY : Number
DisplayObject 인스턴스가 3D parent 컨테이너를 기준으로 원점으로부터 y축 회전한 각도를 나타냅니다. | DisplayObject | ||
rotationZ : Number
DisplayObject 인스턴스가 3D parent 컨테이너를 기준으로 원점으로부터 z축 회전한 각도를 나타냅니다. | DisplayObject | ||
scale9Grid : Rectangle
현재 적용 중인 크기 조절 격자입니다. | DisplayObject | ||
scaleX : Number
등록 포인트에서 적용된 객체의 가로 크기(백분율)를 나타냅니다. | DisplayObject | ||
scaleY : Number
객체의 등록 포인트에서 적용된 객체의 세로 크기(백분율)를 나타냅니다. | DisplayObject | ||
scaleZ : Number
객체의 등록 포인트에서 적용된 객체의 깊이 크기(백분율)를 나타냅니다. | DisplayObject | ||
scrollH : int
This property has not been implemented in FTETextField
because FTETextField does not support scrolling. | FTETextField | ||
scrollRect : Rectangle
표시 객체의 스크롤 사각형 경계입니다. | DisplayObject | ||
scrollV : int
This property has not been implemented in FTETextField
because FTETextField does not support scrolling. | FTETextField | ||
selectable : Boolean
Setting this property has no effect in FTETextField
because FTETextField does not support selection. | FTETextField | ||
selectionBeginIndex : int [읽기 전용]
This property has not been implemented in FTETextField
because FTETextField does not support selection. | FTETextField | ||
selectionEndIndex : int [읽기 전용]
This property has not been implemented in FTETextField
because FTETextField does not support selection. | FTETextField | ||
sharpness : Number
This property has no effect in FTETextField. | FTETextField | ||
softKeyboard : String
소프트 키보드의 모양을 제어합니다. | InteractiveObject | ||
softKeyboardInputAreaOfInterest : Rectangle
소프트 키보드가 표시될 때 화면에서 그대로 유지되는 영역을 정의합니다(iOS에서는 사용할 수 없음). | InteractiveObject | ||
soundTransform : flash.media:SoundTransform
이 Sprite 내에서 사운드를 제어합니다. | Sprite | ||
stage : Stage [읽기 전용]
표시 객체의 Stage입니다. | DisplayObject | ||
styleSheet : StyleSheet
텍스트 필드에 스타일 시트를 연결합니다. | FTETextField | ||
tabChildren : Boolean
객체의 자식에서 탭 기능을 사용할 수 있는지 여부를 결정합니다. | DisplayObjectContainer | ||
tabEnabled : Boolean
이 객체가 탭 순서에 있는지 여부를 지정합니다. | InteractiveObject | ||
tabIndex : int
SWF 파일에서 객체의 탭 순서를 지정합니다. | InteractiveObject | ||
text : String
텍스트 필드의 현재 텍스트인 문자열입니다. | FTETextField | ||
textColor : uint
텍스트 필드의 16진수 형식 텍스트 색상입니다. | FTETextField | ||
textHeight : Number [읽기 전용]
텍스트의 높이(픽셀 단위)입니다. | FTETextField | ||
textSnapshot : flash.text:TextSnapshot [읽기 전용]
이 DisplayObjectContainer 인스턴스에 대한 TextSnapshot 객체를 반환합니다. | DisplayObjectContainer | ||
textWidth : Number [읽기 전용]
텍스트의 폭(픽셀 단위)입니다. | FTETextField | ||
thickness : Number
This property has no effect in FTETextField
because FTE uses a newer font renderer than TextField. | FTETextField | ||
transform : flash.geom:Transform
표시 객체의 행렬, 색상 변환 및 픽셀 경계와 관련된 속성을 가진 객체입니다. | DisplayObject | ||
type : String
텍스트 필드의 유형입니다. | FTETextField | ||
useHandCursor : Boolean
buttonMode 속성이 true로 설정된 스프라이트 위로 포인터를 움직일 때 손 모양(손 모양 커서)을 표시할지 여부를 나타내는 부울 값입니다. | Sprite | ||
useRichTextClipboard : Boolean
This property is not implemented in FTETextField
because FTETextField does not support selection
or clipboard operations. | FTETextField | ||
visible : Boolean
표시 객체가 표시되는지 여부를 나타냅니다. | DisplayObject | ||
width : Number
표시 객체의 폭을 픽셀 단위로 나타냅니다. | DisplayObject | ||
wordWrap : Boolean
텍스트 필드에 자동 줄 바꿈이 사용되는지 여부를 나타내는 부울 값입니다. | FTETextField | ||
x : Number
부모 DisplayObjectContainer의 로컬 좌표를 기준으로 DisplayObject 인스턴스의 x 좌표를 나타냅니다. | DisplayObject | ||
y : Number
부모 DisplayObjectContainer의 로컬 좌표를 기준으로 DisplayObject 인스턴스의 y 좌표를 나타냅니다. | DisplayObject | ||
z : Number
3D parent 컨테이너를 기준으로 DisplayObject 인스턴스의 z축에 있는 z 좌표 위치를 나타냅니다. | DisplayObject |
메서드 | 정의 주체 | ||
---|---|---|---|
Constructor. | FTETextField | ||
이 DisplayObjectContainer 인스턴스에 자식 DisplayObject 인스턴스를 추가합니다. | DisplayObjectContainer | ||
이 DisplayObjectContainer 인스턴스에 자식 DisplayObject 인스턴스를 추가합니다. | DisplayObjectContainer | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | EventDispatcher | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
지정된 point 점으로 DisplayObjectContainer.getObjectsUnderPoint() 메서드를 호출하여 반환된 목록에서 임의의 표시 객체가 보안 제한 사항으로 인해 생략되는지 여부를 나타냅니다. | DisplayObjectContainer | ||
지정된 표시 객체가 DisplayObjectContainer 인스턴스의 자식인지 아니면 인스턴스 자체인지를 확인합니다. | DisplayObjectContainer | ||
이벤트를 이벤트 흐름으로 전달합니다. | EventDispatcher | ||
targetCoordinateSpace 객체의 좌표계를 기준으로 표시 객체의 영역을 정의하는 사각형을 반환합니다. | DisplayObject | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
지정된 인덱스에 존재하는 자식 표시 객체 인스턴스를 반환합니다. | DisplayObjectContainer | ||
지정된 이름을 가진 자식 표시 객체를 반환합니다. | DisplayObjectContainer | ||
자식 DisplayObject 인스턴스의 인덱스 위치를 반환합니다. | DisplayObjectContainer | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
지정된 텍스트 행에 대한 메트릭 정보를 반환합니다. | FTETextField | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
이 DisplayObjectContainer 인스턴스의 자식(또는 손자 등)으로서 지정된 점 아래에 있는 객체의 배열을 반환합니다. | DisplayObjectContainer | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
대상 좌표 공간 매개 변수에 의해 정의되는 좌표계를 기준으로 모양의 획을 제외하고 표시 객체의 경계를 정의하는 사각형을 반환합니다. | DisplayObject | ||
This method has been implemented in FTETextField
to simply return a copy of the defaultTextFormat,
because FTETextField does not support formatting a range. | FTETextField | ||
Point 객체를 Stage 전역 좌표에서 표시 객체의 로컬 좌표로 변환합니다. | DisplayObject | ||
Stage(전역) 좌표의 2차원 점을 3차원 표시 객체(로컬) 좌표로 변환합니다. | DisplayObject | ||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
표시 객체의 경계 상자를 평가하여 obj 표시 객체의 경계 상자와 겹치거나 교차하는지 확인합니다. | DisplayObject | ||
표시 객체를 평가하여 x 및 y 매개 변수에 의해 지정된 점과 겹치거나 교차하는지 확인합니다. | DisplayObject | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
3차원 표시 객체의 로컬 좌표에 있는 3차원 점을 Stage 전역 좌표의 2차원 점으로 변환합니다. | DisplayObject | ||
Point 객체를 표시 객체의 로컬 좌표에서 Stage 전역 좌표로 변환합니다. | DisplayObject | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
지정된 자식 DisplayObject 인스턴스를 DisplayObjectContainer 인스턴스의 자식 목록에서 제거합니다. | DisplayObjectContainer | ||
DisplayObjectContainer 자식 목록에서 지정된 인덱스 위치에 있는 자식 DisplayObject를 제거합니다. | DisplayObjectContainer | ||
모든 자식 DisplayObject 인스턴스를 DisplayObjectContainer 인스턴스의 자식 목록에서 제거합니다. | DisplayObjectContainer | ||
EventDispatcher 객체에서 리스너를 제거합니다. | EventDispatcher | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
This method has not been implemented in FTETextField
because very few components use it in TextField. | FTETextField | ||
가상 키보드를 표시합니다. | InteractiveObject | ||
표시 객체 컨테이너에서 기존 자식의 위치를 변경합니다. | DisplayObjectContainer | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
This method has not been implemented in FTETextField
because FTETextField does not support selection. | FTETextField | ||
This method has no effect on a FTETextField if beginIndex
or endIndex does not equal -1
because FTETextField does not support formatting a range. | FTETextField | ||
지정된 Sprite를 드래그할 수 있도록 합니다. | Sprite | ||
터치 지원 장치에서 지정된 스프라이트를 드래그할 수 있도록 합니다. | Sprite | ||
이 객체가 루트로 지정된 모든 MovieClip의 타임라인 실행을 재귀적으로 중지합니다. | DisplayObjectContainer | ||
startDrag() 메서드를 종료합니다. | Sprite | ||
startTouchDrag() 메서드를 종료합니다. 터치 지원 장치에서 사용합니다. | Sprite | ||
지정된 두 개의 자식 객체의 z 순서(전후 순서)를 맞바꿉니다. | DisplayObjectContainer | ||
자식 목록에서 지정된 두 곳의 인덱스 위치에 있는 자식 객체의 z 순서(전후 순서)를 맞바꿉니다. | DisplayObjectContainer | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher |
alwaysShowSelection | 속성 |
alwaysShowSelection:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property is not implemented in FTETextField because FTETextField does not support selection. Accessing it will throw a runtime error.
구현
public function get alwaysShowSelection():Boolean
public function set alwaysShowSelection(value:Boolean):void
관련 API 요소
antiAliasType | 속성 |
antiAliasType:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has no effect in FTETextField
because FTE uses a newer font renderer than TextField.
Getting it will always return null
and setting it will do nothing.
구현
public function get antiAliasType():String
public function set antiAliasType(value:String):void
관련 API 요소
autoSize | 속성 |
autoSize:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
텍스트 필드의 자동 크기 조절 및 정렬을 제어합니다. TextFieldAutoSize
상수에 사용할 수 있는 값은 TextFieldAutoSize.NONE
(기본값), TextFieldAutoSize.LEFT
, TextFieldAutoSize.RIGHT
및 TextFieldAutoSize.CENTER
입니다.
autoSize
를 기본값인 TextFieldAutoSize.NONE
으로 설정하면 크기가 자동으로 조절되지 않습니다.
autoSize
를 TextFieldAutoSize.LEFT
로 설정하면 텍스트가 왼쪽 정렬로 간주되어 텍스트 필드의 왼쪽 여백이 고정되며 텍스트 필드의 단일 행에 대한 모든 크기 조절이 오른쪽 여백에 적용됩니다. 텍스트에 "\n"
또는 "\r"
등의 줄 바꿈이 포함된 경우 아래쪽 크기가 다음 텍스트 행에 맞게 조절됩니다. 또한 wordWrap
을 true
로 설정하면 텍스트 필드의 아래쪽만 크기가 조절되고 오른쪽은 고정됩니다.
autoSize
를 TextFieldAutoSize.RIGHT
로 설정하면 텍스트가 오른쪽 정렬로 간주되어 텍스트 필드의 오른쪽 여백이 고정되며 텍스트 필드의 단일 행에 대한 모든 크기 조절이 왼쪽 여백에 적용됩니다. 텍스트에 "\n" 또는 "\r"
등의 줄 바꿈이 포함된 경우 아래쪽 크기가 다음 텍스트 행에 맞게 조절됩니다. 또한 wordWrap
을 true
로 설정하면 텍스트 필드의 아래쪽만 크기가 조절되고 왼쪽은 고정됩니다.
autoSize
를 TextFieldAutoSize.CENTER
로 설정하면 텍스트가 가운데 정렬로 간주되어 텍스트 필드의 단일 행에 대한 모든 크기 조절이 오른쪽 여백과 왼쪽 여백에 균등하게 적용됩니다. 텍스트에 "\n"
또는 "\r"
등의 줄 바꿈이 포함된 경우 아래쪽 크기가 다음 텍스트 행에 맞게 조절됩니다. 또한 wordWrap
을 true
로 설정하면 텍스트 필드의 아래쪽만 크기가 조절되고 왼쪽과 오른쪽은 고정됩니다.
구현
public function get autoSize():String
public function set autoSize(value:String):void
background | 속성 |
background:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
텍스트 필드에 배경 칠이 있는지 여부를 지정합니다. true
이면 텍스트 필드에 배경 칠이 있습니다. false
이면 텍스트 필드에 배경 칠이 없습니다. 텍스트 필드의 배경색을 설정하려면 backgroundColor
속성을 사용합니다.
구현
public function get background():Boolean
public function set background(value:Boolean):void
backgroundColor | 속성 |
backgroundColor:uint
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
텍스트 필드의 배경색입니다. 기본값은 0xFFFFFF
(흰색)입니다. 이 속성은 현재 배경이 없어도 가져오거나 설정할 수 있지만 색상을 표시하려면 텍스트 필드의 background
속성을 true
로 설정해야 합니다.
구현
public function get backgroundColor():uint
public function set backgroundColor(value:uint):void
border | 속성 |
borderColor | 속성 |
bottomScrollV | 속성 |
caretIndex | 속성 |
condenseWhite | 속성 |
condenseWhite:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
HTML 텍스트가 있는 텍스트 필드에서 공백 문자, 줄 바꿈 등의 불필요한 공백을 제거할지 여부를 지정하는 부울 값입니다. 기본값은 false
입니다. condenseWhite
속성은 htmlText
속성이 설정된 텍스트에만 적용되고 text
속성이 설정된 텍스트에는 적용되지 않습니다. 텍스트에 text
속성을 설정하면 condenseWhite
가 무시됩니다.
condenseWhite
를 true
로 설정한 경우 텍스트 필드에 줄 바꿈을 배치하려면 <BR>
및 <P>
등의 표준 HTML 명령을 사용합니다.
condenseWhite
속성은 htmlText
속성을 설정하기 전에 설정해야 합니다.
구현
public function get condenseWhite():Boolean
public function set condenseWhite(value:Boolean):void
defaultTextFormat | 속성 |
defaultTextFormat:flash.text:TextFormat
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
replaceSelectedText()
메서드로 삽입한 텍스트 또는 사용자가 입력한 텍스트 등 새로 삽입되는 텍스트에 적용할 서식을 지정합니다.
참고: setSelection()
및 replaceSelectedText()
로 대체할 문자를 선택할 때는 마지막 문자까지 포함하여 텍스트를 선택하는 경우에만 defaultTextFormat
이 적용됩니다. 예를 들면 다음과 같습니다.
var my_txt:TextField new TextField(); my_txt.text = "Flash Macintosh version"; var my_fmt:TextFormat = new TextFormat(); my_fmt.color = 0xFF0000; my_txt.defaultTextFormat = my_fmt; my_txt.setSelection(6,15); // partial text selected - defaultTextFormat not applied my_txt.setSelection(6,23); // text selected to end - defaultTextFormat applied my_txt.replaceSelectedText("Windows version");
defaultTextFormat
속성에 액세스할 때 반환되는 TextFormat 객체에는 정의된 모든 속성이 포함됩니다. null
인 속성은 없습니다.
참고: 텍스트 필드에 스타일 시트가 적용된 경우에는 이 속성을 설정할 수 없습니다.
구현
public function get defaultTextFormat():flash.text:TextFormat
public function set defaultTextFormat(value:flash.text:TextFormat):void
direction | 속성 |
direction:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The directionality of the text displayed by the FTETextField.
The allowed values are "ltr"
for left-to-right text,
as in Latin-style scripts,
and "rtl"
for right-to-left text,
as in Arabic and Hebrew.
Note: This property does not exist in the flash.text.TextField API.
기본값: "ltr".
구현
public function get direction():String
public function set direction(value:String):void
displayAsPassword | 속성 |
displayAsPassword:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has not been implemented in FTETextField because FTETextField does not support editing. Accessing it will throw a runtime error.
구현
public function get displayAsPassword():Boolean
public function set displayAsPassword(value:Boolean):void
관련 API 요소
embedFonts | 속성 |
embedFonts:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
포함된 글꼴 외곽선을 사용하여 렌더링할지 여부를 지정합니다. false
이면 Flash Player에서 장치 글꼴을 사용하여 텍스트 필드를 렌더링합니다.
텍스트 필드의 embedFonts
속성을 true
로 설정한 경우 텍스트 필드에 적용된 TextFormat 객체의 font
속성을 사용하여 해당 텍스트의 글꼴을 지정해야 합니다. 지정한 글꼴이 SWF 파일에 포함되어 있지 않으면 텍스트가 표시되지 않습니다.
구현
public function get embedFonts():Boolean
public function set embedFonts(value:Boolean):void
fontContext | 속성 |
fontContext:IFlexModuleFactory
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The IFlexModuleFactory instance that FTETextField uses for creating TextLine objects. This is usually, but not always, an ISWFContext.
Set this if you need lines to be created in a different SWF context than the one containing the TLF code.
Note: This property does not exist in the flash.text.TextField API.
기본값: null.
구현
public function get fontContext():IFlexModuleFactory
public function set fontContext(value:IFlexModuleFactory):void
gridFitType | 속성 |
gridFitType:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has no effect in FTETextField
because FTE uses a newer font renderer than TextField.
Getting it will always return null
and setting it will do nothing.
구현
public function get gridFitType():String
public function set gridFitType(value:String):void
관련 API 요소
htmlText | 속성 |
htmlText:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
텍스트 필드 내용의 HTML 표현이 들어 있습니다.
Flash Player에서는 다음과 같은 HTML 태그를 지원합니다.
태그 | 설명 |
---|---|
앵커 태그 |
<a> 태그는 하이퍼링크를 만들며 다음 특성을 지원합니다.
|
굵게 태그 |
<b> 태그는 텍스트를 굵은 글꼴로 렌더링합니다. 이때 사용된 글꼴이 굵은 글꼴을 지원해야 합니다.
|
행 분리 태그 |
<br> 태그는 텍스트 필드에서 줄을 바꿉니다. 이 태그를 사용하려면 텍스트 필드를 여러 행 텍스트 필드로 설정해야 합니다.
|
글꼴 태그 |
<font> 태그는 텍스트를 표시할 글꼴 또는 글꼴 목록을 지정합니다. 지원되는 특성은 다음과 같습니다.
|
이미지 태그 |
<img> 태그를 사용하면 외부 이미지 파일(JPEG, GIF, PNG), SWF 파일 및 동영상 클립을 텍스트 필드에 포함할 수 있습니다. 텍스트는 텍스트 필드에 포함된 이미지 주위로 자동 전개됩니다. 이미지 주위로 텍스트 줄을 바꾸려면 텍스트 필드를 여러 행으로 설정해야 합니다.
Flash에서는 텍스트 필드에 포함된 미디어를 전체 크기로 표시합니다. 포함되는 미디어의 크기를 지정하려면 일반적으로 텍스트 필드에 포함된 이미지는 응용 프로그램 보안 샌드박스에 있는 AIR 내용의 경우 AIR는 ActionScript TextField 객체의 HTML 내용에 있는 |
기울임체 태그 |
<i> 태그는 대상 텍스트를 기울임체로 표시합니다. 이때 사용된 글꼴이 기울임체를 지원해야 합니다.
|
목록 항목 태그 |
<li> 태그는 이 태그로 둘러싼 텍스트 앞에 불릿 기호를 표시합니다. 참고: Flash Player 및 AIR에서는 순서 있는 목록 태그와 순서 없는 목록 태그(<ol> 및 <ul> )가 인식되지 않으므로 이러한 태그는 목록의 렌더링 방식에 영향을 주지 않습니다. 모든 목록에는 순서가 없으며 모든 목록 항목에 불릿 기호가 사용됩니다.
|
단락 태그 |
<p> 태그는 새로운 단락을 만듭니다. 이 태그를 사용하려면 텍스트 필드를 여러 행 텍스트 필드로 설정해야 합니다. <p> 태그는 다음 특성을 지원합니다.
|
span 태그 |
<span> 태그는 CSS 텍스트 스타일과 함께 사용해야 합니다. 이 태그는 다음 특성을 지원합니다.
|
텍스트 서식 태그 |
|
밑줄 태그 |
<u> 태그는 대상 텍스트에 밑줄을 긋습니다.
|
Flash Player 및 AIR에서는 다음과 같은 HTML 엔터티를 지원합니다.
엔터티 | 설명 |
---|---|
< | < (보다 작음) |
> | > (보다 큼) |
& | & (앰퍼센드) |
" | " (이중 따옴표) |
' | ' (아포스트로피, 작은 따옴표) |
Flash Player 및 AIR는 &(ASCII 앰퍼샌드) 및 €(Unicode € 심볼) 등의 명시적 문자 코드도 지원합니다.
구현
public function get htmlText():String
public function set htmlText(value:String):void
length | 속성 |
locale | 속성 |
locale:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The locale of the text displayed by FTETextField.
FTE and TLF use this locale to map Unicode characters to font glyphs and to find fallback fonts.
구현
public function get locale():String
public function set locale(value:String):void
maxChars | 속성 |
maxChars:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has not been implemented in FTETextField because FTETextField does not support editing. Accessing it will throw a runtime error.
구현
public function get maxChars():int
public function set maxChars(value:int):void
관련 API 요소
maxScrollH | 속성 |
maxScrollV | 속성 |
mouseWheelEnabled | 속성 |
mouseWheelEnabled:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has not been implemented in FTETextField
because FTETextField does not support scrolling.
Getting it will always return false
and setting it will do nothing.
구현
public function get mouseWheelEnabled():Boolean
public function set mouseWheelEnabled(value:Boolean):void
관련 API 요소
multiline | 속성 |
multiline:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has no effect in FTETextField because FTETextField does not support editing. However, you can get and set it.
구현
public function get multiline():Boolean
public function set multiline(value:Boolean):void
관련 API 요소
numLines | 속성 |
restrict | 속성 |
restrict:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has not been implemented in FTETextField because FTETextField does not support scrolling. Accessing it will throw a runtime error.
구현
public function get restrict():String
public function set restrict(value:String):void
관련 API 요소
scrollH | 속성 |
scrollH:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has not been implemented in FTETextField because FTETextField does not support scrolling. Accessing it will throw a runtime error.
구현
public function get scrollH():int
public function set scrollH(value:int):void
관련 API 요소
scrollV | 속성 |
scrollV:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has not been implemented in FTETextField because FTETextField does not support scrolling. Accessing it will throw a runtime error.
구현
public function get scrollV():int
public function set scrollV(value:int):void
관련 API 요소
selectable | 속성 |
selectable:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Setting this property has no effect in FTETextField
because FTETextField does not support selection.
If you get it, it will always be false
.
구현
public function get selectable():Boolean
public function set selectable(value:Boolean):void
관련 API 요소
selectionBeginIndex | 속성 |
selectionBeginIndex:int
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has not been implemented in FTETextField because FTETextField does not support selection. Accessing it will throw a runtime error.
구현
public function get selectionBeginIndex():int
관련 API 요소
selectionEndIndex | 속성 |
sharpness | 속성 |
sharpness:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has no effect in FTETextField.
because FTE uses a newer font renderer than TextField.
Getting it will always return NaN
and setting it will do nothing.
구현
public function get sharpness():Number
public function set sharpness(value:Number):void
관련 API 요소
styleSheet | 속성 |
styleSheet:StyleSheet
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
텍스트 필드에 스타일 시트를 연결합니다. 스타일 시트를 만드는 방법에 대한 자세한 내용은 StyleSheet 클래스 및 ActionScript 3.0 개발자 안내서를 참조하십시오.
언제든지 텍스트 필드에 연결된 스타일 시트를 변경할 수 있습니다. 사용 중인 스타일 시트를 변경하면 텍스트 필드가 새 스타일 시트를 사용하여 다시 그려집니다. 스타일 시트를 null
또는 undefined
로 설정하여 스타일 시트를 제거할 수 있습니다. 사용 중인 스타일 시트를 제거하면 스타일 시트 없이 텍스트 필드가 다시 그려집니다.
참고: 스타일 시트를 제거하면 TextField.text
및 TextField.htmlText
의 내용이 변경되어 이전에 스타일 시트에 의해 적용된 서식이 통합됩니다. 서식 지정 없이 원래 TextField.htmlText
내용을 유지하려면 스타일 시트를 제거하기 전에 값을 변수에 저장하십시오.
구현
public function get styleSheet():StyleSheet
public function set styleSheet(value:StyleSheet):void
관련 API 요소
text | 속성 |
text:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
텍스트 필드의 현재 텍스트인 문자열입니다. 각 행은 캐리지 리턴 문자('\r'
, ASCII 13)로 구분됩니다. 이 속성에는 HTML 태그를 제외한 텍스트 필드의 서식 없는 텍스트가 포함됩니다.
HTML 형식의 텍스트를 가져오려면 htmlText
속성을 사용합니다.
참고: 스타일 시트가 텍스트 필드에 적용되면 text
속성의 내용은 HTML로 해석됩니다.
구현
public function get text():String
public function set text(value:String):void
textColor | 속성 |
textColor:uint
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
텍스트 필드의 16진수 형식 텍스트 색상입니다. 16진수 색상 시스템은 여섯 자리 숫자를 사용하여 색상 값을 나타냅니다. 각 자리 숫자에는 16개의 값 또는 문자를 사용할 수 있습니다. 문자 범위는 0-9 및 A-F입니다. 예를 들어 검정은 0x000000
이고 흰색은 0xFFFFFF
입니다.
구현
public function get textColor():uint
public function set textColor(value:uint):void
textHeight | 속성 |
textWidth | 속성 |
thickness | 속성 |
thickness:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property has no effect in FTETextField
because FTE uses a newer font renderer than TextField.
Getting it will always return NaN
and setting it will do nothing.
구현
public function get thickness():Number
public function set thickness(value:Number):void
관련 API 요소
type | 속성 |
type:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
텍스트 필드의 유형입니다. 값으로는 TextFieldType 상수 중 하나가 사용됩니다. TextFieldType.DYNAMIC
은 사용자가 편집할 수 없는 동적 텍스트 필드를, TextFieldType.INPUT
은 사용자가 편집할 수 있는 입력 텍스트 필드를 지정합니다.
구현
public function get type():String
public function set type(value:String):void
useRichTextClipboard | 속성 |
useRichTextClipboard:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This property is not implemented in FTETextField because FTETextField does not support selection or clipboard operations. Accessing it will throw a runtime error.
구현
public function get useRichTextClipboard():Boolean
public function set useRichTextClipboard(value:Boolean):void
관련 API 요소
wordWrap | 속성 |
wordWrap:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
텍스트 필드에 자동 줄 바꿈이 사용되는지 여부를 나타내는 부울 값입니다. wordWrap
값이 true
이면 텍스트 필드에 줄 바꿈이 적용되고, 값이 false
이면 텍스트 필드에 줄 바꿈이 적용되지 않습니다. 기본값은 false
입니다.
구현
public function get wordWrap():Boolean
public function set wordWrap(value:Boolean):void
FTETextField | () | 생성자 |
public function FTETextField()
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Constructor.
appendText | () | 메서드 |
getCharBoundaries | () | 메서드 |
public function getCharBoundaries(charIndex:int):Rectangle
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
charIndex:int — n/a
|
Rectangle — n/a
|
관련 API 요소
getCharIndexAtPoint | () | 메서드 |
public function getCharIndexAtPoint(x:Number, y:Number):int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
x:Number — n/a
| |
y:Number — n/a
|
int — n/a
|
관련 API 요소
getFirstCharInParagraph | () | 메서드 |
public function getFirstCharInParagraph(charIndex:int):int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
charIndex:int — n/a
|
int — n/a
|
관련 API 요소
getImageReference | () | 메서드 |
public function getImageReference(id:String):DisplayObject
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
id:String — n/a
|
DisplayObject — n/a
|
관련 API 요소
getLineIndexAtPoint | () | 메서드 |
public function getLineIndexAtPoint(x:Number, y:Number):int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
x:Number — n/a
| |
y:Number — n/a
|
int — n/a
|
관련 API 요소
getLineIndexOfChar | () | 메서드 |
public function getLineIndexOfChar(charIndex:int):int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
charIndex:int — n/a
|
int — n/a
|
관련 API 요소
getLineLength | () | 메서드 |
public function getLineLength(lineIndex:int):int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
lineIndex:int — n/a
|
int — n/a
|
관련 API 요소
getLineMetrics | () | 메서드 |
public function getLineMetrics(lineIndex:int):flash.text:TextLineMetrics
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
지정된 텍스트 행에 대한 메트릭 정보를 반환합니다.
매개 변수
lineIndex:int — The line number for which you want metrics information.
|
flash.text:TextLineMetrics — A TextLineMetrics object.
|
getLineOffset | () | 메서드 |
public function getLineOffset(lineIndex:int):int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
lineIndex:int — n/a
|
int — n/a
|
관련 API 요소
getLineText | () | 메서드 |
public function getLineText(lineIndex:int):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
lineIndex:int — n/a
|
String — n/a
|
관련 API 요소
getParagraphLength | () | 메서드 |
public function getParagraphLength(charIndex:int):int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
charIndex:int — n/a
|
int — n/a
|
관련 API 요소
getTextFormat | () | 메서드 |
public function getTextFormat(beginIndex:int = -1, endIndex:int = -1):flash.text:TextFormat
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has been implemented in FTETextField
to simply return a copy of the defaultTextFormat
,
because FTETextField does not support formatting a range.
매개 변수
beginIndex:int (default = -1 ) — n/a
| |
endIndex:int (default = -1 ) — n/a
|
flash.text:TextFormat — n/a
|
관련 API 요소
replaceSelectedText | () | 메서드 |
public function replaceSelectedText(value:String):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
value:String — n/a
|
관련 API 요소
replaceText | () | 메서드 |
public function replaceText(beginIndex:int, endIndex:int, newText:String):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because very few components use it in TextField. It will throw a runtime error if called.
매개 변수
beginIndex:int — n/a
| |
endIndex:int — n/a
| |
newText:String — n/a
|
관련 API 요소
setSelection | () | 메서드 |
public function setSelection(beginIndex:int, endIndex:int):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has not been implemented in FTETextField because FTETextField does not support selection. It will throw a runtime error if called.
매개 변수
beginIndex:int — n/a
| |
endIndex:int — n/a
|
관련 API 요소
setTextFormat | () | 메서드 |
public function setTextFormat(format:flash.text:TextFormat, beginIndex:int = -1, endIndex:int = -1):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
This method has no effect on a FTETextField if beginIndex
or endIndex
does not equal -1
because FTETextField does not support formatting a range.
매개 변수
format:flash.text:TextFormat — n/a
| |
beginIndex:int (default = -1 ) — n/a
| |
endIndex:int (default = -1 ) — n/a
|
관련 API 요소
Tue Jun 12 2018, 03:17 PM Z