Tim
Vanilla StaffTim Vanilla Staff
Reactions
-
Re: Recommendations for WYSIWYG editor.
@Chris_Withers The reason we left cleditor and TinyMCE (may they rot in a fiery hell) is because they are, in a word, bad. WYSIWYG editors take over the comment box entirely, often beyond recognition… (View Post)1 -
Re: Two Questions: I can't move categories and users cannot see all categories once signed on.
You need to go to this screen and choose "All Categories" (View Post)1 -
Re: Passing data between firing an event and handling the fired event
When you fire an event, the handler always gets passed a reference to the firing object ($Sender). So you can set data on that object before firing, and read it off the $Sender in the handler. $this-… (View Post)1 -
Re: Best Editor
1 -
Re: Passing data between firing an event and handling the fired event
@sahotataran is right. You specify the firing object's full class name as the first piece, then the event name itself, then Handler (View Post)1