Solstice::Controller::Remote - The superclass for all AJAX-called controllers.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::Controller::Remote - The superclass for all AJAX-called controllers.

addAction($javascript);

Adds a javascript action that will be evaled by the client.

addBlockReplacement($id, $content)

Creates a new element of $content. This new element will replace the element with id $id. $content needs to contain any block structure you wish to maintain, such as <div id="replacement_id"> ... </div>.

addContentUpdate($id, $content)

Finds the page element with the given id, and replaces its content with the value provided.

setPopinContent($title, $content)

Configure a popin with the given content.

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.