Revision: 322
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=322&view=rev
Author: matijsdejong
Date: 2011-12-01 10:43:40 +0000 (Thu, 01 Dec 2011)
Log Message:
-----------
Documentation fix and extra parameter for FormBridge
Modified Paths:
--------------
branches/1.5.0-pulse/library/classes/MUtil/Model/FormBridge.php
branches/1.5.0-pulse/library/classes/MUtil/Model/Type/ConcatenatedRow.php
Modified: branches/1.5.0-pulse/library/classes/MUtil/Model/FormBridge.php
===================================================================
--- branches/1.5.0-pulse/library/classes/MUtil/Model/FormBridge.php 2011-12-01 08:20:54 UTC (rev 321)
+++ branches/1.5.0-pulse/library/classes/MUtil/Model/FormBridge.php 2011-12-01 10:43:40 UTC (rev 322)
@@ -80,7 +80,7 @@
self::AUTO_OPTIONS => array('elementClass'),
self::CHECK_OPTIONS => array('checkedValue', 'uncheckedValue'),
self::DATE_OPTIONS => array('dateFormat', 'storageFormat'),
- self::DISPLAY_OPTIONS => array('accesskey', 'class', 'disabled', 'description', 'escape', 'label', 'onclick', 'readonly', 'required', 'tabindex'),
+ self::DISPLAY_OPTIONS => array('accesskey', 'autoInsertNotEmptyValidator', 'class', 'disabled', 'description', 'escape', 'label', 'onclick', 'readonly', 'required', 'tabindex'),
self::EXHIBIT_OPTIONS => array('formatFunction'),
self::FILE_OPTIONS => array('accept', 'count', 'destination', 'valueDisabled'),
self::GROUP_OPTIONS => array('elements', 'legend', 'separator'),
Modified: branches/1.5.0-pulse/library/classes/MUtil/Model/Type/ConcatenatedRow.php
===================================================================
--- branches/1.5.0-pulse/library/classes/MUtil/Model/Type/ConcatenatedRow.php 2011-12-01 08:20:54 UTC (rev 321)
+++ branches/1.5.0-pulse/library/classes/MUtil/Model/Type/ConcatenatedRow.php 2011-12-01 10:43:40 UTC (rev 322)
@@ -86,7 +86,7 @@
}
/**
- * A ModelAbstract->setOnSave() function that concatenates the
+ * A ModelAbstract->setOnLoad() function that concatenates the
* value if it is an array.
*
* @see Gems_Model_ModelAbstract
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|