I would like to have the text file associated with my content editor change based upon the query string.
?division=Name
Content Editor link: /site assets/[QueryStringResult].txt
|
I would like to have the text file associated with my content editor change based upon the query string. ?division=Name Content Editor link: /site assets/[QueryStringResult].txt |
|||||
|
|
It could be achieved by generating url for the asset on the client side and passing it to iframe for displaying asset content in Content Editor web part. UsageClear ContentLink property Put in Content property of the following code:
|
|||
|
|