Hello,
i followed the suggestion proposed in the topic https://getsatisfaction.com/apperyio/... to have a sliding panel.
i added the asset from http://pastebin.com/F0z0PQAA
i added a Grid component on the page and leaft there an only cell. Grid is a container for the menu
and on Page Show event I Run JavaScript action with the following code:
if ( window.awesomeMenu == undefined) {
window.awesomeMenu = SlideMenu( Appery("mobilegrid_80"), Appery("mobilecontainer1") , "right", "overlay","d");
}
Appery("mobilegrid_80").css({display: "table"});
i would like to obtain a responsive width of my panel.
i setted the width to 15em; because i have some button on the left size of my page and i want to open differt panels on the clik of each button.
i would like to obtain that on different screen size (400x800, 480x800 etc.) the panels open with bigger width just leaving, on their left, the space for the vertical buttons, like in the figure i posted.