X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fprogramming-languages.md;h=e2c4de2bc2369ae1655a64ded65390c8ed5a7894;hb=6e1c16f82d6ea3d44f74e4dc11212ac18c963ef4;hp=545d6c2db9092d544afe6b9bd3924b3048348962;hpb=7dbdc48ead036277d57a6a6ad61d6056c3b39a07;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/shared-javascript-and-cpp-documentation/programming-languages.md b/docs/content/shared-javascript-and-cpp-documentation/programming-languages.md index 545d6c2..e2c4de2 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/programming-languages.md +++ b/docs/content/shared-javascript-and-cpp-documentation/programming-languages.md @@ -1,5 +1,6 @@ -/** - * + + # Programming Languages {#programming-languages} DALi applications can be written in several different programming languages. @@ -61,7 +62,7 @@ actor.connect( "touched", onPressed ); "actor":"image", "property":"position", "value":[200,-100,0], - "alpha-function": "BOUNCE" + "alphaFunction": "BOUNCE" } ] } @@ -71,8 +72,8 @@ actor.connect( "touched", onPressed ); { "name":"image", "type":"Actor", - "anchor-point": "CENTER", - "parent-origin": "CENTER", + "anchorPoint": "CENTER", + "parentOrigin": "CENTER", "signals" : [ { "name" : "touched", "action": "play", "animation": "move" }