FunctionsElementPositionFixedElementPositionFixed CallableElementPositionFixed(ElementID: string, X: number, Y: number, W: number, H?: number): voidDraws 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.ParametersElementID: stringThe id of the input tag to (re-)position.X: numberStarting point of the element on the X axis.Y: numberStarting point of the element on the Y axis.W: numberWidth of the element.optionalH: numberHeight of the element.Returns voidNothing
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.