Actions

QS

Theme editor - advanced options/vi: Difference between revisions

From LimeSurvey Manual

(Created page with "QS: Trình chỉnh sửa chủ đề - tùy chọn nâng cao")
 
(Created page with "Khi bạn mở tab '''tùy chọn chủ đề''', bạn có thể chọn chỉnh sửa ''tùy chọn đơn giản'' hoặc ''tùy chọn nâng cao''. “Tùy chọn nâng cao...")
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.
Khi bạn mở tab '''tùy chọn chủ đề''', bạn có thể chọn chỉnh sửa ''tùy chọn đơn giản'' hoặc ''tùy chọn nâng cao''. “Tùy chọn nâng cao” chỉ là một biểu mẫu trần trụi cho phép bạn truy cập vào các trường cấu hình chủ đề chính từ cơ sở dữ liệu. Để hiểu cách thức hoạt động của nó, bạn cũng nên đọc về tệp XML và cách tạo chủ đề từ đầu. Vì vậy, nó khá phức tạp và được tạo cho người dùng cao cấp.


However, if you do wish to perform advanced settings editing, click on the ''advanced options'' tab
Tuy nhiên, nếu bạn muốn thực hiện chỉnh sửa cài đặt nâng cao, hãy nhấp vào tab ''tùy chọn nâng cao''





Revision as of 10:44, 4 January 2024

Khi bạn mở tab tùy chọn chủ đề, bạn có thể chọn chỉnh sửa tùy chọn đơn giản hoặc tùy chọn nâng cao. “Tùy chọn nâng cao” chỉ là một biểu mẫu trần trụi cho phép bạn truy cập vào các trường cấu hình chủ đề chính từ cơ sở dữ liệu. Để hiểu cách thức hoạt động của nó, bạn cũng nên đọc về tệp XML và cách tạo chủ đề từ đầu. Vì vậy, nó khá phức tạp và được tạo cho người dùng cao cấp.

Tuy nhiên, nếu bạn muốn thực hiện chỉnh sửa cài đặt nâng cao, hãy nhấp vào tab tùy chọn nâng cao



  • 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!