Hi, I'm not aware of a property to accomplish this, but adjusting the theme should do the trick.
More precisely, you probably want to adjust the appearance of the "tree-item" [1]. Since you generally don't set borders on the content element, I assume you want define (in Decoration.js) and reference (in Appearance.js) a decorator that draws the lines. For more details about the theming system please make sure you check the theming chapter [2] in the manual, especially the section explaining appearances [3]. Tristan [1] For the settings that apply in the Modern theme, see qx.theme.modern.Appearance:1350. [2] http://manual.qooxdoo.org/current/pages/gui_toolkit/ui_theming.html [3] http://manual.qooxdoo.org/current/pages/gui_toolkit/ui_appearance.html Am 07.02.2011 um 07:42 schrieb <[email protected]>: > Hi. > > Is there a way to have qooxdoo draw lines between the tree nodes, ? I looked > at the API docs, but didn't look into the theme files, found nothing so far. > I need to draw lines in a tree for a customer. > > Initially I thought of manipulating the tree icons, but this won't work - > nodes further down the hierarchy need to display the vertical lines for all > ancestor nodes too, in order for this to work. Which could be a bit of a > problem, in deep trees. > > br, > > flj > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ The modern datacenter depends on network connectivity to access resources and provide services. The best practices for maximizing a physical server's connectivity to a physical network are well understood - see how these rules translate into the virtual world? http://p.sf.net/sfu/oracle-sfdevnlfb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
