언어 설정

Menu
Sites
Language
Tizen UI control - what is that?

Hi,

I am curious how to put control looks like extended menu. It shows extra menu-options after click.

Look at the 3 horizontal bars next to back icon. What control is that?
 If possible please attache link to page in docs.

 

Thanks.

 

Regards,

sland

 

 

 

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 댓글
muditha murthy
The control which you are telling is not a default one that is defined in documentation. It is a native control which is not exposed, in order to achive that you can create your own custom control.
Michał
3 horizontal bars next to back icon = regular Button (Tizen::Ui::Controls::Button) Menu after press = ContextMenu (Tizen::Ui::Controls::ContextMenu) No ActionBar, no overflow menu button (Android far ahead Tizen ;))
Syed Khaja Moinuddin
I think , you are talking about "OptionMenu" control. If yes, please go through the OptionMenu documentation @ https://developer.tizen.org/documentation/dev-guide . Search for "OptionMenu" and follow the instructions (or sample code) to acheive the OptionMenu in your Application.