MCPcopy Create free account
hub / github.com/apache/cloudstack / onCanvasSizeChange

Function onCanvasSizeChange

systemvm/agent/js/handler.js:44–46  ·  view source on GitHub ↗
(width, height)

Source from the content-addressed store, hash-verified

42}
43
44function onCanvasSizeChange(width, height) {
45 $('#toolbar').width(width);
46}
47
48function onStatusNotify(status) {
49 if(status == ajaxViewer.STATUS_SENDING || status == ajaxViewer.STATUS_RECEIVING)

Callers

nothing calls this directly

Calls 2

$Function · 0.85
widthMethod · 0.80

Tested by

no test coverage detected