XenForo
Administrative
- Thread starter
- Admin
- #1
I've been trying to use the bundled word_paste.min.js to see if it helps with some complaints about copy&pasting from Word into XF.
Except I can't get it working to even determine if it would be useful.
Spoiler: setup
I can inject the javascript via a template pre-render hook for the "editor" template, and the js is successfully included and the browser fetches it.
PHP:
Read more
ادامه مطلب...
Except I can't get it working to even determine if it would be useful.
Spoiler: setup
I can inject the javascript via a template pre-render hook for the "editor" template, and the js is successfully included and the browser fetches it.
PHP:
Code:
public static function editorTemplatePreRender(\XF\Template\Templater $templater, string &$type, string &$template, array &$params)
{...
Read more
ادامه مطلب...