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!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Position of lookup form
-
- nuBuilder Team
- Posts: 4565
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 529 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');