@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
Markov
KeymasterHi,
You can use the Cell Templates feature to customize the cells. Example: https://www.htmlelements.com/demos/scheduler/cell-template/
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Aditya,
You can use the Tree’s “toggleMode” property and set it to “click”.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
You can look at https://www.htmlelements.com/docs/scheduler-windows/. This help topic also shows how to customize the edit window.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/July 4, 2024 at 5:17 am in reply to: How to hide a drop down arraw when there is no children for an item? #111102Markov
KeymasterHi Aditya,
Yes, it will not. A possible solution here would be to use smart-tree-items-group. After you create the tree, use document.querySelectorAll(‘smart-tree-items-group’) and then loop through all groups, check the .children property for children and hide the arrow if there’s no child.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/July 3, 2024 at 4:08 pm in reply to: editing last row imposible because of the horizontal scrollbar #111101Markov
KeymasterHi Pegazus Soft,
Thank you for the feedback!
We added a work item for this and will fix it as soon as possible.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/July 3, 2024 at 10:44 am in reply to: How to hide a drop down arraw when there is no children for an item? #111098Markov
KeymasterHi Aditya,
If it is a tree item, you can drop above or below.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/July 3, 2024 at 8:10 am in reply to: How to hide a drop down arraw when there is no children for an item? #111088Markov
KeymasterHi Aditya,
In this case, I suggest you to add a smart-tree-item instead. When you add children to it, it will automatically become a smart-tree-items-group.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
We will create a work item to add current time indicator in a month view.
Best Regards,
Markovhttps://www.htmlelements.com/
Smart UI TeamMarkov
KeymasterHi Aditya,
The 0.1.0 you refer means first level – index 0, sub level – index 1, sub sub level – index 0 which is the path of the item in the menu’s hierarchical structure.
As for getting a value, you can use the ‘itemClick’ event of the Menu. In the event.detail, there is label and value properties for getting the clicked menu item’s label and value.Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Matias,
You can handle the ‘fileSelected’ event and add an additional custom button before or after the smart-file-upload component.
Best regads,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
You can use the tooltipFormatFunction(tooltipObject, event, tooltipContent). The returned value of this function is the content which will be shown in the tooltip.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
Could you provide a sample showing this behavior?
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
When the tooltip is opened, the ‘opening’ event is raised. In the event detail, there is a ‘type’ property which determines the tooltip’s type. It the type = ‘connection’, you can call event.preventDefault() and event.stopPropagation() methods.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
There are no tooltips for connections in our Gantt component – https://www.htmlelements.com/demos/gantt/task-connections/. In addition, tooltips by default are not enabled.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/June 13, 2024 at 10:34 pm in reply to: Passing and Accessing Values from timeLineHeaderFormat #111029Markov
KeymasterHi,
We do not have an event for this, yet.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts