Hi All,
As the title states, I'm trying to set up an enyo script to have two panels. One with a repeater which will act as a simple list and one which will render a webpage which, ideally, will be based on the selected list item. I've been playing with this code and it just renders a blank page with a . on it. Any advice?
http://jsfiddle.net/Darakian/LBSys/3/
Comments
components:[{kind:"onyx.Button", content:"Hello"}]
). The reason you see a "." on your page is because you have a "." after your closing tag.https://developer.palm.com/content/api/reference/enyo/enyo-api-reference.html#enyo.WebView
I guess I'm miss interpreting the API. Thanks for the help btw