Skip to content

Commit 3d912c9

Browse files
committed
Position: Move <added> info onto the signature
Ref #271
1 parent 66775a5 commit 3d912c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/position.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<p>This is a standalone jQuery plugin and has no dependencies on other jQuery UI components.</p>
99
<xi:include href="../includes/core-extension-desc.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
1010
</longdesc>
11-
<added>1.8</added>
1211
<signature>
12+
<added>1.8</added>
1313
<argument name="options" type="Object">
1414
<property name="my" default='"center"'>
1515
<desc>Defines which position <strong>on the element being positioned</strong> to align with the target element: "horizontal vertical" alignment. A single value such as <code>"right"</code> will be normalized to <code>"right center"</code>, <code>"top"</code> will be normalized to <code>"center top"</code> (following CSS convention). Acceptable horizontal values: <code>"left"</code>, <code>"center"</code>, <code>"right"</code>. Acceptable vertical values: <code>"top"</code>, <code>"center"</code>, <code>"bottom"</code>. Example: <code>"left top"</code> or <code>"center center"</code>. Each dimension can also contain offsets, in pixels or percent, e.g., <code>"right+10 top-25%"</code>. Percentage offsets are relative to the element being positioned.</desc>

0 commit comments

Comments
 (0)