Hi,

you have to use the contentPadding property on the TabView:
var tabPage = new qx.ui.tabview.TabView();
this.getRoot().add(tabPage);

var page = new qx.ui.tabview.Page("one");
tabPage.setContentPadding(0);
tabPage.add(page);

page.setLayout(new qx.ui.layout.Canvas());
page.add(new qx.ui.basic.Label("1"));

Best,
Martin


info-211 wrote:
> 
> In a tabview page
> 
> Von meinem iPhone gesendet
> 
> Am 29.12.2009 um 20:01 schrieb MartinWittemann <martin.wittem...@1und1.de 
>  >:
> 
>>
>> Hi,
>> on what element do you try to set the padding?
>> Best,
>> Martin
>>
>>
>>
>> info-211 wrote:
>>>
>>> Hi devs,
>>>
>>> just want to set padding of a page. .set({padding:0}) dont works. Any
>>> ideas?
>>>
>>> regards Sak
>>>
>>>
>>> --- 
>>> --- 
>>> --- 
>>> ---------------------------------------------------------------------
>>> This SF.Net email is sponsored by the Verizon Developer Community
>>> Take advantage of Verizon's best-in-class app development support
>>> A streamlined, 14 day to market process makes app distribution fast  
>>> and
>>> easy
>>> Join now and get one step closer to millions of Verizon customers
>>> http://p.sf.net/sfu/verizon-dev2dev
>>> _______________________________________________
>>> qooxdoo-devel mailing list
>>> qooxdoo-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>>
>>>
>>
>> -- 
>> View this message in context:
>> http://n2.nabble.com/padding-of-a-page-tp4228246p4228960.html
>> Sent from the qooxdoo mailing list archive at Nabble.com.
>>
>> --- 
>> --- 
>> --- 
>> ---------------------------------------------------------------------
>> This SF.Net email is sponsored by the Verizon Developer Community
>> Take advantage of Verizon's best-in-class app development support
>> A streamlined, 14 day to market process makes app distribution fast  
>> and easy
>> Join now and get one step closer to millions of Verizon customers
>> http://p.sf.net/sfu/verizon-dev2dev
>> _______________________________________________
>> qooxdoo-devel mailing list
>> qooxdoo-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev 
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/padding-of-a-page-tp4228246p4229087.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to