How to design Single Selection Dialog?

前端 未结 2 1869
遥遥无期
遥遥无期 2021-01-22 08:57

i want to show dialog like attached Image. an image to the left and text with single selection.

\"Share\"

a

2条回答
  •  感情败类
    2021-01-22 09:37

    For that you have to customize the Context Menu because native context menu doesn't support for icon display inside the dialog, instead it only supports the text to be displayed inside each item.

    The image which you have mentioned here is customized context menu with icon. Here is the same example which you want:

    1. Source code for the above link: http://code.google.com/p/iconcontextmenu/

提交回复
热议问题