20211219 - Dynamic Action 버튼 보이기/감추기


if (vTMD.=== "CD") 
{
  $('#btnOpenDialogTLT').show();
  $('#btnOpenDialogSAMPLE').show();
}
else
{
  $('#btnOpenDialogTLT').hide();
  $('#btnOpenDialogSAMPLE').hide();
}


참고

댓글 없음:

댓글 쓰기

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...