Skip to content

Instantly share code, notes, and snippets.

@kuckmc01
Created June 20, 2018 19:59
Show Gist options
  • Save kuckmc01/2a9dba0c5d7ccda2e0f6eccf36f86ae3 to your computer and use it in GitHub Desktop.
Save kuckmc01/2a9dba0c5d7ccda2e0f6eccf36f86ae3 to your computer and use it in GitHub Desktop.
var tags =$('[data-fieldname="./cq:tags"]’);
var tagList = CUI.Widget.fromElement(CUI.TagList,tags);
tagList.options.values = ['hello','world']
tagList._setValues()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment