It is a bit old question and I hope you found a solution to it. I'll answer it anyway for the sake of future readers.To interact with coral components use document.querySelector() instead of jQuery $() selector.var textField = document.querySelector("#textFieldId");Then you can access all API proper...