From: Alan Knowles Date: Thu, 13 May 2010 06:20:06 +0000 (+0800) Subject: README.txt X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=d39c64d886b7d3cb42572956f0eeaa07eb79c145 README.txt --- diff --git a/README.txt b/README.txt index 4610caf7e..a3264d207 100644 --- a/README.txt +++ b/README.txt @@ -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. + + +