You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
I am using the panel widget outside the page widget on JQM 1.4.0 a1. It's working as excepted, a global panel for the website, except for the appearance which is not rendered like JQM as well.
I've found instructions on how to use this new resource in #5741.
Probably this happen because JQM rendering starts from page widget. Anyone knows if it will change for the Panels Widget?
When widgets are outside pages you have to call the plugin yourself. You already doing that for the panel, but you also have to do this for the listview widget inside the panel. However, for convenience we added $.fn.enhanceWithin(). So if you use $("#sideMenu").panel().enhanceWithin(); everything inside your panel will be enhanced as well.
I am using the panel widget outside the page widget on JQM 1.4.0 a1. It's working as excepted, a global panel for the website, except for the appearance which is not rendered like JQM as well.
I've found instructions on how to use this new resource in #5741.
Probably this happen because JQM rendering starts from page widget. Anyone knows if it will change for the Panels Widget?
It's possible that I am making so mistake on using it, because of that I created a Fiddle to reproduce it at http://jsfiddle.net/mavieira/reUCv/2/
Marcelo
The text was updated successfully, but these errors were encountered: