Actions

Translations

General FAQ/13/ko: Difference between revisions

From LimeSurvey Manual

Rhami (talk | contribs)
Created page with "LimeSurvey 2.x에서는 필수 질문의 빨간색 별표가 template.css file ("asterisk" class) 내에 설정됩니다. 이를 숨기려면: *템플릿 편집기를 엽니다 *수정하려는 템플릿의 복사본을 만듭니다 *"template.css" 파일을 선택하고 별표 클래스(asterix class)를 검색합니다 *별표 클래스 끝에 다음 라인을 추가합니다".asterisk {display: none;}". *template.css를 저장하세요 *브라우저 캐시를 지우..."
 
Rhami (talk | contribs)
No edit summary
Line 3: Line 3:
*수정하려는 템플릿의 복사본을 만듭니다
*수정하려는 템플릿의 복사본을 만듭니다
*"template.css" 파일을 선택하고 별표 클래스(asterix class)를 검색합니다
*"template.css" 파일을 선택하고 별표 클래스(asterix class)를 검색합니다
*별표 클래스 끝에 다음 라인을 추가합니다".asterisk {display: none;}".
*Add the following line at the end of the asterix class".asterisk {display: none;}".
*template.css를 저장하세요
*template.css를 저장하세요
*브라우저 캐시를 지우면 편집한 template.css를 캐시에서 가져오지 않고 다시 로드됩니다.
*브라우저 캐시를 지우면 편집한 template.css를 캐시에서 가져오지 않고 다시 로드됩니다.

Revision as of 08:07, 12 July 2024

Message definition (General FAQ)
In LimeSurvey 2.x, the red asterisk of mandatory questions is set within the template.css file ("asterisk" class). To hide it:
*Open the template editor
*Create a copy of the template you wish to modify
*Select the "template.css" file and search for the asterix class
*Add the following line at the end of the asterix class".asterisk {display: none;}".
*Save template.css
*Clear your browser cache so that the edited template.css is reloaded and not taken from cache.

LimeSurvey 2.x에서는 필수 질문의 빨간색 별표가 template.css file ("asterisk" class) 내에 설정됩니다. 이를 숨기려면:

  • 템플릿 편집기를 엽니다
  • 수정하려는 템플릿의 복사본을 만듭니다
  • "template.css" 파일을 선택하고 별표 클래스(asterix class)를 검색합니다
  • Add the following line at the end of the asterix class".asterisk {display: none;}".
  • template.css를 저장하세요
  • 브라우저 캐시를 지우면 편집한 template.css를 캐시에서 가져오지 않고 다시 로드됩니다.