README.txt
[app.Builder.js] / README.txt
index cc0e267..07c66c7 100644 (file)
@@ -28,9 +28,24 @@ Where it is..
 TODO
 * listeners need to created correctly.
 
+* create output to JS ...
 * templates for elements... - eg. defaults for classic elements.
 * sort out add heirachy for Gtk..
 * make heirachy editor...
 * use application to write itself...
-* create output to JS ...
+
+-----------------------------------------------------
+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.
+
+|**** anything starting with a pipe is raw data field rather than quoted..
+!listener  anything starting with a ! is a listener..
+