[mapguide-users] Re: Layer properties problem

padmini godavarthi godavarthi.padmini at gmail.com
Wed Apr 7 07:50:57 EDT 2010


Hi,
Thats what iam asking for php code
After the  layername dropdown list box there is some php code for setting
the selected dropdown list

<select size="1" class="Ctrl" id="layerSelect" onChange="OnLayerChange()"
style="width: 100%"> 
<?php 
$selected = 'selected'; 
foreach($layerNames as $layerName => $layerLabel) 
 { 
<option value="<?= $layerName ?>" <?=$selected ?> ><?= $layerLabel
?></option> 
                                
<?php 
$selected = ''; 
} 
?> 
</select> 
Is there any php code for setting layer properties also....

iam unable to know how to set that value...
Please guide me..



-- 
View this message in context: http://n2.nabble.com/Layer-properties-problem-tp4863462p4864388.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list