-
1. Re: New Version of InContext Editing released.
WooHooTwo May 6, 2009 2:35 PM (in response to Corey@Adobe)Hi Cory,
I just got CS4 and downloaded Friday, May 1. Where can I find and download the update for ICE?
Ellen
-
2. Re: New Version of InContext Editing released.
Corey@Adobe May 6, 2009 2:52 PM (in response to WooHooTwo)Hello Ellen,
InContext Editing is an online service, so there are no files for you to download - all updates are made on the InContext Editing servers. You can login with your Adobe ID at http://incontextediting.adobe.com.
Please let me know if you need more information.
Best regards,
Corey
-
3. Re: New Version of InContext Editing released.
Tommy Logic May 13, 2009 1:31 PM (in response to Corey@Adobe)This might be useful to some people though, didn't know where to put it since it was in a reply to "Feature Requests"
The latest version of SpryHTMLDataSet.js can be found here:
http://labs.adobe.com/technologies/spry/includes/SpryHTMLDataSet.js
http://labs.adobe.com/technologies/spry/includes_minified/SpryHTMLDataSet.js
http://labs.adobe.com/technologies/spry/includes_packed/SpryHTMLDataSet.js
It contains the patch above and some other fixes:
- Added new removeUnbalancedRows constructor option to control whether or not rows that have fewer/more columns defined than column names specified. Default is false. If false, the data set will normalize all rows so that they have the same number of columns. Any missing values will be set to an empty string.
- Modified the column naming algorithm so that when firstRowAsHeaders:true and not enough column names exist, that we fallback to the "columnN" naming convention for the missing column names.
- Fixed bug that prevented HTMLDataSets, that initially load data from the page, from loading remote content. Converted the internal member usesExternalFile to a function that dynamically returns a bool based on the value of the url property. This was initially only getting set during construction time, but now it gets done on the fly.
- Fixed normalizeColumnName() so that it strips leading/trailing spaces *after* tags have been stripped. We were doing it in the reverse order and stripping tags re-introduced leading/trailing spaces in some cases leading to unexpected column names with leading/trailing underscores.
--== Kin ==--



