Yannick Warnier ff6f11858e Improve translation to French for tour plugin | před 9 roky | |
---|---|---|
.. | ||
ajax | před 10 roky | |
config | před 9 roky | |
intro.js | před 10 roky | |
lang | před 9 roky | |
resources | před 10 roky | |
src | před 10 roky | |
views | před 10 roky | |
README.md | před 10 roky | |
config.php | před 10 roky | |
index.php | před 10 roky | |
install.php | před 10 roky | |
plugin.php | před 10 roky | |
readme.txt | před 10 roky | |
uninstall.php | před 10 roky |
Shows people how to use your Chamilo LMS
Edit the plugin/tour/config/tour.json
file adding the page classes and steps
To set the steps in a page, add an object like this:
{
"pageClass": "page unique class selector",
"steps": [
{
"elementSelector": "element class or id",
"message": "LanguageVariable"
},
{
"elementSelector": "element class or id",
"message": "LanguageVariable"
},
]
}
Then set the language variables inside the plugin/tour/lang/$language.php
file
You must assign a Region to Tour plugin in the Configuration Settings
Choose preferably header_right