Changeset 1947678
- Timestamp:
- 09/26/2018 09:19:03 PM (8 years ago)
- Location:
- map-pins/trunk
- Files:
-
- 2 edited
-
include/mappins.php (modified) (2 diffs)
-
map-pins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
map-pins/trunk/include/mappins.php
r1947676 r1947678 357 357 <li>listwidth - width of the list in pixes or percent of total width. Default 35% (or 100% when showmap="none")</li> 358 358 <li>initiallist - value Y,N. If N, don't show a list until after the user has used the search bar. Only works in combination with searchbar=Y and showmap=none</li> 359 <li>category - show only this category locations. Default: show all locations</li> 359 360 </ul> 360 361 <h3>examples</h3> … … 371 372 [mappins-map showmap="none" height="400" initiallist="N"] 372 373 Just show a searchbar, no list, no map. The height is ignored initially. After the user has searched, the list becomes visible with results. 374 375 [mappins-map category="other"] 376 Only show locations that are in the `other` category 373 377 </pre> 374 378 </div> -
map-pins/trunk/map-pins.php
r1947676 r1947678 4 4 * Plugin URI: http://mappins.innovader.nl 5 5 * Description: Show pins on a map from an admin defined table 6 * Version: 1.2 46 * Version: 1.25 7 7 * Author: Innovader BV 8 8 * Author URI: http://innovader.nl
Note: See TracChangeset
for help on using the changeset viewer.