Hi,
I am not able to select contents from Label in smartclient in chrome latest build (from 24 - 26.0.1410.43 m). I have set the canSelectText and canFocus properties to true. Here is my code
Thanks,
Shankar
I am not able to select contents from Label in smartclient in chrome latest build (from 24 - 26.0.1410.43 m). I have set the canSelectText and canFocus properties to true. Here is my code
Code:
isc.Label.create({
height: 30,
padding: 10,
align: "center",
valign: "center",
wrap: false,
canSelectText: true,
canFocus: true,
icon: "icons/16/approved.png",
showEdges: true,
contents: "<i>Approved</i> for release"
})
Shankar
Comment