It seems a simple question, but I can't find a way to set position of a (one) lookup-form with JavaScript/jquery
I suppose I need to move nuDragDialog, but it isn't found when Browse/Edit/BrowseAndEdit scripts of the form are running.
Can you help me?
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Position of lookup form
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Position of lookup form
Hi,
Give this a go:
Give this a go:
Code: Select all
var dialog = $('#nuDragDialog', window.parent.document);
dialog.css('left', '222px');