London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I have a PropertyList that has a POCO with a URL property and some other properties. I already modified the CollectionEditor so that it shows thumbnails instead of showing ContentIds.
The default implementation however for URL's is to print out a "/link/{guid}.aspx" inside the cell.
My question is now how do I translate an internal url "/link/{guid}.aspx" to a friendly url within a dojo module?
Do I use one of the registed stores to parse the url to a friendly url? or can I return the friendly url from the server side instead?