20230127 - 페이지 아이템 값 가져오는 방법 5가지 GetValue



$("#P28_FIRST" ).val();
$v('P28_FIRST');
document.getElementById('P28_FIRST').value;
apex.item('P28_FIRST').getValue();
apex.items.P28_FIRST.value;



참고

https://www.javainhand.com/2022/01/5-methods-to-get-oarcle-apex-page-item-value.html

댓글 없음:

댓글 쓰기

20250315 - 글로벌 변수 Global Variables

G_USER Specifies the currently logged in user. G_FLOW_ID Specifies the ID of the currently running application. G_FLOW_STEP_ID Specifi...