Web interface tutorial: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{learned|what the 2D viewer is|what capabilities it offers by default|what settings can be adjusted|how to modify the 2D viewer interface}} {{tutorial prerequisites |tutorial...") |
mNo edit summary |
||
Line 3: | Line 3: | ||
|tutorial=This tutorial relies on base knowledge about the editor interface, the creation of panels, and the ability to script in HTML, CSS, and javascript. | |tutorial=This tutorial relies on base knowledge about the editor interface, the creation of panels, and the ability to script in HTML, CSS, and javascript. | ||
|project=This tutorial can be followed with any project of any arbitrary location. | |project=This tutorial can be followed with any project of any arbitrary location. | ||
|required-IDE=HTML, CSS, Javascript | |required-IDE=HTML, CSS, Javascript. Notepad is sufficient | ||
|Start your project. This can be a pre-existing project, or a newly created project. | |Start your project. This can be a pre-existing project, or a newly created project. | ||
|Start your preferred IDE. It will be required in the later stages of the tutorial. | |Start your preferred IDE. It will be required in the later stages of the tutorial. | ||
}} | }} |
Revision as of 08:41, 14 June 2018
Prerequisites
The following prerequisites should be met before starting this tutorial:
- This tutorial relies on base knowledge about the editor interface, the creation of panels, and the ability to script in HTML, CSS, and javascript. If you have not yet followed the tutorials related to those subjects please do so first.
- This tutorial can be followed with any project of any arbitrary location.
- You will need an IDE or environment in which to edit HTML, CSS, Javascript. Notepad is sufficient.
Preparations
Take the following steps as preparation for following this tutorial:
- Start your project. This can be a pre-existing project, or a newly created project.
- Start your preferred IDE. It will be required in the later stages of the tutorial.