X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fscript-overview.h;h=6224f601a50f528d55f5ba7a01ce9818a5b7aa80;hp=f9eb9516025a0457ca2b3a56b35d4a8edae47c18;hb=bf219d48e3a22c8fb7b7b8702f898392480f3c45;hpb=09f35f81061ca470e79ac674024b9e587ff44e7f diff --git a/docs/content/programming-guide/script-overview.h b/docs/content/programming-guide/script-overview.h index f9eb951..6224f60 100644 --- a/docs/content/programming-guide/script-overview.h +++ b/docs/content/programming-guide/script-overview.h @@ -33,7 +33,7 @@ * * The property system has non animatable properties that can be used by the scripting runtime to set actor attributes. * - * Custom controls can register properties for scripting access. The custom control is notified of a non animatable property value change. + * Custom controls can register properties for scripting access. * * *

A Javascript example

@@ -51,7 +51,6 @@ * * // Property access * // This line finds a property called "alpha" and Sets with SetProperty(index, Property::Value(2.0)) - * // If the property is non animatable it calls OnPropertySet(Property::Value(2.0)) * custom.alpha = 2.0; * * // NB: non animatable properties can be strings