24 lines
1.2 KiB
HTML
24 lines
1.2 KiB
HTML
<?php xml version="1.0"?>
|
|
<div style="position:absolute;right:20"><a href="javascript:void(0)" onclick="expandAll(true)">expand</a><a href="javascript:void(0)" onclick="expandAll(false)">collaps</a></div><script><!--
|
|
function openFull(el){
|
|
el.nextSibling.style.display!='block'?el.nextSibling.style.display='block':el.nextSibling.style.display='none'
|
|
}
|
|
function expandAll(fl){
|
|
var elAr = document.getElementsByTagName("DIV");
|
|
for(var i=2;i<elAr.length;i++){
|
|
if(elAr[i].style.display!='block' || elAr[i].block_fl){
|
|
elAr[i].block_fl = true;
|
|
if(fl)
|
|
elAr[i].style.display = "block";
|
|
else
|
|
elAr[i].style.display = "none";
|
|
}
|
|
}
|
|
}
|
|
--></script><style>
|
|
.{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;}
|
|
</style><link rel="STYLESHEET" type="text/css" href="common/styles.css"/><h2 onclick="openFull(this)">dhtmlXCombo object API</h2><div class="block" style="display:show;"/><h2 onclick="openFull(this)">dhtmlXRange object API</h2><div class="block" style="display:show;"/>
|