This content has been marked as final.
Show 3 replies
-
Re: Is there a trick to getting urls to work in css or javascript of a custom view tile?
rashedtalukder Aug 10, 2016 10:29 AM (in response to Eric Pierce)You can grab that https://mysite/resources/add-ons/{uuid of addon}/5406804d30/tiles/mytile/ from any resource loaded on the page, store it as a variable and inject it in your jquery statements.
For your CSS, you can just use "../images/myimage.png"
-
Re: Is there a trick to getting urls to work in css or javascript of a custom view tile?
Eric Pierce Aug 10, 2016 12:04 PM (in response to rashedtalukder)Thanks
-
Re: Is there a trick to getting urls to work in css or javascript of a custom view tile?
ahmedb Oct 27, 2017 12:36 PM (in response to rashedtalukder)Hello,
I have Javascript resources that make calls to other JS resource.
I need to use that link (in this case https://mysite/resources/add-ons/{uuid of addon}/5406804d30/tiles/mytile/ ). How do I get it ?
-