DevAtlas Viewport and Customization Engine
  • API Overview
  • Documentation Notes
  • Reserved Features
  • Viewport Engine
    • Loading Windows
      • changeViewport()
      • Loading Customization Engine Plugins
    • Account Functions
      • logInAPI()
  • Customization Engine
    • Viewport Window
      • Viewport Window Definition
      • Viewport Window JS Object
      • Viewport Window JSON
    • Sidebar Icon
    • Announcements
Powered by GitBook
On this page
  1. Customization Engine
  2. Viewport Window

Viewport Window Definition

PreviousViewport WindowNextViewport Window JS Object

Last updated 3 months ago

A viewport window is a <div> that is loaded into DevAtlas' Viewport Engine. It can contain HTML, CSS, and JavaScript. Please remember that JavaScript code is always manually reviewed before being approved on the Customization Engine Directory.

Always name the file containing your window code window.html

The definition for a Viewport Window seems really vague because of how versatile it is! But please remember that Viewport Windows must follow the rules set by the .

DevAtlas TOS