@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
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/Markov
KeymasterHi Csaba,
It is missing the update functionality. Pls, check the sample I sent you.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi Csaba,
The idea of the formatObject.template is to set the template once and update it afterwards with the values from the data source coming to the template function. In the provided code, the template is always set to an empty string i.e there is no reuse in the current situation. I would suggest you check this sample: https://www.htmlelements.com/react/demos/grid/column-dynamic-template-with-components/
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/Markov
KeymasterHi,
The below code creates a modal window.
<Window IsOpened="true" Modal="true" CloseOnMaskClick="true"> Content here </Window>
Markov
KeymasterHi Kuldeep,
For column header edit, see https://www.htmlelements.com/demos/grid/allow-column-header-edit/. This edit happens on double-click on the column header. We do not have a context menu for this. To programatically start an edit operation, you can use the ‘beginEdit’ method.
Best regards,
MarkovSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts