Plugin.SetPos

Plugin.SetPos ( 

string ObjectName,

number X,

number Y )

Example 1

Plugin.SetPos("New Plug", 100, 150);

Sets the "New Plug" plugin object's X coordinate to 100 pixels and the Y coordinate to 150.

Example 2

Plugin.SetPos("Move Me", 0, 0);

Sets the "Move Me" plugin object's X coordinate to 0 and the Y coordinate to 0. The plugin object will be moved to the upper left hand corner of the page from it's current position.

See also:  Related Actions