Problem making a QuickEdit with Overlay

PoLiZe

Well-known member
Hi people of xf

i'm trying to make a QuickEdit button with "OverlayTrigger"

But the problem is that..

when i click in my link, the overlay show the editpage but without the form..


HTML:
<xen:if is="{$post.canEdit}"><span><a href="{xen:link posts/edit, $post}" class="OverlayTrigger" >Edit Thread</a></span></xen:if>

so, where are the problem?
 
If I remember correctly isn't there a special Overlaytrigger for pages with a form? Alternatively it is quite possible the issue is because of the TinyMCE editor the JS for it would need to be triggered again when the Overlay is opened to change the hidden text box into the editor.
 
Top Bottom