http://www.openlaszlo.org/pipermail/laszlo-dev/2006-January/002434.html
http://wiki.openlaszlo.org/JGrandy:Components_Notes

And finally:

http://svn.openlaszlo.org/openlaszlo/tags/3.2.0/WEB-INF/lps/lfc/core/LzNode.as

Which reveals it was just documented incorrectly with @field ignoreAttribute, even though it is actually named _ignoreAttribute, which is why it was updated to be private.

[Thank you Google. But, does technical marketing realize how many valuable developer-cycles are being wasted on this spelunking expedition?]

On 2007-10-31, at 17:17 EDT, Benjamin Shine wrote:


I don't see it in the schema either, and yet, it turned up in the documentation for LzNode in the 3.4.

We do have _ignoreAttribute, which is private, and has the same comment as what ignoreAttribute has in the 3.4 doc:
/** Setting an argument attribute to this value in the
* construct routine of a subclass of LzNode will prevent further processing
 * of the attribute
 * @type Boolean
 * @access private
 */
static var _ignoreAttribute = {toString: function () {
                                       return '_ignoreAttribute'}};

Therefore: again, we're looking at an API change: taking a public attribute "ignoreAttribute", renaming it "_ignoreAttribute" and making it private.



On Oct 27, 2007, at 7:17 AM, Henry Minsky wrote:

I don't see the "ignoreAttribute" defined in the 3.4 lzx.rnc file, where
did you see it defined?


On 10/26/07, Benjamin Shine <[EMAIL PROTECTED]> wrote:

Same question for ignoreAttribute: it was defined in the schema in
3.4, and doesn't seem to appear in 4.x. Is it no longer a supported API?


On Oct 26, 2007, at 7:42 PM, Benjamin Shine wrote:


In lps3 docs, we list LzNode.class and describe it as "The CSS
class of a node" -- see http://www.openlaszlo.org/lps3/docs/
reference/node.html

This comment came from the schema -- in lzx.rnc in old trunk:
classAttribute =
 ## The CSS class of a node
 [lza:modifiers="final"]
 attribute class {token}

In lps4, I don't think we still have this attribute. If I'm right,
this is an API change.

Tucker, is this an API change?

This is being tracked as LPP-4973: http://jira.openlaszlo.org/jira/
browse/LPP-4973

-ben





--
Henry Minsky
Software Architect
[EMAIL PROTECTED]


Reply via email to