Author: jleroux
Date: Sun Aug 5 11:44:17 2012
New Revision: 1369560
URL:
http://svn.apache.org/viewvc?rev=1369560&view=revLog:
Tiny ajaxAutoCompleter comment improvement
Modified:
ofbiz/trunk/framework/images/webapp/images/selectall.js
Modified: ofbiz/trunk/framework/images/webapp/images/selectall.js
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/selectall.js?rev=1369560&r1=1369559&r2=1369560&view=diff==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/selectall.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/selectall.js Sun Aug 5 11:44:17 2012
@@ -390,7 +390,7 @@ function ajaxSubmitFormUpdateAreas(form,
});
}
-/** Enable auto-completion for text elements.
+/** Enable auto-completion for text elements, with a possible span of tooltip class showing description.
* @param areaCsvString The area CSV string. The CSV string is a flat array in the
* form of: areaId, target, target parameters [, areaId, target, target parameters...].
*/