Changes from Version 1 of documentation/RML

Show
Ignore:
Author:
peterc (IP: 192.168.0.1)
Timestamp:
11/26/07 09:29:11 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/RML

    v0 v1  
     1RML is based loosely around [http://www.w3.org/TR/xhtml1/ XHTML 1.0] and [http://www.w3.org/TR/1999/REC-html401-19991224/ HTML 4.01], however element names are (mostly) open-ended in RML and can be used in any way that is logical for your application. All documents follow strict XML1.0 specification and where possible all Rocket elements follow their HTML equivalent. 
     2 
     3RML maintains the core components of HTML4, including CSS and scripting (via the Python plugin). It provides a number of basic elements including input fields, radio buttons and check boxes as well as more complex enhancements such as templates and datagrids. 
     4 
     5'''Contents''' 
     6 
     7 1. [wiki:documentation/RML/Elements Elements] - The basic RML type 
     8 1. [wiki:documentation/RML/Documents Documents] - The HEAD and BODY of a document 
     9 1. [wiki:documentation/RML/Images Images] - Referencing images 
     10 1. [wiki:documentation/RML/StyleSheets Style Sheets] - Adding style to RML documents 
     11 1. [wiki:documentation/RML/Forms Forms] - User-input Forms: Text Fields, Buttons 
     12 1. [wiki:documentation/RML/Controls Controls] - TabSets and Handles 
     13 1. [wiki:documentation/RML/DataDisplay Data Display] - Data Grids and Data Selects 
     14 1. [wiki:documentation/RML/Templates Templates] - Making all your windows look the same 
     15 1. [wiki:documentation/RML/Events Events] - Mouse clicks, movement, key presses, text entry 
     16 
     17'''Appendix''' 
     18 a. [wiki:documentation/RML/ElementIndex Element index] 
     19 a. [wiki:documentation/RML/HTML4StyleSheet HTML4 style sheet]