JXT, free javascript xhtml custom tags framework for jquery and ext
JXT is a framework based on custom XHTML tags, which let you use jQuery and Ext functions and widgets (plugin) without writing a single line of javascript code and it doesn’t require programming skills other than XHTML.
JXT with jQuery ui plugins
JXT with Ext components
Feature
- Really easy to use Tags are very simple to write, and have very few and understandable attributes.
- No programming skills required You need only HTML knowledge!
- Readable and clean Without lines and lines of code to write, the document is clean and is immediatly clear where javascript widgets will be rendered… this means you won’t lose time trying to understand, what a script has been written for.
- Automatic loading operations Objects are automatically instantiated once the document is ready, you don’t have to handle load events.
- Concise writing style javascript allow you to write code in very different styles, so in a team you may find hard to understand what another person has written. With tags, you have one way only to configure your object… and is so sexy!
- Type casting In JXT you can configure a widget with the right objects data types by specifing them using <jxt:cfg> tags.An example:
<jxt:cfg name="myParam" type="float" value="12.55"></jxt:cfg>
- Fast JXT is able to parse different tags and initialize javascript object in few milliseconds.
- Lightweight Only 5 kb! (compressed).
- Nested tags JXT tags are nestable, it’s possible to combine 2 or more tags to generate what you want.
- W3C validation the document will be a valid JXT document.
Demo: http://www.jxtproject.com/examples.shtml
License: Creative Commons “Attribution-Share Alike 3.0″ license