X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fmain.md;h=2a9fd0b885dc4fec2086e2f234b73fc5689507ee;hp=fefb8a3793e87b5d47dea50897b8d602aaa58a52;hb=971bfa9c6730fefc49e45c5df796ce7e34e43ae3;hpb=8ad943a28e16767f5fe2fc92d18b38f8808bdc99 diff --git a/docs/content/main.md b/docs/content/main.md index fefb8a3..2a9fd0b 100644 --- a/docs/content/main.md +++ b/docs/content/main.md @@ -30,6 +30,7 @@ + [Event Handling](@ref event-system) + [Layouting](@ref size-negotiation) + [Image Actor](@ref image-actor) + + [Image View](@ref image-view) + [Animation](@ref animation) + [Basic Framework](@ref animation-basics) + [Key Frame Animations](@ref animation-key-frame) @@ -39,16 +40,18 @@ + [Relative To Constraint](@ref constraints-relative-to) + [Multi-threading Notes](@ref animation-multi-threading-notes) + [Shader Animation](@ref animation-shader) + + [Styling](@ref styling) ### Resources + [Resource Image](@ref resource-image) + [9 Patch Image](@ref resource-9-patch) + [Buffer Image](@ref resource-buffer) -### Control Base Class +### Control Base Class & Renderers + [Background Feature](@ref background) + Keyboard Focus + [Accessibility](@ref accessibility) + + [Control Renderers](@ref control-renderers) ### UI Components + Buttons @@ -56,6 +59,7 @@ + [Popup](@ref popup) + [Scroll View](@ref scroll-view) + TableView + + [Text Editor](@ref text-editor) + [Text Field](@ref text-field) + [Text Label](@ref text-label) @@ -73,17 +77,16 @@ + Environment Variables + [Resource Tracking](@ref resourcetracking) + Logging + + [Debug Renderer](@ref debugrenderer) + [Stagehand - DALi Visual Debugger](@ref stagehand) ### Viewing Modes + [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)