Changed all property & signal names to lowerCamelCase
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / docs / content / stage.js
index cfcdb76..f11a83d 100644 (file)
@@ -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
+*/