Changes from Version 1 of documentation/RML/Elements

Show
Ignore:
Author:
wms (IP: 192.168.0.1)
Timestamp:
10/18/07 15:27:49 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/RML/Elements

    v0 v1  
     1= Elements = 
     2 
     3Rocket has no prior understanding of XML elements other than the built-in [wiki:documentation/RML/ElementIndex element types].  
     4 
     5When parsing a tag Rocket will look up custom elements associated with the tag name and fall back to a generic element. Very few custom elements are required as most of the power in Rocket comes from styling elements with [wiki:documentation/RCSS RCSS] to produce the desired layout. 
     6 
     7The user is encouraged to follow standard HTML guidelines where possible to improve readability across the community. For more information on setting up Rocket to emulate HTML4 see [wiki:documentation/RML/HTML4StyleSheet Appendix: HTML4 Style Sheet]. 
     8 
     9== Global Attributes == 
     10 
     11Elements have a base set of attributes that are common to across all types. 
     12 
     13''Attributes''[[br]] 
     14'''id = [wiki:documentation/Glossary#BasicTypes id]''' [wiki:documentation/Glossary#CaseInformation (CI)] 
     15  The unique identifier for the element in this document. 
     16 
     17'''class = [wiki:documentation/Glossary#BasicTypes cdata]''' [wiki:documentation/Glossary#CaseInformation (CI)] 
     18  Assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. See [wiki:documentation/RCSS RCSS] 
     19 
     20'''style = [wiki:documentation/Glossary#BasicTypes cdata]''' [wiki:documentation/Glossary#CaseInformation (CS)] 
     21  Specifies inline style information for the element. See [wiki:documentation/RCSS RCSS] 
     22 
     23'''on* events = [wiki:documentation/Glossary#BasicTypes cdata]''' [wiki:documentation/Glossary#CaseInformation (CS)] 
     24  Event bindings. See [wiki:documentation/RML/Events Events]