Author: atsebro
Date: 2009-06-15 08:55:02 -0400 (Mon, 15 Jun 2009)
New Revision: 14612
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent
Log:
RF-7342: a4j:commandLink component description review
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent
===================================================================
---
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent 2009-06-15
10:47:29 UTC (rev 14611)
+++
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent 2009-06-15
12:55:02 UTC (rev 14612)
@@ -17,7 +17,7 @@
The attribute specifies shape and it position on the screen.
Possible values: "rect: left-x, top-y, right-x, bottom-y",
"circle: center-x, center-y, radius", "poly: x1, y1, x2, y2, ..., xN,
yN".
Notes:
- a) when giving the radius value is percents, user agents should calculate the
final radius value in pixels based on the associated object's width and height;
+ a) when giving the radius value in percents, user agents should calculate the
final radius value in pixels based on the associated object's width and height;
b) the radius value should be smaller than center-x and center-y values;
c) for a polygon, the first and last coordinate pairs should have same x and y to
close the shape (x1=xN; y1=yN)
(when these coordinates are different, user agents should infer an additional
pair to close a polygon).
Show replies by date