XF 1.5 how create a link to active the redactor box?

rafass

Well-known member
A link that you click and bring you directly to the redactor box. (active the box and put the cursor there)
exactly as when you quote someone. (but without quote anything)
Screen shot 2015-10-24 at 6.16.05 AM.webp
 
I've been trying with something like:
Code:
<a href="#" data-posturl="?" data-tip="?" class="ReplyQuote item control reply"><span>{xen:phrase my_phrase}</span></a>
and it works, but the problem is that it active the ajax gif (and never stop)
1.gif
And generate this small error:
Screen shot 2015-10-24 at 6.24.57 AM.webp

---
Edit:
completely empty works perfect:
Code:
<a href="" data-posturl="" data-tip="" class="callToAction ReplyQuote item control reply"><span>{xen:phrase my_phrase}</span></a>
 
Last edited:
Top Bottom