Custom Control for the Sliding Menu Items.
Hi Team,
I created the sliding "Menu Item Panel" with some java-script code.
And that Menu-Item list was showing in following structure..
"mobilegrid_1 / mobilegridcell_1 / mobilelist_1 / mobilelistitem_1"
With the help of two custom java-script files MenuProvide and SlideMenu, we are able to slide the page and show the menu items.
And On Page-Load this javaScript code runs SlideMenu.js file
SlideMenu( Appery("mobilegrid_1"), Appery("mobilecontainer") );
But as I would need this menuItem in all of my pages in my app (10 pages), then I created "mobilegrid_1 / mobilegridcell_1 / mobilelist_1 / mobilelistitem_1" to a CustomControl.
And then changed in the java-script code to slide it as
SlideMenu( Appery("CustomControl_Name"), Appery("mobilecontainer") );
But now its not working. While debugging I didn't get much helpful.
Please help me.
Thanks.