var fDesc=new Array(); fDesc[0] = "KAF is a tool that allows you to modify the standard SharePoint® forms and create powerful web form-based applications. Hide fields, display "uneditable" fields, grouping and display the information in a more intuitive way adding static text, images, Web Parts, ...
KAF you will allow you to achieve the results you expect without additional development costs through its technology based on the application of rules. No need to buy multiple solutions and components. Get all the functionality in one product!
Ideal tool for business users and IT Pro's. Achieve the results you expected without extra cost."; 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 = ''; } }