From: <var...@us...> - 2016-02-08 19:32:56
|
Revision: 9785 http://sourceforge.net/p/phpwiki/code/9785 Author: vargenau Date: 2016-02-08 19:32:53 +0000 (Mon, 08 Feb 2016) Log Message: ----------- PhpWeather: fix table, remove links Modified Paths: -------------- trunk/pgsrc/Help%2FPhpWeatherPlugin Modified: trunk/pgsrc/Help%2FPhpWeatherPlugin =================================================================== --- trunk/pgsrc/Help%2FPhpWeatherPlugin 2016-02-08 15:16:52 UTC (rev 9784) +++ trunk/pgsrc/Help%2FPhpWeatherPlugin 2016-02-08 19:32:53 UTC (rev 9785) @@ -1,4 +1,4 @@ -Date: Mon, 8 Feb 2016 10:24:27 +0000 +Date: Mon, 8 Feb 2016 20:29:27 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=Help%2FPhpWeatherPlugin; @@ -34,10 +34,10 @@ If you want the user to be able to change the station using the menu, then you have to use this -as ##<~<PhpWeather menu=true icao|~|~=EKYT>>## +as ##<~<~PhpWeather menu=true icao|~|~=EKYT>>## so that the value can be overwritten when the user submits the form. -If you just use ##<~<PhpWeather menu=true icao=EKYT>>## +If you just use ##<~<~PhpWeather menu=true icao=EKYT>>## then nothing will happen when the user selects another station from the list. | @@ -47,13 +47,14 @@ Specify the country code. You can use this if you want pre-select a different country than the one specified in the ICAO. -So using ##<~<PhpWeather menu=true cc|~|~=GB icao|~|~=KTTS>>## +So using ##<~<~PhpWeather menu=true cc|~|~=GB icao|~|~=KTTS>>## will show the current weather at the NASA Shuttle Facility, United States (##KTTS##) and at the same time give the user a list of stations in the United Kingdom. As the example shows, then you should use ##cc|~|~=XX## when combining it with **menu** set to ##true##. +| |- | **language** | This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |