Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Copy caption of cards when in CardView
posted

Hello,

I’m trying to allow the users to copy the text that appears in the caption of the cards when in CardView. Is that possible? Is there a way of doing that?  All the suggestions will be very welcome.

  • 469350
    Offline posted

     Hi Cristina,

        I don't think there is any built-in way to do this. You could, of course, write code to trap for CTRL+C and then assign text to the ClipBoard yourself.

        Another option would be to now use the actual card headers and just use a regular column and change it's appearance so that it just looks like a caption without actually being one.