x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
Custom section | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Limit | 10 | |||||||||||||||||||||||||||||||||||||
NextButtonText | Next | |||||||||||||||||||||||||||||||||||||
Paginate | true | |||||||||||||||||||||||||||||||||||||
List members pagination | ||||||||||||||||||||||||||||||||||||||
GroupName | morganstanley-companies | |||||||||||||||||||||||||||||||||||||
CardURL | /display/MSCOM/Company+Page?company= | |||||||||||||||||||||||||||||||||||||
UniqueIdentifier | listcompanies | PreviousButtonText | Prev
|
HTML |
---|
<style> div.largeimagewithtextbelow-autocards .card-title { padding: 0; font-family: var(--secondary-font-family); font-size: 20px; } </style> <script> function setCardLinks() { let cardLinks = Array.from($("#myCards-userlist").find("a")); cardLinks.forEach(a => { let companyName = a.href.split('companies/')[1]; // /display/MSCOM/Company+Page?company= let newLink = '/display/MSCOM/Company+Page?company=' + companyName; a.href = newLink; }); } window.addEventListener("DOMContentLoaded", () => { //setCardLinks(); /* $('#myForm-tdmcompanies input').click(function() { setCardLinks(); }); */ }); </script> |
...
OneValley