-
Notifications
You must be signed in to change notification settings - Fork 55
JavaScriptVariablesFromCore
inureyes edited this page Dec 16, 2014
·
3 revisions
텍스트큐브에서 제공하는 자바스크립트 전역 변수들입니다. 자바스크립트를 포함한 플러그인들이 여러 용도로 사용할 수 있습니다.
주의: 텍스트큐브 코어 및 다른 플러그인들의 동작에 영향을 줄 수 있으므로 아래에 언급되는 변수값을 절대 변경하지 마십시오.
- var entryIds : 글이 출력되고 있을 때의 글 id 들. (어레이 타입)
- var servicePath : $context->getProperty('service.path')
- var serviceURL : $context->getProperty('uri.service')
- var blogURL : $context->getProperty('uri.blog')
- var doesHaveOwnership : 로그인 여부
- Source | Wiki Front | Main | Notice