Hi to all 

Well, I'm pretty new on qooxdoo. I'm developing a moodle application for
eyeOs (and eyeOs uses qooxdoo.. so here I am :) )

So, my question, I'm trying to load data in some widgets, after a click on
an other widget, I'm reading binding functions and controllers functions,
but I'm not sure I found what I need.. I will explay how is my estructure of
code:



 drawGUI: function() {

 var mainWindow = new eyeos.ui.Window( .. ) // eyeos.ui is not important
function now

 mainWindow.add(this.getHeader(), {...});
 
 mainWindow.add(this.getCoursesSlide(list), { ... }); // here is where I
draw the containers 

 mainWindow.add(this.getMain(), { ... }); // here is where I have the
widgets that I want to change their value loading the new data, I have
labels, containers, etc.

},
getHeader : function() {...}, // not important now
getMain : function() { }, // the info where I want to put the value
getCoursesSlide : function(courses) { ... } // the cointainers that it will
say by event "click" what info must be loaded in "getMain"


I hope I explain it well.. if not, please let me know..

So, that's my question, a solution could be, send a new variable to getMain
function, but the point is how send it after click in a container inside
getCoursesSlide ... 

Well.. thanks for any suggestion!!

BTW Happy new year!!!

PS: if you want some info about this project, is actually my university
final project. We are in Barcelona. The project name is educME
(www.educme.org). I hope to public a first demo of it in a couple of
month... 

-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/load-data-after-click-on-container-tp5877999p5877999.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to