< documentation

reboot 1.0.x

usage

Causes the application to re-read configurations. This plugin method allows an application to modify it's internal configuration state and re-read the configuration back so updates are applied.

options

callback Function
The callback is applied just after the event ApplicationReinitialized

examples

Reloads all configuration state

$.reboot();

Adding a post-boot callback

$.reboot(function());
reboot releases

Project

Guides

This guide is applicable to both the jquery-claypool client and server application frameworks. Where the two differ functionally the documentation will provide notes and examples of usage in each environment.