Toolkit
From Surebert wiki
Contents |
Overview
The surebert toolkit is the clientside portion of the surebert framework used to create web based applications, however, it is not limited to use with the surebert framework and can be added to any web site/page to increase functionality and make javascripting easier and more cross-browser compatible.
Getting Started
- Toolkit:quickstart guide - Installation guide and simple examples
- Live Examples - Here you can find some live examples
- Auto-generated Docs - If something is missing from the wiki, make sure to check here, because these docs are generated right from the source code and will have the latest info and code avaiable.
- SVN Repository: http://surebert.com/svn/toolkit
Logs:
bash code
svn log -v http://surebert.com/svn/toolkit/
Working With Surebert Toolkit
- Toolkit:node selection - Selecting DOM nodes with $
- Toolkit:sb.element - Creating dom nodes on the fly
- Toolkit:sb.nodeList - DOM node collections
- Toolkit:DOM manipulation - manipulating DOM nodes
- Toolkit:ajax - loading and sending data via Ajax/j data
- Toolkit:event handling - Handling user interaction
- Toolkit:string prototypes - String Prototypes for working with strings
- Toolkit:array prototypes - Array Prototypes for working with arrays
- Toolkit:element prototypes - Element prototypes for $ selected and sb.elements
- Toolkit:local data storage - working with cookies, sharedObject, etc
- Toolkit:effect - Managing Effects
- Toolkit:widgets
- Toolkit:widgets:magicTable - easy sortable HTML tables with events
- Toolkit:script - Loading external javascript dynamically
- Toolkit:json -
- Toolkit:json:rpc2 - Using javascript to call a serverside json RPC2 server
- Toolkit:json:xsite - Load cross site json and pass it to a callback function
- [Toolkit:json:encode]] - Encoding javascript entities as JSON
Flash and Surebert Interaction
- Toolkit:sound - embedding sounds
- Toolkit:swf - embedding swfs
- Toolkit:multifile uploads - managing ajax liek multifile uploads and upload progress management
Working With Surebert Toolkit
Plans
- Toolkit:shortterm changes - Changes I would like to make in the short term
- Toolkit:feature requests - Any requested features I am working on