0

Disable "copy" button?

Is it possible to disable the Copy button up by the record arrows?

4 replies

null
    • Fred
    • 1 yr ago
    • Reported - view

    Don't know if you found this post.

      • Kent_Signorini
      • 1 yr ago
      • Reported - view

      Fred Thanks!

    • Paul_Chappell
    • 1 yr ago
    • Reported - view

    Yes.  Disable anything. Lots of options.  Choose any or all of these.  Put them in a hidden formula on any table form.  This is just a few of the possibilities.  You can also remove the whole of the top options for single record tables like dashboards. 

    let opt := "<style>
         .hud-menu-button.i-32-24.i-light-grey.i-setting-copy{display: none;}
        .hud-menu-button.i-32-24.i-light-grey.i-setting-add{display: none;}
        .hud-menu-button.i-32-24.i-light-grey.i-setting-trash{display: none;}
        .hud-menu-button.i-32-24.i-light-grey.i-setting-print{display: none;}" + "</style>";
    "html(opt)"

      • Kent_Signorini
      • 1 yr ago
      • Reported - view

      Paul Chappell Great!

Content aside

  • 1 yr agoLast active
  • 4Replies
  • 183Views
  • 3 Following