X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fdocs%2Fcontent%2Fstage.js;h=f11a83d2e92235eea8e455362080c8d5f52590da;hp=cfcdb760242c4ad15d58ab8aeb1b68b8ee7f5db0;hb=f3da11c2818c6d17706fbb2417f21b602b3190f5;hpb=a23ba360cc88e815f0db1118236e082c7391005b diff --git a/plugins/dali-script-v8/docs/content/stage.js b/plugins/dali-script-v8/docs/content/stage.js index cfcdb76..f11a83d 100644 --- a/plugins/dali-script-v8/docs/content/stage.js +++ b/plugins/dali-script-v8/docs/content/stage.js @@ -27,7 +27,7 @@ dali.stage.remove( imageActor ); ### Key Events -Key events are received through the key-event callback. +Key events are received through the keyEvent callback. ``` daliApp.myCallback = function (keyEvent) @@ -48,7 +48,7 @@ daliApp.myCallback = function (keyEvent) } } -dali.stage.connect("key-event", daliApp.myCallback); +dali.stage.connect("keyEvent", daliApp.myCallback); ``` The key event object has the following properties @@ -65,4 +65,4 @@ The key event object has the following properties } ``` @class Stage -*/ \ No newline at end of file +*/