InputElement
게시 날짜: 2016년 11월
적용 대상: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
**<InputElement>**요소는 요소에 다음 type=attribute 값 중 하나가 있는 경우 명명된 컨트롤을 <input/> HTML 요소와 연결합니다. check box, radio, text, password, submit, reset, hidden, image 또는 file. 이 항목에서는 **<IntputElement>**의 요소에 대해 설명합니다.
<InputElement> 구문
다음 코드 조각은 **<InputElement>**를 사용하는 방법을 보여줍니다.
<InputElement name="control name" type="type">
Search Path Elements
</InputElement>
<InputElement>의 요소
다음 표는 <InputElement> 태그의 요소에 대해 설명합니다.
Element(요소) |
설명 |
---|---|
FindControl |
컨트롤을 사용자 인터페이스(UI)에서 발견할 수 있으면 True, 그렇지 않으면 False를 반환합니다. |
GetControlValue |
type="checkbox" 또는 type="radio"일 때 True 또는 False(문자열 값)를 반환합니다. 다른 모든 형식에 대한 요소의 값을 반환합니다. |
SetControlValue |
type="checkbox" 또는 type="radio"일 때 True 또는 False로 설정합니다.type="text", type="password" 또는 type="hidden"일 때 요소의 값을 설정합니다. 다른 모든 형식의 경우 UnsupportedControlOperation 예외를 throw합니다. |
ExecuteControlAction |
type="checkbox"일 때 기존 True 또는 False 상태를 반전합니다.type="radio"일 때 상태를 True로 설정합니다.type="text", type="password" 또는 type="hidden"일 때 UnsupportedControlOperation를 반환합니다. 다른 모든 형식에 대해 Click()를 발생시킵니다. |
참고 항목
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. 저작권 정보