forked from extern/egroupware
b495b33d0a
1) ajax proposal: proof of concept using xajax in felamimail to work without page reloads 2) also implemented IMAP ACL for cyrus and php5 (still needs some work)
56 lines
1.6 KiB
HTML
56 lines
1.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<title>DHTML Tree SDK</title>
|
|
</head>
|
|
<style>
|
|
td.menu, td.menu a{
|
|
font-family:arial;
|
|
font-size:12px;
|
|
margin-left:10px;
|
|
text-decoration:none;
|
|
color:white;
|
|
}
|
|
.{font-family:arial;}
|
|
h2 {cursor:pointer;font-size:16px;margin-left:10px;line-height:10px}
|
|
h3 {cursor:pointer;font-weight:normal;color:gray;text-decoration:underline;line-height:10px}
|
|
div.block {margin-left:30px;}
|
|
#contentdiv {padding:10px;}
|
|
</style>
|
|
|
|
<body scroll="no" bgcolor="#2795d3">
|
|
<table width="100%" height="99%" cellspacing="0">
|
|
<tr>
|
|
<td colspan="2" height="20" style="font-size:20px;font-family:arial;font-weight:bold;color:#9ad8fa;">
|
|
dhtmlXTree v.1.1 SDK
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu" xstyle="border-bottom:1px solid black">
|
|
<a href="guide.html" target="contentframe">guide and code samples</a>
|
|
<a href="http://www.scbr.com/docs/products/dhtmlxTree/" target="contentframe">tree samples</a>
|
|
</td>
|
|
<td height="20" class="menu" align="right" xstyle="border-bottom:1px solid black">
|
|
<em>api methods:</em>
|
|
<a href="tgroup.html" target="contentframe">grouped by type</a>
|
|
<a href="ogroup.html" target="contentframe">grouped by object</a>
|
|
<a href="alpha.html" target="contentframe">alphabeticaly sorted</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<iframe src="guide.html" name="contentframe" style="background-color:white;border-top:1px solid #6495ed;" height="100%" width="100%" frameborder="0"></iframe>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<small style="font-size:10px"><a href="http://www.scand.com" style="text-decoration:none;color:white">©Scand LLC, 2004</a></small>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|