gyro/core/view/widgets/input/multiselect.input.widget.php
Go to the documentation of this file.00001 <?php 00002 require_once GYRO_CORE_DIR . 'view/widgets/input/base/multiselect.input.widget.php'; 00003 /** 00004 * A multiselect input 00005 * 00006 * Renders either as a set of checkboxes or a multiselect select box 00007 * 00008 * @author Gerd Riesselmann 00009 * @ingroup View 00010 */ 00011 class InputWidgetMultiselect extends InputWidgetMultiselectBase { 00012 }