Wednesday, April 13, 2016

Pre-Expand the “Show More” link in a SharePoint Task List





Just add a Content Editor web part on the page(New,Edit and Display form) and fill it with the following script:

<script type="text/javascript">
    (function () {
        _spBodyOnLoadFunctionNames.push("rlfiShowMore");
    })();
</script>