컴 이것저것/Java Script
EasyUI -options : Properties 조회
별속삭임
2022. 11. 10. 14:15
728x90
EasyUI의 [Documentation]을 보면 Properties 항목을 볼 수 있다.
하지만 Properties 조회 명령어는 properties가 아닌 options이기 때문에 주의가 필요하다.
*예시)
const tab = $('#infoTabs').tabs('getSelected');
const tabOptions = tab.panel('options');
const infoTabId = tabOptions.id;
반응형