Added the ExternalScripts.png picture to readme.md

This commit is contained in:
Simon-Pierre Plante 2017-08-12 20:12:58 -04:00
parent aabae28045
commit 8b785b2945
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ Edit your Handlebars template directly within the toolpane using a built-in [cod
You can now specify your own external scripts that needs to be loaded either **before** or **after** rendering the Handlebars template. You can now specify your own external scripts that needs to be loaded either **before** or **after** rendering the Handlebars template.
<img src="Misc/ExternalScripts.gif" /> <img src="Misc/ExternalScripts.png" />
External scripts can be used to include either libraries such as *jQuery*, or even *custom logic scripts* that can leverage the exposed **onPrerender** and **onPostRender** methods for advanced functionnalities. External scripts can be used to include either libraries such as *jQuery*, or even *custom logic scripts* that can leverage the exposed **onPrerender** and **onPostRender** methods for advanced functionnalities.
@ -198,7 +198,7 @@ Property | Description
For including JavaScript files within the WebPart, file URLs must be added to the **External Scripts** parameter available in the toolpart. For including JavaScript files within the WebPart, file URLs must be added to the **External Scripts** parameter available in the toolpart.
<img src="Misc/ExternalScripts.gif" /> <img src="Misc/ExternalScripts.png" />
Each file URL must be on its own line, and placed in the desired order. The scripts will be loaded asynchronously, but in a sequential fashion, which means that the WebPart will wait until a script is completely loaded before proceeding to load the next one. Each file URL must be on its own line, and placed in the desired order. The scripts will be loaded asynchronously, but in a sequential fashion, which means that the WebPart will wait until a script is completely loaded before proceeding to load the next one.