Menu
Sites
Language
Context popup in native

Hi,

We dont have Context popup in native controls. Can we acheive that property with any native controls..?

1. on web page text while we are selecting text can we make it as underline?

2.After selecting can we change the selected block text color with different color?

3. For only context menu we cannot make the back form tranparent. only we can make

  form.setShowState(false);

Or any alternative option to make transparent.

 

Thanks

Rajyalakshmi

Edited on 18 03, 2014

Responses

1 Replies
 kimi
Hi Rajyalakshmi, In native programming, You can use ContextMenu "https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fguide%2Fui%2Fimplementing_contextmenus.htm" to do the same funcionality of a context popup. and answer for your other query can be found at "https://developer.tizen.org/forums/native-application-development/how-select-text-web-control-page-0" Kimi.