Since jQM 1.3+ sliding panels have not yet been added to the drag and drop components, how can I dynamically create a sliding panel on a 'pagecreate' event like in the code at the link bellow?
I want to continue to use the visual builder without directly editing the source and breaking the visual builder link.
The jQM panel has to be inserted in the 'data-role=page' but outside of 'data-roles:header, content and footer' so there seems to be no way add it using the GUI builder.
The page common events do not list 'pagecreate'.
Example Code: http://jsfiddle.net/Gajotres/pZzrk/
I read this post regarding the 'pageinit' event but it looks like it requires manual editing of the source.
https://getsatisfaction.com/apperyio/...
jQM panels are extremely useful for RWD, particularly for small screen devices where screen real estate is precious.
Also, is it possible to create a custom plugin to accomplish this?