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