Attribute Scripting
Attribute Scripting is the term we use for EditMe's template language. Combining XML and JavaScript in a new and innovate way, EditMe's template system aims to make easy things really easy, and difficult things doable without gobs of mixed-in code. Attribute scripting can be used in individual scripted pages to display data in HTML, or in EditMe Layouts. In both cases, a combination of layout commands and JavaScript provides dynamic functionality. See these pages to learn more:
- See "What are Layouts" in the Layouts page
- Layout Development Tutorial - a good place to start once you know what Layouts are.
- Attribute Scripting Syntax - rules for attribute scripts, the commands and bits of code found in editme="..." attributes.
- Attribute Command Reference - complete list of attribute scripting
commands for use in editme="..." attributes.