Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
H
 hasBuffer(key), naw
 hasClass(className)
 hasCookie(sKey), naw
 hasSysBuffer(key), naw
 hide
 hideContent
 hideProgress, naw
 hideRows(nRowIdx)
 hideSection(index)
 hideSlideMessage, naw
 hideTab(index)
 hideTitleTooltip(argColIdx,[argTime])
 hideTitleTooltip(argRowIdx,argColIdx,[argTime])
 hideToolbar
 hideTooltip
 hideTooltip(argRowIdx,argColIdx,[argTime])
 hideTooltip(argTreeKey,argColIdx,[argTime])
 hideTooltip(speed)
 hideWindow, naw
 hover(handler1,handler2)
 html
 html(content)
버퍼(Buffer)에 지정한 키(key)로 저장된 항목의 존재 유무를 확인합니다.
셀렉터(Selector)와 일치하는 Element에 특정 class의 적용 여부를 확인 합니다.
지정한 이름에 해당하는 쿠키 항목의 존재 유무를 확인합니다.
버퍼(Buffer)에 지정한 키(key)로 저장된 항목의 존재 유무를 확인합니다.
셀렉터(Selector)와 일치하는 Element를 숨기는데 사용합니다.
hideContent: function(arg)
htmleditor의 미리보기 내용을 제거 한다.
서버로 데이터 전송시 업무화면은 사용자의 중복거래 등을 방지하기 위하여 아래의 그림처럼
hideRows: function(nRowIdx)
현재 Model 에서 파라미터(Parameter)로 지정한 위치값에 해당하는 행(row)을 보이지 않게 하는데 사용합니다.
인덱스(index)가 지정하는 section을 숨기는 함수이다.
슬라이드 메시지를 감추는데 사용합니다.
인덱스(index)가 지정하는 탭(tab)을 숨김(hide)상태로 표시합니다.
hideTitleTooltip : function(argRowIdx,
argColIdx,
argTime)
Cell 에 tooltip 을 숨김처리하는 함수이다.
Cell 에 tooltip 을 숨김처리하는 함수이다.
hideToolbar: function()
htmleditor의 toolbar를 hide 한다.
셀렉터(selector)와 일치하는 element의 툴팁(tooltip)을 즉시 사라지게 합니다.
hideTooltip : function(argRowIdx,
argColIdx,
argTime)
Cell 에 tooltip 을 숨김처리하는 함수이다.
hideTooltip : function(/**String*/argTreeKey,
/**Integer,
String*/argColIdx,
/**Integer*/argTime)
해당 cell에서 tooltip 메시지를 보여주는 함수이다.
셀렉터(selector)와 일치하는 element의 툴팁(tooltip)을 지정한 시간 동안 사라지게 합니다.
모달리스 팝업을 hide 할 때 사용 하는 함수
셀렉터(selector)와 일치하는 Element에 hover 이벤트 핸들러를 등럭합니다.
셀렉터(Selector)와 일치하는 Element의 하위의 모든 Element를 HTML 문자열(Element객체 아님)로 리턴합니다.
셀렉터(Selector)와 일치하는 Element의 하위에 파라미터(Parameter)로 지정한 HTML문자열을 Element로 변환하여 삽입합니다.