Actions

QS

Theme editor - advanced options/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "QS:Theme editor - advanced options")
 
(Created page with "{{Alert|title=注意!|text='''意味がわからない値には手を出さないでください!'''}} <div style="display:none;">")
 
(4 intermediate revisions by the same user not shown)
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
それでも高度な設定の編集をしたければ、''高度なオプション''タブをクリックします。




Line 10: Line 10:




*'''Files css''': The CSS files that should be added to the template;
*'''Files css''': テンプレートに含めるCSSファイル
*'''Files js''': The JS files that should be added to the template;
*'''Files js''': テンプレートに含めるJSファイル
*'''Files Print Css''': The CSS files to load when printing a template;
*'''Files Print Css''': テンプレートを印刷するときに読み込むCSSファイル
*'''Options''': This field includes the options (and their value) that should be parsed to the template view; 
*'''Options''': テンプレートビューに必要なオプション(とその設定値)
*'''CssFramework Name''': The name of the CSS framework to load. For now, only Bootstrap or nothing;
*'''CssFramework Name''': 読み込むCSSフレームワークの名前。現時点では、Bootstrapか何も指定しないかとどちらかです。
*'''Cssframework Css''': You can replace the core bootstrap.css in this field by a different custom version of it;
*'''Cssframework Css''': コアのbootstrap.cssを、カスタマイズしたものに置き換えます。
*'''Cssframework Js''': The field core boostrap.js can be replaced from here by a different custom version of it;
*'''Cssframework Js''': コアのbootstrap.jsを、カスタマイズしたものに置き換えます。
*'''Packages To Load''': You can load from this setting some core asset packages from LimeSurvey.
*'''Packages To Load''': この設定により、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.
これらのパラメーターは、テーマの全体的な外観を変えるために使用します。


{{Alert|title=Warning!|text='''Don't touch the values unless you know what you're doing!'''}}
{{Alert|title=注意!|text='''意味がわからない値には手を出さないでください!'''}}
<div style="display:none;"></div>
<div style="display:none;"></div>

Latest revision as of 01:19, 12 June 2018

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

それでも高度な設定の編集をしたければ、高度なオプションタブをクリックします。



  • Files css: テンプレートに含めるCSSファイル
  • Files js: テンプレートに含めるJSファイル
  • Files Print Css: テンプレートを印刷するときに読み込むCSSファイル
  • Options: テンプレートビューに必要なオプション(とその設定値)
  • CssFramework Name: 読み込むCSSフレームワークの名前。現時点では、Bootstrapか何も指定しないかとどちらかです。
  • Cssframework Css: コアのbootstrap.cssを、カスタマイズしたものに置き換えます。
  • Cssframework Js: コアのbootstrap.jsを、カスタマイズしたものに置き換えます。
  • Packages To Load: この設定により、LimeSurveyからコアのアセットパッケージを読み込ませることができます。

画面上部から、テーマのディレクトリーにファイルをアップロードすることができます。 これらのパラメーターは、テーマの全体的な外観を変えるために使用します。

  注意! : 意味がわからない値には手を出さないでください!