@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
Markov
KeymasterHi,
Example: https://codepen.io/jqwidgets/pen/mdNYyOd
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
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/Markov
KeymasterHi,
Please, provide a demo for this
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
You can try this:
smart-tooltip .smart-tooltip-content { opacity: 1;}
Best Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi 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/Markov
KeymasterHi Tullio,
it will be undefined because the Button does not have such property.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
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/Markov
KeymasterHi Tullio,
There is not. The feature is not implemented in our button component.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Tullio,
You can use onclick, not onClick.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Tullio,
We do not have this attribute in the smart-button.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Tullio,
Could you explain in more details what you need to achieve? If it is possible, provide examples, screenshots.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Tullio,
Could you explain in more details what you need to achieve? If it is possible, provide examples, screenshots.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/October 21, 2024 at 7:07 am in reply to: calling a link by clicking anywhere in the grid line #111609Markov
KeymasterHi Oleg,
In this case, you can handle cellClick or rowClick events of the Grid.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Csaba,
I create a sample with horizontal scrolling and 2 Template columns using the approach from our sample – https://codepen.io/jqwidgets/pen/JjgWQMM. Please, check it out.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
Take a look at this: https://codepen.io/jqwidgets/pen/poMNYzb. The window has width = 1500px and the progress bar is centered.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts