Query: mojomojo::controller::jsrpc
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MojoMojo::Controller::Jsrpc(3pm) User Contributed Perl Documentation MojoMojo::Controller::Jsrpc(3pm)NAMEMojoMojo::Controller::Jsrpc - Various JSRPC functions.SYNOPSISThis is the Mojo powering our AJAX features.DESCRIPTIONThis controller dispatches various data to ajax methods in mojomojo These methods will be called indirectly through javascript functions.ACTIONSrender ( /.jsrpc/render ) Edit uses this to get live preview. It gets some content in params->{content} and runs it through the formatter chain. child_menu ( /.jsrpc/child_menu?page_id=$page_id ) Returns a list of children for the page given by the page_id parameter, formatted for inclusion in a vertical tree navigation menu. diff ( /.jsrpc/diff ) Loads diff on demand. Takes an absolute revision number as arg, and diffs it against the previous version. submittag ( /.jsrpc/submittag ) Add a tag through form submit tag ( /.jsrpc/tag ) Add a tag to a page. Returns a list of yours and popular tags. untag ( /.jsrpc/untag ) Remove a tag from a page. Returns a list of yours and popular tags. imginfo ( .jsrpc/imginfo ) Inline info on hover for gallery photos. usersearch ( .jsrpc/usersearch ) Backend that handles jQuery autocomplete requests for users. set_permissions ( .jsrpc/set_permissions ) Sets page permissions. clear_permissions ( .jsrpc/clear_permissions ) Clears this page permissions for a given role (making permissions inherited). validate_perm_edit Validates if the user is able to edit permissions and if a role was supplied.AUTHORMarcus Ramberg <mramberg@cpan.org>, David Naughton <naughton@cpan.org>LICENSEThis library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2011-07-20 MojoMojo::Controller::Jsrpc(3pm)
Similar Topics in the Unix Linux Community |
---|
A Hype-Free Introduction to AJAX |
jQuery Timecloud 1.0 (Default branch) |
"Thanks" button dead? |
Quick jQuery Fix for Post Thank You Feature |
AJAX jQuery Fixed for Post Thank You Feature |