X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fscript-hello.md;h=ff159541fe39e4e74b87e4239b9ec9cf516a3fde;hb=fe706c2b9e0a2ce31c91317dd6749faecef6d92e;hp=488cb8b6bf3f25e706979be7ef4cc34972e9c6d0;hpb=2071317d301e9d5af326a3a2efcd2996263fbead;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/shared-javascript-and-cpp-documentation/script-hello.md b/docs/content/shared-javascript-and-cpp-documentation/script-hello.md index 488cb8b..ff15954 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/script-hello.md +++ b/docs/content/shared-javascript-and-cpp-documentation/script-hello.md @@ -1,5 +1,6 @@ -/** - * + + # Hello World - JSON layout{#script-hello} The following JSON code is the minimum required to put the sentence "Hello World" on the screen. @@ -11,7 +12,7 @@ "name": "text-label", "type": "TextLabel", "text": "Hello World", - "parent-origin": "CENTER" + "parentOrigin": "CENTER" }] } ~~~ @@ -42,13 +43,13 @@ ~~~ ## Hello World - Javascript - The Dali script application is needed to run the Javascript which provides a Javascript runtime and an interface to Dali. + The DALi script application is needed to run the Javascript which provides a Javascript runtime and an interface to DALi. ~~~ scripting.example hello-world.js ~~~ - The TextLabel control to display Hello World can be constructed using Javascript dot notation accessing Dali Actor Properties. + The TextLabel control to display Hello World can be constructed using Javascript dot notation accessing DALi Actor Properties. ~~~{.js} // JavaScript @@ -64,4 +65,5 @@ ~~~ @class _Guide_Script_Hello_World - */ \ No newline at end of file + +*/