Skip to main content

ElementPositionFixed

Callable

  • ElementPositionFixed(ElementID: string, X: number, Y: number, W: number, H?: number): void

  • Draws an existing HTML element at a specific position within the document. The element will not be centered on its given coordinates unlike the ElementPosition function. Not same as ElementPositionFix. Calculates Font size itself.


    Parameters

    • ElementID: string

      The id of the input tag to (re-)position.

    • X: number

      Starting point of the element on the X axis.

    • Y: number

      Starting point of the element on the Y axis.

    • W: number

      Width of the element.

    • optionalH: number

      Height of the element.

    Returns void

    • Nothing