Google Code Exporter
Google Code Exporter
``` Project will move to Github. Find this issue at the new address (soon): https://github.com/cztomczak/phpdesktop/issues/89 ``` Original comment by `[email protected]` on 24 Aug 2015 at 3:27
API for creating native menus is available only in CEF 3. See cef_context_menu_handler.h [1] and cef_menu_model.h [2]. [1] https://code.google.com/p/chromiumembedded/source/browse/trunk/cef3/include/cef_context_menu_handler.h?r=1255 [2] https://code.google.com/p/chromiumembedded/source/browse/trunk/cef3/include/cef_menu_model.h?r=1255 Original comment by `[email protected]` on 21 May 2013 at...
``` See File API in HTML 5: http://www.html5rocks.com/en/tutorials/file/dndfiles/ ``` Original comment by `[email protected]` on 16 Feb 2014 at 4:13
``` [deleted comment] ```
Original comment by `[email protected]` on 21 Oct 2014 at 10:37 - Added labels: **Restrict-AddIssueComment-Commit**
``` Project will move to Github. Find this issue at the new address (soon): https://github.com/cztomczak/phpdesktop/issues/87 ``` Original comment by `[email protected]` on 24 Aug 2015 at 3:27
``` Issue 79 has been merged into this issue. ``` Original comment by `[email protected]` on 7 Feb 2014 at 3:40
``` I was wrong. The system("start mailto:[email protected]") seems to be working fine. It was a problem on my system, as I have no mail client associated. Thus I get such...
``` On PHP you can call something like this: shell_exec("start mailto:\"[email protected]?subject=Mysubject&body=Mybody"); ``` Original comment by `[email protected]` on 7 Feb 2014 at 4:31
Original comment by `[email protected]` on 13 Oct 2014 at 6:58 - Added labels: **Bug**