protected function mouseOverHandler(event:MouseEvent):void
{
switch (event.currentTarget)
{
case pw :
if (event.ctrlKey)
{
pw.displayAsPassword = false;
System.setClipboard(pw.text);
}
break;
}
}
protected function mouseOutHandler(event:MouseEvent):void
{
switch (event.currentTarget)
{
case pw :
pw.displayAsPassword = true;
break;
}
}
[한X] ctrl + mouseover시 내용 보이기 및 clipboard copy 기능
|
2016.10.14 16:19:53
|
2016.10.19 08:40:30
|
309
|
Aiden
Total of Attached file
0.00 Bytes of 0 files
2017.02.12
2016.11.15
2016.10.19
2016.10.19
2016.10.14
2016.10.13
2016.10.07
2016.10.07
2016.10.07
2016.08.22