var fDesc=new Array();
fDesc[0] = "Saketa; the premiere apps and solution provider in the world of SharePoint has brought an ingenious tool named Saketa SharePoint CAML Query builder. A tool that empowers developers to create and test CAML Queries with an ease, lower their workload and mitigate human error.
+ Connect to your On-premise /SharePoint 2007 to 2016/ Office-365
+ View the SharePoint content organization in list/libraries
+ Drag and drop field and easily generate a demo report.
+ WYSIWYG to generate query editor without any CAML learning curve";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}