panyasan wrote: > Hi Greg, > > it's totally fine to create a contrib and abondon it - I myself have to > plead guilty to that crime ;-) -- the whole idea of qooxdoo-contrib is to > make it easy for others to pick up a project and continue it. I think there > is a plan to make it more transparent which projects are maintained, which > are unmaintained but work and which are abandoned and no longer work. So > we'd be very happy if you contributed your work on this and will gladly > provide assistance. > > Cheers, > > Christian > Hi Christian,
OK, sounds decent. I just finished the features I plan to implement, and simplified the implementation quite a bit, when I realized that I could move the conversion of selectable elements out of the form controller and into the editable label (i.e. the value is passed to the editable label, it converts it into a selection array, and if the user selects a different thing, that selection is then converted into a value inside the editable label). This allowed me to condense it into a single class. I also implemented hover state and put a simple decoration that displays a little box around the label when you hover with the mouse. Next steps for contrib are? I am cellog on sourceforge. To see the current work, go to the playground, and look up cellog's gists and load the only one that is there. One can also browse the source directly at github via http://gist.github.com/603994 Greg ------------------------------------------------------------------------------ Virtualization is moving to the mainstream and overtaking non-virtualized environment for deploying applications. Does it make network security easier or more difficult to achieve? Read this whitepaper to separate the two and get a better understanding. http://p.sf.net/sfu/hp-phase2-d2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
