air skin with tabview

Hi,

I am using a tabview with air skin - each tab has a nice outer blue border. Is it possible to have this border around the view area as well?

http://www.bauerapps.com/files/air_skin_border.png

Thanks

If you are initializing UI in full-screen mode ( without target container ), side borders will be removed, to not duplicate the native browser’s borders.

You can init UI in container to restore the borders.

Thanks, that works. However, in fullscreen mode if using:

type:“space”,
padding:10,

In that case then it should paint the “inner border”?