Featured Post

Ext Tree Node with PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title></title>

<style type="text/css">
.report
{
background:url(img/pie-chart.png) 0 no-repeat !important;
}
.dataset
{
background:url(img/table.png) 0 no-repeat !important;
}
.datasource
{
background:url(img/data.png) 0 no-repeat !important;
}
</style>
<link rel="stylesheet" type="text/css" href="resources/css/ext-all.css"
/>

<script type="text/javascript" src="adapter/ext/ext-base.js"></script>

<script type="text/javascript" src="ext-all-debug.js"></script>

<script type="text/javascript">

Ext.BLANK_IMAGE_URL = 'ext3/images/default/s.gif';
Ext.QuickTips.init();

Ext.onReady(function() {

var tree = new Ext.tree.TreePanel({
renderTo: Ext.getBody(),
title: 'Reporting Project',
width: 200,
height: 250,
userArrows: true,
animate: true,
autoScroll: true,
dataUrl: 'tree-nodes.php',
root: {
nodeType: 'async',
text: 'Root Node'
},
listeners: {
render: function() {
this.getRootNode().expand();
}
}
})

});

</script>

</head>
<body style="padding: 20px;">
</body>
</html>

This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited.

Visit us at http://www.polaris.co.in

Comments

Popular posts from this blog

[Inside AdSense] Understanding your eCPM (effective cost per thousand impress...