diff options
author | Pieter van de Bruggen <pvande@gmail.com> | 2012-11-04 17:10:36 -0800 |
---|---|---|
committer | Chad Jolly <cjolly@lawgical.com> | 2013-07-14 15:13:05 -0600 |
commit | 3f58bbd626cd84d1cb24375b4d8fe6df75ce85ba (patch) | |
tree | a8f2592a685c145508b91239ef2b781dc7f21a8c /MIT-LICENSE | |
parent | 326c5b9c9956fd832b850d60982a677660680a7c (diff) |
Adding application messaging.
While widgets are the most common target for events, there is good reason to sometimes target the application
as a whole. This patch adds support for such events using the /-prefixed notation. (This convention is safe
for use since it represents an extremely uncommon widget ID, and one which data could not be POSTed to.)
Such events are NOT subject to replay, and are handled on the client-side by firing corresponding events on
the Dashing application class.
As a proof of concept (and to fufill a feature request), this patch also introduces a POST /reload endpoint,
which when provided with a valid authkey (and optionally a dashboard name) fires the appropriate 'reload'
event on all of the loaded dashboards. The 'reload' event handler then reloads the dashboard, unless a
different dashboard was specified.
Diffstat (limited to 'MIT-LICENSE')
0 files changed, 0 insertions, 0 deletions