I have some nested TabViews. I am trying to save screen space. I'd
like no boarders and no padding. In the docs it says inset is the sum
of the padding and border width. Can I set the border width?
also, I think I am seeing really odd behavior, here
if I run this code:
this.debug('pad: '+clusterTabView.getContentPaddingLeft());
this.debug('pad: '+clusterTabView.getContentPaddingRight());
this.debug('pad: '+clusterTabView.getContentPaddingBottom());
this.debug('pad: '+clusterTabView.getContentPaddingTop());
it says 0 for all... then if I run this
clusterTabView.setContentPadding(0,0,0,0);, it changes the gui, what
am I missing?
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel