Jump to content

alicecp

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

alicecp's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thank you! This is very helpful. Perhaps I should make a new thread, but thought I should ask here first: If I enable custom display through this approach, how might I allow interactive (column) sorting by the display field (rather than by the URL field)? I've also used another approach, which is adding an HTML block and using the following script. Is it possible to allow sorting by editing the script below? <div id='record[@cbRecordIndex#]'></div> <script type="text/javascript"> document.addEventListener('DataPageReady', function (event) { if ("[@field:URL]" != '') { document.getElementById("record[@cbRecordIndex#]").innerHTML='<a href="[@field:URL]" target="_blank">[@field:Website]</a>'; } }); </script> Many thanks in advance!
×
×
  • Create New...