Category:Widgets: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 48: | Line 48: | ||
== Advanced functions for developers and web designers == | == Advanced functions for developers and web designers == | ||
=== Parameters === | |||
Required skills: HTML, CSS | Required skills: HTML, CSS | ||
| Line 182: | Line 184: | ||
|} | |} | ||
=== Exchange text on labels === | |||
Required skills: HTML | |||
You can exchange the text on the lables of widgets generated to with the widget designer. | |||
1. Generate the widget and click on "Get Code". | |||
2. Download the Javascript from the widget code (https://media.xmlcal.com/widget/1.00/js/bookWidget.min.js). Seach for the label you want to change. Change the text and save the Javascript file. | |||
3. Upload the changed Javascript file to your web space. | |||
4. Change the link to the Javascript in your widget code to use the Javascript from your own web space. | |||
5. Paste the amended widget code into the HTML of your web site. | |||
== Other widgets == | == Other widgets == | ||