1
0
Fork 0
Commit graph

13 commits

Author SHA1 Message Date
Torsten Dreyer
190e8449ce Phi: move URL to the browsers root directory
- rename the directory from webgui to Phi
- let the webserver's root point to Phi instead of Docs
- redirect old /gui/ url to the new location (/)
2015-04-18 13:03:46 +02:00
Torsten Dreyer
778f056fd8 fgcommand.js: allow setting of multiple properties
extend setPropertyValue(path,value,callback,context)

if value is 'just a value': set value of property named by path
if value is object, assume JsonProperty(ies) and set the entire tree
if callback is set, callback gets called after to POST succeeded
if context is set, 'this' is set for the callback
2015-03-28 21:44:24 +01:00
Torsten Dreyer
605523000c Phi: Add Pause/Play buttons, widgets hidable 2015-03-14 22:31:31 +01:00
Torsten Dreyer
6ae95ea10a Use new multiplayer commands in gui 2015-03-12 09:50:16 +01:00
Torsten Dreyer
4c28a44b3d fgcommand.js: bugfixes and wrap more commands
- more jQuery wrapping done
- expose the multiplayer command
- expose request-metar/clear-metar commands
2015-03-11 22:35:33 +01:00
Torsten Dreyer
3e6c115abd Phi: metar widget tweaks
- skip leading timestamp garbage
- bind tooltip so hovering the mouse displays complete metar
2015-03-10 22:44:20 +01:00
Torsten Dreyer
32cbf424f1 fgcommand.js: better reference to jQuery and property get/set 2015-03-10 20:38:16 +01:00
Torsten Dreyer
16cf44ccd6 fgcommand.js: wrap switch-aircraft command 2015-02-17 12:05:02 +01:00
Torsten Dreyer
1ff18c2cba make fgcommand.js a AMD module 2015-02-04 21:03:16 +01:00
Torsten Dreyer
5e2a37be56 Some javascript library fixes
- don't ignore "func" property for Property InputValues
- expose "timeofday" command via fgcommand.js
2014-12-22 11:57:25 +01:00
Torsten Dreyer
0c6203c1c1 fgcommand.js: wrap reposition command 2014-11-10 14:21:50 +01:00
Torsten Dreyer
6b33ee4719 fgcommand.js: add wrappers for dialog-[show|close] 2014-11-10 10:52:10 +01:00
Torsten Dreyer
e46764624d Move the web gui to its own folder
serve FGDATA/webgui as url /gui/ and move the files
out of FGDATA/Docs (which was a bad place for those).
2014-03-14 21:15:51 +01:00
Renamed from Docs/gui/fgcommand.js (Browse further)