How to shorten the length of URL in Mendix ?

0
Hello Everyone, I want to shorten the URL like this  “https://iz-my.sharepoint.com/:x:/r/personal/_layouts/15/Doc.aspx?sourcedoc=%7B4730F6F9-31E6-4171-B90E-53B06D09788F%7D&file=Book.xlsx&action=editnew&mobileredirect=true&wdNew=&cid=8”  into  “https://iz-my.sharepoint.com/:x:/r…….”  is it possible in Mendix ? I am uploading one screenshot of Mendix page with a long URL. please help me to solve this task. Thank you.  
asked
1 answers
2

Hi,

you can style the container around your displayed url to have a max width and use the text overflow style as shown here https://developer.mozilla.org/de/docs/Web/CSS/text-overflow

answered