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

댓글 없음:

댓글 쓰기

20250202 - IG 다운로드 버튼 바로 보이기

JS initialization Code : function (config) {     var $ = apex.jQuery,         toolbarData = $.apex.interactiveGrid.copyDefaultToolbar(),  ...