Created
June 20, 2018 19:59
-
-
Save kuckmc01/2a9dba0c5d7ccda2e0f6eccf36f86ae3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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