| <style type="text/css"> | |
| .buttonMenu { | |
| background-color: #d0d0d0; | |
| border: 1px solid black; | |
| padding-left: 0.5em; | |
| width: 20%; | |
| } | |
| h3 { | |
| font-size: 12px; | |
| } | |
| </style> | |
| Demonstrations of ImageSubmit control. | |
| <h3>Button Menu</h3> | |
| <div class="buttonMenu"> $buttonsForm </div> | |
| <p/> | |
| $form | |
| <p/> | |
| #if ($colorMsg) | |
| Your favourite color is $colorMsg | |
| #end | |
| #if ($buttonMsg) | |
| <b>$buttonMsg</b> button clicked | |
| #end |