Actions

QS

Theme editor - advanced options/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "QS:Theme editor - advanced options")
 
(Created page with "'''テーマオプション'''タブを開くと、 ''簡単なオプション''か''高度なオプション''のどちらかを使って編集するか選ぶことができ...")
Line 2: Line 2:
<languages />
<languages />


When you open the '''theme options''' tab, you can choose to edit either its ''simple options'' or its ''advanced options''. “Advanced options” is just a naked form that gives you access to the main theme configuration fields from the database. To understand how it works, you should also read about the XML file and the creation of a theme from scratch. So, it’s rather complex and made for advanced users.
'''テーマオプション'''タブを開くと、 ''簡単なオプション''''高度なオプション''のどちらかを使って編集するか選ぶことができます。“高度なオプション”は、データベースからメインのテーマ設定欄に直接アクセスできるフォームです。動作原理を理解するため、XMLファイルやスクラッチでテーマを作成することも理解しなければなりません。したがって、非常に複雑で上級者向けです。


However, if you do wish to perform advanced settings editing, click on the ''advanced options'' tab
However, if you do wish to perform advanced settings editing, click on the ''advanced options'' tab

Revision as of 01:03, 12 June 2018

テーマオプションタブを開くと、 簡単なオプション高度なオプションのどちらかを使って編集するか選ぶことができます。“高度なオプション”は、データベースからメインのテーマ設定欄に直接アクセスできるフォームです。動作原理を理解するため、XMLファイルやスクラッチでテーマを作成することも理解しなければなりません。したがって、非常に複雑で上級者向けです。

However, if you do wish to perform advanced settings editing, click on the advanced options tab



  • Files css: The CSS files that should be added to the template;
  • Files js: The JS files that should be added to the template;
  • Files Print Css: The CSS files to load when printing a template;
  • Options: This field includes the options (and their value) that should be parsed to the template view;
  • CssFramework Name: The name of the CSS framework to load. For now, only Bootstrap or nothing;
  • Cssframework Css: You can replace the core bootstrap.css in this field by a different custom version of it;
  • Cssframework Js: The field core boostrap.js can be replaced from here by a different custom version of it;
  • Packages To Load: You can load from this setting some core asset packages from LimeSurvey.

You’ll notice an upload input at the top, which gives you the possibility to upload a file into the file directory of the theme. These parameters can be used to change the entire appearance of the theme.

  Warning! : Don't touch the values unless you know what you're doing!