PDA

View Full Version : Window Placment Values


pezi
03-13-2007, 10:09 PM
Hi!

To arrange the buttons inside a window frame
see picture
http://forum.geizhals.at/files/2305/window.jpg
the placment attribute is necessary.

The image is an example for a more complex window from the OL-documentation, but without source. Using the value 'menubar' would place the button group below the window title bar.

But which value must be used to arrange the buttons like in the example image.
Is there a doc for furhter placment values - e.g. left/right frame?

Example

<window width="500" height="200" x="300" y="40" resizable="true" closeable="true" id="editor" title="text">

<view align="center" placement="menubar">
<button >Text</button>
</view>
</window>