-
Notifications
You must be signed in to change notification settings - Fork 0
Window
NickWare edited this page Dec 27, 2021
·
6 revisions
Main Window container HTML model:
<div class="Window">
<div class="GlobalArea">
<div class="MainMenu">
...
</div>
<div class="WorkArea">
<div class="Page">
Page body
</div>
</div>
</div>
</div>