Page 1 of 1

Facebook

Posted: Fri Dec 06, 2013 6:04 am
by Ashok

Image Image

i am trying to implement this animation cud u pls help me out.... on the click of a button placed on the header i want a page to slide towards the right and display the information of all the files pls help me..wat is the procedure i must follow to achieve this


Facebook

Posted: Fri Dec 06, 2013 8:58 am
by Maryna Brodina

Hello! This post should help https://getsatisfaction.com/apperyio/...


Facebook

Posted: Mon Dec 09, 2013 6:13 am
by Ashok

This post allows you to apply div tags , but i dont want that i want to apply appery tools to that particular swiped left page....i have a button on whose click i want the page to appear....
is it possible to add the components on a different page and on the click on page1 i want that page to swipe left...pls help me


Facebook

Posted: Mon Dec 09, 2013 9:34 am
by Kateryna Grynko

Hi Ashok,

You can try adding Swipe handler on the whole page.


Facebook

Posted: Mon Dec 09, 2013 12:20 pm
by Ashok

thats fine but now i have implemented it all into a html panel....now i am not able to access the components... i want accesibility to the components suppose an button is put in the panel i want perform an alert on that button cud u pls help me


Facebook

Posted: Mon Dec 09, 2013 2:43 pm
by Kateryna Grynko

Ashok,

Then you should use this code:pre$("selector").on("swipeleft", myfun);/preWhere 'selectror' is a component selector,
'myfun' is a handler function.