logologo
시작
가이드
개발
플러그인
API
홈
English
简体中文
日本語
한국어
Español
Português
Deutsch
Français
Русский
시작
가이드
개발
플러그인
API
홈
logologo
RunJS 개요
모듈 가져오기
컨테이너 내 렌더링

전역 변수

window
document
navigator

ctx

ctx.blockModel
ctx.collection
ctx.collectionField
ctx.dataSource
ctx.dataSourceManager
ctx.element
ctx.exit()
ctx.exitAll()
ctx.filterManager
ctx.form
ctx.getModel()
ctx.getValue()
ctx.getVar()
ctx.i18n
ctx.importAsync()
ctx.initResource()
ctx.libs
ctx.location
ctx.logger
ctx.makeResource()
ctx.message
ctx.modal
ctx.model
ctx.notification
ctx.off()
ctx.on()
ctx.openView()
ctx.render()
ctx.request()
ctx.requireAsync()
ctx.resource
ctx.route
ctx.router
ctx.setValue()
ctx.sql
ctx.t()
ctx.view
Previous Page컨테이너 내 렌더링
Next Pagedocument
AI 번역 알림

이 문서는 AI에 의해 번역되었습니다. 정확한 정보는 영어 버전을 참조하세요.

#window

다음 속성들은 window를 통해 직접 접근할 수 있습니다:

  • setTimeout / clearTimeout
  • setInterval / clearInterval
  • console
  • Math
  • Date
  • FormData
  • addEventListener
  • open (http:, https:, about:blank만 허용됩니다)
  • location (읽기 전용, 안전한 탐색 지원)
  • navigator

기본적이고 안전한 DOM 쿼리 및 생성 기능만 지원됩니다:

  • createElement(tagName)
  • querySelector(selectors)
  • querySelectorAll(selectors)