GetComplied
  • Introduction 👋
  • How to Install 🛠️
  • Configure 🖊️
  • Web SDK
    • Showing the Popup
    • Language
    • Custom Position
    • Layer
    • Animation
    • Continue Anyway
    • Auto Open
    • Inputs
    • Input Lock
    • Rights Managment
      • Right to rectification
      • Right to data portability
      • Right to data access
      • Right to erasure (right to be forgotten)
    • Data-Attributes
    • Events
    • Query String
    • Callbacks
    • Api Commands
    • Debug Console
    • Webhook
  • GetComplied UI
    • Dashboard
    • Policies
    • Cookies
    • Projects
    • Contacts
    • Incidents
    • Incidents
    • Submissions
  • CRM, CMS & ERP
    • Integrations
  • HELP // SUPPORT
    • Still need help?
Powered by GitBook
On this page

Was this helpful?

  1. Web SDK

Data-Attributes

These data-attributes are used to be easier and "replace" some commands.

PreviousRight to erasure (right to be forgotten)NextEvents

Last updated 5 years ago

Was this helpful?

To use the Web SDK please the snippet first.

You can open a popup view by (triggers when clicked):

<div gc-open-view-index="0"></div>
<div gc-open-view-id="119"></div>
<div gc-open-view="languages"></div>

If you use the attribute gc-read-only="true" with one of the attributes above, it will make the selected view closable and the back button will be hidden.

Example:

<div gc-open-view="languages" gc-read-only="true"></div>

install