X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fproperties.h;h=cc15da107773e980c3f086b0e4b604f45ec78b8f;hp=1033b5fcc8e98d9cdf4ba25b75d6fa0560aeacc7;hb=20acd977722273134a92dab4f2a2335ca1c47630;hpb=1bd947edf624ffee8fd4b6ce43c53a9b08513e0f diff --git a/docs/content/programming-guide/properties.h b/docs/content/programming-guide/properties.h index 1033b5f..cc15da1 100644 --- a/docs/content/programming-guide/properties.h +++ b/docs/content/programming-guide/properties.h @@ -231,7 +231,7 @@ imageView.parentOrigin = dali.CENTER; // Set an image view property imageView.image = { - "rendererType" : "image", + "rendererType" : "IMAGE", "url": "images/icon-0.png", "desiredWidth" : 100, "desiredHeight" : 100 @@ -260,7 +260,7 @@ This is a basic example of a button defined in JSON by setting the default prope "position": [0, 0, 0], "image": { - "rendererType" : "image", + "rendererType" : "IMAGE", "url" : "images/icon-0.png", "desiredWidth" : 100, "desiredHeight" : 100