How to design Single Selection Dialog?

前端 未结 2 1866
遥遥无期
遥遥无期 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:28

    To create the dialog like the image is showing, for this you can use context menu. And if you want the dialog like that only then let me know.

    0 讨论(0)
  • 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/
    0 讨论(0)
提交回复
热议问题