Hosted by Three Crickets

Diligence
Web Framework
For Prudence and MongoDB

Diligence is still under development and incomplete, and some this documentation is wrong. For a more comprehensive but experimental version download the Savory Framework, which was the preview release of Diligence.

Diligence logo: sleeping monkey

Sencha Integration

Ext JS and Sencha Touch are both large JavaScript frameworks in their own right, and Diligence supports many of their features. For this reason, we've divided the section for Sencha Integration into several sub-sections. Still, you'll want to start here, where we go over some general usage applicable to all features.
After that, go ahead and read the sections for the following integration features:

Usage

Make sure to check out the API documentation for Diligence.Sencha.
To include Ext JS in your HTML page, you'll want to insert a scriptlet, resulting in a page template similar to this:
<html>
<head>
...
<%
document.executeOnce('/diligence/integration/frontend/sencha/')
Diligence.Sencha.extJsHead(conversation, 'ext-all-gray')
%>
</head>
<body>
...
</body>
<script type="text/javascript">
Ext.onReady(function() {
...
});
</script>
</html>
Notes:

The Diligence Manual is provided for you under the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. The complete manual is available for download as a PDF.

Download manual as PDF Creative Commons License