-
-
Notifications
You must be signed in to change notification settings - Fork 576
Javascript API
Czarek Tomczak edited this page Feb 6, 2016
·
1 revision
Table of Contents generated with DocToc
PHP Desktop Chrome exposes its API through the javascript "phpdesktop" object that is binded to the "window" object. Below are the methods of this object:
Get the PHP Desktop version. This value is taken from the version info embedded in the phpdesktop executable.
To go into fullscreen mode or exit fullscreen mode.
Whether in fullscreen mode.
window.close()
Close application window. See also Issue #95.