30.06.2020, 11:48
Tooltip
|
30.06.2020, 11:49
You need to add this text there:
tooltip tooltip-1
01.07.2020, 06:52
02.07.2020, 06:51
02.07.2020, 07:18
Custom name cannot be used but you can use object name like this. All elements that require a tooltip must have additional class set to tooltip
Custom JavaScript: Code: $(function(){ Custom CSS: Code: .usermode .tooltip:before {
02.07.2020, 14:40
hi
I modified the css as suggested but when i try to insert the java code in a script i have an error in what type of script should i insert it?
02.07.2020, 14:41
Scripting - Tools - Edit Custom JavaScript
11.01.2021, 16:07
Hi, there is a way to use the tooltip with object name if the object in the user interface is 'read-only' ???
12.01.2021, 07:32
Replace this:
Code: $(el).attr('data-name', obj.name); Code: $(el).attr('data-name', obj.name).removeClass('item-read-only');
18.04.2023, 13:34
Hello everyone,
I know the thread is bit old but maybe someone can still help me. My problem: I added the custom javascript and custom css like this description said Now on the Logicmachine, where I tested the visu, everything works fine. But on the Spacelynk, in the productive environment, it doesn´t work. Also on the spacelynk there are no attributes in the HTML-Code like "data-object" or "data-name". If anybody can help me i´m very pleased.
19.04.2023, 08:21
This feature is not supported on older firmwares. Make sure you are running the latest version.
19.04.2023, 17:56
20.04.2023, 13:11
You will have to wait for the next firmware update then.
30.07.2023, 11:21
(This post was last modified: 30.07.2023, 11:48 by fleeceable.)
Hi!
I have a little problem with tooltip. Have quite many buttons and some tooltips gonna be behind other button. How it's possible to show tooltip top of any element? Tried to use z-index : 999 on .usermode .tooltip:hover:before section but no luck. CSS: Code: .usermode .tooltip:before { EDIT: Added additional code worked for me: Code: .usermode .tooltip:hover {
30.07.2023, 14:04
(30.07.2023, 11:21)fleeceable Wrote: Hi!Do you mind sharing where you got your icons from?
30.07.2023, 20:49
(30.07.2023, 14:04)Novodk Wrote:(30.07.2023, 11:21)fleeceable Wrote: Hi!Do you mind sharing where you got your icons from? I usually create icons by myself. I'm gonna add some to here. Feel free to use them. (Right click -> Open image in new tab -> Right click -> Save image as)
31.07.2023, 08:45
(30.07.2023, 20:49)fleeceable Wrote:Thank you so much, they are very beautiful.(30.07.2023, 14:04)Novodk Wrote:(30.07.2023, 11:21)fleeceable Wrote: Hi!Do you mind sharing where you got your icons from? I have been looking for something like this for a project for ages |
« Next Oldest | Next Newest »
|