Configuring - General Tab - Inline Windows Mode

From Visual WebGui Wiki

Jump to: navigation, search

Overview

This article is a part of articles on Configuring Visual WebGui application General tab

Settings

Inline Windows mode Default value web.config Description
Inline Windows
Off
<WebGui>
   <InlineWindows Mode="Off" />
</WebGui>

Values can be On or Off

General

This setting detirmines how dialog windows are created within Visual WebGui. Inline windows (setting = On) means that Visual WebGui creates the windows itself by using HTML divs, and the dialog windows appear within the main window. Non-Inline windows (settings = Off) means that dialog windows appear in new standard browser windows and appear as seperate windows that can be moved anywhere on screen and outside of the mainwindow.

Note that all browsers support using Inline windows, but it is browser dependent if non-Inline windows are supported or not. Currently IE supports non-Inline windows while FireFox does not.


Personal tools