From: <gem...@li...> - 2012-01-30 10:04:36
|
Revision: 430 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=430&view=rev Author: mennodekker Date: 2012-01-30 10:04:25 +0000 (Mon, 30 Jan 2012) Log Message: ----------- Hopefully final fix to formbridge allowed options (added showLabels for displaygroups) Modified Paths: -------------- branches/1.5.x/library/classes/MUtil/Model/FormBridge.php Modified: branches/1.5.x/library/classes/MUtil/Model/FormBridge.php =================================================================== --- branches/1.5.x/library/classes/MUtil/Model/FormBridge.php 2012-01-30 09:13:30 UTC (rev 429) +++ branches/1.5.x/library/classes/MUtil/Model/FormBridge.php 2012-01-30 10:04:25 UTC (rev 430) @@ -85,7 +85,7 @@ self::AUTO_OPTIONS => array('elementClass', 'multiOptions'), self::CHECK_OPTIONS => array('checkedValue', 'uncheckedValue'), self::DATE_OPTIONS => array('dateFormat', 'storageFormat'), - self::DISPLAY_OPTIONS => array('accesskey', 'autoInsertNotEmptyValidator', 'class', 'disabled', 'description', 'escape', 'label', 'onclick', 'readonly', 'required', 'tabindex', 'value'), + self::DISPLAY_OPTIONS => array('accesskey', 'autoInsertNotEmptyValidator', 'class', 'disabled', 'description', 'escape', 'label', 'onclick', 'readonly', 'required', 'tabindex', 'value', 'showLabels'), self::EXHIBIT_OPTIONS => array('formatFunction'), self::FILE_OPTIONS => array('accept', 'count', 'destination', 'valueDisabled'), self::GROUP_OPTIONS => array('elements', 'legend', 'separator'), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |