Function geoIList
Create inline HTML list or array of lists
Package: Geolib
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
array |
$lists = null |
<p>1 or 2 dimensional array A 2 dimensional array will result in a list for each array.</p> |
string |
$styles = null |
$style List Style |
string |
$fontsize = null |
Font Size |
string |
$margin = null |
Margin |
integer |
$cols = 1 |
Number of columns. Break $lists into one list for each column |
array |
$itemStyles = null |
Array of styles for each list item |
string |
$lt = 'ul' |
List type (either ul or ol) Default is ul |
string
|
List tag |