I am creating a dialog using javascript, the dialog has a list box control with items in it. I need support to allow ctrl+c to work on the selected item so that user can copy it and paste it's contents outside. How can this be done?
↧
I am creating a dialog using javascript, the dialog has a list box control with items in it. I need support to allow ctrl+c to work on the selected item so that user can copy it and paste it's contents outside. How can this be done?