Merge "(Programming Guide) Initial chapter on creating a custom control" into devel...
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Thu, 25 Feb 2016 17:40:54 +0000 (09:40 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 25 Feb 2016 17:40:55 +0000 (09:40 -0800)
1  2 
docs/content/main.md

diff --combined docs/content/main.md
@@@ -1,4 -1,4 +1,4 @@@
 -# DALi Introduction
 +# DALi Introduction ajskdfajksd fhksja
  
  ### Introduction
   + [What is DALi?](@ref dali-introduction)
@@@ -8,7 -8,6 +8,7 @@@
    + [Main, Update & Render Threads](@ref dali-threads)
   + [DALi Fundamentals](@ref fundamentals)
    + [Actors & Stage](@ref actors-and-stage)
 +  + [Layers and draw order](@ref layer)
    + [Coordinate System](@ref coordinate-system)
    + [Scene Graph](@ref scene-graph)
    + [Handle / Body Idiom](@ref handle-body-idiom)
   + [Overview](@ref viewing-modes)
  
  ### Extending DALi
-  + Control Base Class Services
-  + How to write Custom UI Components
+  + [How to write Custom UI Components](@ref creating-custom-controls)
    + [Size Negotiation for Controls](@ref size-negotiation-controls)
    + [Type Registration](@ref type-registration)
-   + How to make Controls Scriptable
   + [Automated Tests](@ref auto_testing)
   + [Programming Guide](@ref documentationguide)
   + [JavaScript Wrapping Guide for DALi developers](@ref javascriptwrapping)