how to access widget inside the panelwidget
hi
i have panel widget type is "HTML".
i edited the html and added section . inside section i added etc..
How can i increase the width of the audio widget(id is "myad")
i tried audio widget using custom javascript like this
$('div[dsid="myad"]').css('height','300px')
but it does not work.