README.txt
authorAlan Knowles <alan@akbkhome.com>
Thu, 13 May 2010 06:20:06 +0000 (14:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 13 May 2010 06:20:06 +0000 (14:20 +0800)
README.txt

index 4610caf..a3264d2 100644 (file)
@@ -34,4 +34,17 @@ TODO
 * make heirachy editor...
 * use application to write itself...
 
+-----------------------------------------------------
+Concepts
+
+Basically both Roo and JS are built using a tree of elements (tagged with xtype/xns)
+sub elements always go in the items array..
+we have some special properties of elements, eg.
+
+*prop (a property of the parent)
+xtype (element type) eg. Window / Button etc..
+|xns  (namespace) = eg. Gtk/Roo etc.
+
+
+