rafass Well-known member Oct 23, 2015 #1 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)
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)
rafass Well-known member Oct 23, 2015 #2 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) And generate this small error: --- 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: Oct 24, 2015 Upvote 0 Downvote
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) And generate this small error: --- 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>