https://bugzilla.wikimedia.org/show_bug.cgi?id=20134


Roan Kattouw <roan.katt...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roan.katt...@gmail.com
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Roan Kattouw <roan.katt...@gmail.com>  2009-08-09 19:24:11 
UTC ---
Done in r54680. The hook works as follows:

// Do this in an onload hook or inside a jQuery(document).ready(function() {
here });
jQuery('#wpTextbox1').bind('encapsulateSelection', function(e, before, inside,
after) {
        // Do something with before, inside, after, e.g.
        WikEdInsertTags(before, inside, after);
        // or however this is done
});


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to