Terminal Icon

Selectbox

» Stamp, alternative PHP Templates

This is a Painter plugin for Stamp. Usage:

 


echo Stamp_Painters_Select::paintListKeyAsLabel('pizza',array(
    
'Margharita'=>1,
    
'Funghi'=>2,
    
'Venezia'=>3
),2);


echo 
Stamp_Painters_Select::paintListValueAsLabel('pizza',array(
    
'Margharita'=>1,
    
'Funghi'=>2,
    
'Venezia'=>3
));


echo 
Stamp_Painters_Select::paintListSimple('pizza',array(
    
'Margharita',
    
'Funghi',
    
'Venezia'
));



Template Details

 
<select name="#name#">
    <!-- 
cut:option -->
    <
option #selected# value="#value#">#label#</option>
    
<!-- /cut:option -->
    <!-- 
paste:options(option) -->
</
select>

Cut Points

optionAn option for the selectbox

Glue Points

optionsA place to attach new options

Slots

selectedA place to put the selected attribute
valueA place to put the value of an option
labelA place to put the label of an option

Manual Pages

  • Philosophy
  • Welcome
  • Basics
  • Download
  • Painter Plugins
  • Navigation
  •  



    copyright © 2011 Gabor de Mooij | Stamp PHP Template Library