igd:root
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
igd:root [2015/02/13 11:14] – cr-wiki-admin | igd:root [2024/04/04 08:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Welcome to the intelligentgraphics Dialogs Wiki! ====== | ||
+ | intelligentgraphics Dialogs (IGD) is a concept to implement easy-to-use, | ||
+ | |||
+ | ===== Terminology ===== | ||
+ | |||
+ | * A **Module** is an IGD Wizard consisting of a number of Pages, running in a Host that provides the appropriate environment. | ||
+ | * A **Page** is part of a Module and is an exclusive full-screen view. | ||
+ | * A **Host** is a Module container that starts and supports a Module, and processes the information, | ||
+ | |||
+ | ===== The Module Structure ===== | ||
+ | |||
+ | A Module consists of (paths relative to MODULE/ | ||
+ | |||
+ | * // | ||
+ | * //pages/// - Pages (HTML, JS, CSS) | ||
+ | * //lib/// - The JS libraries the module requires | ||
+ | * //img/// - Images used in the module | ||
+ | * //data/// - Optional data files | ||
+ | * // | ||
+ | |||
+ | ===== Module Libraries ===== | ||
+ | |||
+ | The following libraries must or may be used by Modules: | ||
+ | |||
+ | **Standard** | ||
+ | |||
+ | * // | ||
+ | * // | ||
+ | |||
+ | **2D** | ||
+ | |||
+ | * // | ||
+ | * // | ||
+ | * // | ||
+ | |||
+ | **3D** | ||
+ | |||
+ | * // | ||
+ | * // | ||
+ | |||
+ | ===== Style Guide ===== | ||
+ | |||
+ | ==== Progress ==== | ||
+ | |||
+ | * In case you don't have intra-page progress control: the current page counts fully for the progress. So if you have 3 pages, display 33% on the first one, 67% on the second one, and 100% on the last. |