| 1 |
var addReply={moveForm:function(e,t,o,n){var i=this,l=i.getElement(e),d=i.getElement(o),r=i.getElement("bbp-cancel-reply-to-link"),m=i.getElement("bbp_reply_to"),p=i.getElement("bbp_topic_id");if(i.removeEditor(),l&&d&&r&&m){if(i.respondId=o,n=n||!1,!i.getElement("bbp-temp-form-div")){var c=document.createElement("div");c.id="bbp-temp-form-div",c.style.display="none",d.parentNode.appendChild(c)}return l.parentNode.appendChild(d),p&&n&&(p.value=n),m.value=t,r.style.display="",i.addEditor(),r.onclick=function(){i.cancelForm(this)},i.scrollToForm(),!1}},cancelForm:function(){var e=addReply,t=e.getElement("bbp-temp-form-div"),o=e.getElement("bbp-cancel-reply-to-link"),n=e.getElement(e.respondId);if(e.removeEditor(),t&&n)return e.getElement("bbp_reply_to").value="0",t.parentNode.insertBefore(n,t),t.parentNode.removeChild(t),o.style.display="none",o.onclick=null,e.addEditor(),e.scrollToForm(),!1},scrollToForm:function(){var e,t=this.getElement("new-post").getBoundingClientRect(),o=(window.pageYOffset||document.scrollTop)-(document.clientTop||0),n=o+t.top,i=n<o,l=this.getElement("wpadminbar"),d=0;l&&void 0!==l&&(d=l.scrollHeight);var r=(e=!0===i?o-n:n-o)>800?30:20,m=Math.min(12,Math.round(e/r)),p=Math.round(e/r),c=[],s=0;function a(){window.scrollTo(0,c.shift())}if(!0===i)for(;o>n;)(o-=p)<n&&(o=n),c.push(o-d),setTimeout(a,s*m),s++;else for(;o<n;)(o+=p)>n&&(o=n),c.push(o-d),setTimeout(a,s*m),s++},getElement:function(e){return document.getElementById(e)},removeEditor:function(){if("undefined"!=typeof tinyMCE){var e=tinyMCE.get("bbp_reply_content");e&&!e.isHidden()?(this.mode="tmce",e.remove()):this.mode="html"}},addEditor:function(){"undefined"!=typeof tinyMCE&&("tmce"===this.mode?switchEditors.go("bbp_reply_content","tmce"):"html"===this.mode&&switchEditors.go("bbp_reply_content","html"))}}; |