Sets or retrieves the boundaries that the object can move within based on a composite value of the mv--boundary-left, mv--boundary-top, mv--boundary-right, and mv--boundary-bottom attributes for the moveable behavior.
Syntax
XML <Prefix:CustomTag ID = sID STYLE="behavior:url('moveable.htc'); mv--Boundary: 'iBoundaryLeft iBoundaryTop iBoundaryRight iBoundaryBottom';" .../> HTML { mv--Boundary: 'iBoundaryLeft iBoundaryTop iBoundaryRight iBoundaryBottom'; } Scripting [ 'iBoundaryLeft iBoundaryTop iBoundaryRight iBoundaryBottom' = ] oCalendar.style.mvBoundary
Possible Values
Prefix Prefix used to associate CustomTag with a namespace. This prefix is set using the XMLNS attribute of the HTML tag. CustomTag User-defined tag. sID String that uniquely identifies the object. iBoundaryLeft Integer specifying the leftmost boundary in which the element can move. Specifying null means no boundary is used. iBoundaryTop Integer specifying the topmost boundary in which the element can move. Specifying null means no boundary is used. iBoundaryRight Integer specifying the rightmost boundary in which the element can move. Specifying null means no boundary is used. iBoundaryBottom Integer specifying the bottommost boundary in which the element can move. Specifying null means no boundary is used. The property is read/write with a default value of "null null null null"; the cascading style sheets (CSS) attribute is inherited.
Remarks
The mv--Boundary attribute is available only to objects participating in the moveable behavior.
Applies To
moveable