From Learn About the Ext JavaScript Library
Welcome to the How-to for posting an Extension to the Learn Section of the Ext JavaScript Library site.
Extension Information
- All extensions must be under the User Extensions (Ext.ux) namespace.
- You may optionally use standard Ext sub-namespaces also (e.g., Ext.ux.form.MyWidget).
- Once you have added your extension project page, place a link on the Ext Extensions page.
- Add a thumbnail image (if you don't have one, use the standard "no image" placeholder).
- Use the "Upload file" link in the Toolbox menu on the right to upload your thumbnail
- Your thumbnail should be exactly 100px wide. Height can vary, but should be proportionate to other existing thumbnails.
Extension Project Page Guidelines
- All extension project pages must start with the Summary Template as shown below.
- All headlines must be wrapped in === or <h3>
- All sub-headers must be wrapped in ==== or <h4>
Summary Template
{{userextension
|author=<Your Name>
|summary=<Tutorial Summary>
|published=<Date Published>
|version=<Current Version>
|extversion=<Version(s) of Ext supported>
|demo=<Working Demo Url>
|forum=<Forum Post Url>
}}