@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
MarkovKeymaster
Hi,
Add valuesOnTicks: false to the xAxis settings as a solution.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/November 29, 2024 at 8:51 am in reply to: Unable to use Angular component within task columns #111859MarkovKeymasterHi Kiran,
The formatFunction is for rendering custom HTML in the task columns. It is not possible to render complex content such as components in the gantt cells.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
For QR code, we have this: https://www.htmlelements.com/demos/qrcode/overview/
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
You can look at https://www.htmlelements.com/demos/window/types/
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/November 20, 2024 at 10:54 am in reply to: Start date is unexpectedly updated when resizing a project #111819MarkovKeymasterHi Kiran,
Thank you for the description. We see the date as 12:00 in our time zone, but setting the hour to 2:30 and resizing we observed the problem. We will resolve it for the next release of the Gantt.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
I suggest you to open your browser’s DevTools and check what happens on your side and see if you have some additional CSS styles applied as the opacity is defined in CSS.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
Thank you for the bug report. We confirm it and will resolve it as soon as possible.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
Example: https://codepen.io/jqwidgets/pen/mdNYyOd
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
See the updated CSS below
html, body { padding: 10px; } .smart-window { width: 1500px !important; } .centered { display: flex; align-items: center; justify-content: center; } #progressbar3 { width:100px !important; height:100px !important; } #progressbar4 { width:125px !important; height:125px !important; } .divall { width:100%; height:800px; background: blue; }
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
Please, provide a demo for this
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
You can try this:
smart-tooltip .smart-tooltip-content { opacity: 1;}
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Tullio,
The list of supported properties by the button is available in the Button’s API Docs. We do not have a property called “form” so this will be undefined in this case. I will create a work item for adding this, but at present we do not have it.
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Tullio,
it will be undefined because the Button does not have such property.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi,
Yes, you can define a new element when you need it. Smart UI is based on the native Web Components tech so the creation process is just like creating a regular HTML Input or HTML Button. You can create a new window or other component using the document.createElement function.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Tullio,
There is not. The feature is not implemented in our button component.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts