From 8b785b29457fcd01e39f177b94f82cffd8b59baf Mon Sep 17 00:00:00 2001 From: Simon-Pierre Plante Date: Sat, 12 Aug 2017 20:12:58 -0400 Subject: [PATCH] Added the ExternalScripts.png picture to readme.md --- samples/react-content-query-webpart/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/react-content-query-webpart/README.md b/samples/react-content-query-webpart/README.md index afc00b266..14ae495bd 100644 --- a/samples/react-content-query-webpart/README.md +++ b/samples/react-content-query-webpart/README.md @@ -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. - + 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. - + 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.