X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fcreating-custom-controls.md;h=a1451ee601ba238a68c96971a99f800fe1d5799a;hp=82345bbc2ac8b77938005b3a0ef2db60d2d3d1bb;hb=675f5551ef3c7ca20ec45c36b865a5092883af43;hpb=69c1b01cea4af86aa3e5ba0087485c9bd76942ca diff --git a/docs/content/shared-javascript-and-cpp-documentation/creating-custom-controls.md b/docs/content/shared-javascript-and-cpp-documentation/creating-custom-controls.md index 82345bb..a1451ee 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/creating-custom-controls.md +++ b/docs/content/shared-javascript-and-cpp-documentation/creating-custom-controls.md @@ -89,6 +89,8 @@ The TypeRegistry is used to register your custom control. This allows the creation of the control via a JSON file, as well as registering properties, signals and actions. To ensure your control is stylable, the process described in [Type Registration](@ref type-registration) should be followed. + +#### Properties To aid development, some macros are provided for registering properties which are described in the [Property](@ref properties) section. Control properties can be one of three types: