After visiting the Ajaxian convention in Boston this past October, the Reader caught my attention. Here's an alternate implementation... This is based on Ext JSLoader ...
After visiting the Ajaxian convention in Boston this past October, the Reader caught my attention. Here's an alternate implementation... This one works in IE, it's ...
JSLoader Demos Post a demo topic into this web, and link it here! If you need another library currently not available, please contact DovKatz and we'll get it added ...
Comparison of Libraries Thanks to page on Other Frameworks for much of the info displayed below: Prototype Dojo JQuery YUI Ext MochiKit Tibco GI Scriptaculous MooTools ...
#patternLeftBarContents{display:none;} #patternOuter { margin left:0em; } TWikiStudio by Dov Katz This was my quick exercise in how to use Ext.js. I'm not claiming ...
DRAFT I NEVER FINISHED THIS DOV JSLoader.load("ria","ext","1.1.1"); var ExtFactory new Object(); ExtFactory "ext table grid" function(elem){ var grid ...
For a list of demos/examples (Contribute your own!) , please visit the Demo List page Welcome to JSLoader About JSLoader JSLoader is all about organizing AJAX ...
JSLoader.load("ria","prettify","1.0"); Ext.onReady(prettyPrint); I created an on load query engine which will look for elements of class "ext factory" and then tries ...
Here's my first dojo demo. Thanks to page. I'm sure it's due to my ignorance but it seems a bit annoying that I need the BODY class to be "tundra" for the skin to ...
Text in the options might be centered due to wiki css clashes. It probably doesn't happen in a plain use of the library. I'm sure it's due to my ignorance but it ...
Why JSLoader? Ultimately, if all library owners structure their assets with a "package" file, such as a "version.js" we will allow for: 1 rapid adoption, and easy ...
Contributing Your Libraries E mail DovKatz to contribute your libraries. But first, you need to make sure they're JSLoader compatible. The things to watch out for ...
JSLoader Web Preferences The following settings are web preferences of the JSLoader web. These preferences overwrite the site level preferences in . and ...
JSLoader.load("ria","fckeditor","2.5"); JSLoader.load("ria","prettify","1.0"); addLoadEvent(prettyPrint); FCKEditor Example Note about this demo Because this demo ...
JSLoader.load("ria","ext","2.0 beta1"); JSLoader.load("ria","prettify","1.0"); Ext.onReady(prettyPrint); var topics "Here is a list of topics: " ""; Ext.onReady ...
How it works Below is a sample directory structure. The main file jsloader.js will discover how it's been loaded on the page, and source all of the subsequent calls ...