27.06.2022, 13:20
Hello
What Is the active state icon in the link and how to use it?
What Is the active state icon in the link and how to use it?
Best Regards,
active State Icon
|
27.06.2022, 13:20
Hello
What Is the active state icon in the link and how to use it?
Best Regards,
27.06.2022, 13:29
From LM docs: Icon that is displayed when the link points to the current plan. Can be used in Layouts to create a plan menu.
27.06.2022, 13:35
(27.06.2022, 13:29)admin Wrote: From LM docs: Icon that is displayed when the link points to the current plan. Can be used in Layouts to create a plan menu. Thanks
Best Regards,
10.10.2025, 08:13
(27.06.2022, 13:29)admin Wrote: From LM docs: Icon that is displayed when the link points to the current plan. Can be used in Layouts to create a plan menu. Hello: I want to change the element "Link" textColor when tne "Display mode" is in Value mode, Is it posible?, Can I do it using javascript? I know that element "Link" with "Display mode" as Icon, I can choose the Icon when the page is active, but in Value mode I can not choose any text style when the page is active. Could you help me about it, I want to change not only the menú Icon I want to change too the text color when the page is active. Thank you very much, best regards Roger
10.10.2025, 10:01
As we have 3 Visualization tools, it would be good to say which one do you use?
------------------------------
Ctrl+F5
13.10.2025, 10:30
14.10.2025, 08:50
For all relevant plan links set Additional classes to plan-link plan-link-123 where 123 is plan id to which the link refers.
Custom JS: Code: $(function() { Custom CSS: Code: .plan-link.active {
14.10.2025, 14:00
(14.10.2025, 08:50)admin Wrote: For all relevant plan links set Additional classes to plan-link plan-link-123 where 123 is plan id to which the link refers. Thank you very much, it works very well, but I had to add in custom CSS the parameter !important .plan-link.active { color: red !important; } Thank you so much, good work, best regard, Roger |
« Next Oldest | Next Newest »
|