-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor datapicker - show the name/description of the link or node #99
Labels
Comments
|
Are there any plans for the future to return the list of the latest selected devices? Or add an option filter devices based on the node name? |
Yes, if in the picker window will indicate the object to which we select the data source (node names or their labels), it will simplify the work. |
OK - should be simple enough to add in :-) I'm reopening this so it reminds me. |
howardjones
changed the title
Small optimization
Editor datapicker - show the name/description of the link or node
May 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you make a small upgrade in one of the files?
The /editor-resources/editor.js file has a function that opens a new browser window:
function openpicker(url)
.I think that it would be more convenient for many people to open this window not in the left-upper corner, as now, because now it overlaps the "Properties" window.
Make the call to the window.open function as in the text below (offset as an example) or open in the center of the screen.
The text was updated successfully, but these errors were encountered: