---
title: "set the entry/exit direction to action sheet in Sencha Touch."  
description: "set the entry/exit direction to action sheet in Sencha Touch."  
author: "Andrew Deniel"  
published: 2013-06-14  
updated: 2013-06-25  
canonical: https://www.mindstick.com/forum/1090/set-the-entry-exit-direction-to-action-sheet-in-sencha-touch  
category: "sencha touch"  
tags: ["sencha touch"]  
reading_time: 1 minute  

---

# set the entry/exit direction to action sheet in Sencha Touch.

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances),\
How to set the **[entry](https://www.mindstick.com/interview/531/how-to-delete-an-array-entry-using-javascript)/exit [direction](https://yourviews.mindstick.com/story/5034/10-animals-with-the-best-sense-of-direction) to [action](https://www.mindstick.com/forum/155752/what-is-action-result-with-its-types) sheet** in **[Sencha Touch](https://www.mindstick.com/interview/23004/define-class-system-of-sencha-touch)**.\
Any help on above is really appreciated.

## Replies

### Reply by Sumit Kesarwani

Hi Andrew,\
To set the entry/exit direction of action sheet, there is two property of action sheet - entry and exit.\

xtype: 'actionsheet',

enter: 'top',

exit: 'right'\
Adding these property to action sheet, the action sheet will enter in screen from top and exit to right of screen.\
If you want to learn more about radio button, then you can read my article:http://www.mindstick.com/Articles/682a35a0-4552-4003-a487-d0c8eba15fdb/?Styling%20ActionSheet%20in%20Sencha%20Touch


---

Original Source: https://www.mindstick.com/forum/1090/set-the-entry-exit-direction-to-action-sheet-in-sencha-touch

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
