Changeset 836926
- Timestamp:
- 01/12/2014 12:50:34 AM (12 years ago)
- Location:
- map-pins/trunk
- Files:
-
- 2 edited
-
include/mappins.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
map-pins/trunk/include/mappins.php
r836923 r836926 329 329 <h3>Shortcuts</h3> 330 330 <ul> 331 <li>[mappins-map] - Toont google map met klinieken</li>331 <li>[mappins-map] - show the mappins widget with google map, searchbar and/or a list or places</li> 332 332 </ul> 333 <h3>Mappins-map shortcut opti es</h3>333 <h3>Mappins-map shortcut options</h3> 334 334 <ul> 335 <li>width - breedte in pixels. voorbeeld: width="500". Default: 600</li>336 <li>height - hoogtein pixels. voorbeeld: height="600". Default: 900</li>337 <li>searchbar - toon searchbar Y of N. Zonder searchbar is er geen lijst mogelijk. Default Y</li>338 <li>list - toon lijst. Waarden: none, left of right. Default: right</li>339 <li>showmap - toon kaart. Waarden: none ofshow. Default: show</li>340 <li>listwidth - breedte van lijst in pixes of procent van totale breedte. Default 35% (of 100% indien showmap="none")</li>341 <li>initiallist - waarde Y/N. Als N, toon in eerste instantie geen lijst maar alleen de zoekbar. Pas na zoeken wordt de lijst zichtbaar. Alleen in combinatie met searchbar=Y enshowmap=none</li>335 <li>width - in pixels or in %. ex: width="500" - 500 pixels width="100%" - 100% wide (responsive!). Default: 600</li> 336 <li>height - in pixels. voorbeeld: height="600". Default: 900</li> 337 <li>searchbar - show searchbar Y of N. Without searchbar there can be no list. Default Y</li> 338 <li>list - show marker list. values: none, left,right. Default: right. List is sorted on distance when searched or my-location is used</li> 339 <li>showmap - show the map. Values: none,show. Default: show</li> 340 <li>listwidth - width of the list in pixes or percent of total width. Default 35% (or 100% when showmap="none")</li> 341 <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> 342 342 </ul> 343 <h3> voorbeelden</h3>343 <h3>examples</h3> 344 344 <pre> 345 [mappins-map width=" 500" height="900" searchbar="Y" list="left" showmap="show" listwidth="40%"]346 Toon map breedte 500 pixels,hoogte 900 pixels, met een searchbar en een lijst aan de linkerzijde van 40% van 500pixels breed.345 [mappins-map width="100%" height="900" searchbar="Y" list="left" showmap="show" listwidth="40%"] 346 Show map filling the whole wordpress column,height 900 pixels, with searchbar and a list on the leftside 40% of the whole widget. 347 347 348 348 [mappins-map width="500" height="900" searchbar="N"] 349 Toon alleen een map, verder niets349 Just show a map 350 350 351 351 [mappins-map showmap="none"] 352 Toon een searchbar met een lijst. Geen map.352 Show a searchbar with a list. 353 353 354 354 [mappins-map showmap="none" height="400" initiallist="N"] 355 Toon initieel alleen een searchbar, height wordt genegeerd. Pas na zoeken wordt de height toegepast en een lijst getoond,355 Just show a searchbar, no list, no map. The height is ignored initially. After the user has searched, the list becomes visible with results. 356 356 </pre> 357 357 </div> -
map-pins/trunk/readme.txt
r836921 r836926 84 84 = 0.1 = 85 85 * Initial release. 86 = 0.2 = 87 * After hours notification with moon icon 88 * screenshots and other nice info on wordpress.org 89 * made responsive 86 90 87 91 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.