-
Notifications
You must be signed in to change notification settings - Fork 11
Home
jasononeil edited this page May 1, 2013
·
6 revisions
- Installing
- Concepts
- About Detox
- Basic Usage
- Traversing
- Element Manipulation
- DOM Manipulation
- Traversing
- Events
- Working with other frameworks (jQuery etc)
- Style
- Animation
Basic Concepts
- What is a Widget?
- Creating a widget
- Using other people's widgets
- Getting Widgets to work with the DOM
Templates
- Setting a template for your widget
-
Templating Overview
- Variable Interpolation
-
Special Attributes
- Boolean Attributes - dtx-show, dtx-hide, dtx-checked, dtx-unchecked, dtx-enabled, dtx-disabled, dtx-class-*
- Event Binding - dtx-on-*
- Value Binding - dtx-bind
- Loops
- Partials
- Layouts
- Advanced: How Widget Templating works under the hood
Data Widgets (still under development)
- What is a Data Widget
- Basic Data Widget Example
- Binding Strategies / How Binding Works
- Data Widgets as partials
- Data Widgets inside loops
- Advanced: How Data Widgets work under the hood
For now, this is an empty wiki. I definitely need to add things as I go. If you want to know about one of the links here, and I haven't filled it in yet - contact me on the Haxe mailing list and I'll try to document it for you ASAP.