@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi Peter,
The onReady is called when the Menu is rendered and this is bound to the Angular’s lifecycle after the view is initialized i.e it should work.
Another possible solution could be to data bind the Menu to a dataSource by using initialization similar to Angular’s Reactive Forms. We have an example about binding a menu to a data source here: https://www.htmlelements.com/angular/demos/menu/data-source/
Best regards,
Peter Stoev
jQWidgets Team
https://www.jqwidgets.com/admin
KeymasterI wanted to use the button of the library and specify with function to call something likee that:
<smart-form-control align="right" control-type="button" label="Submit" class="primary" (click)="myFunc($event)"></smart-form-control>
admin
KeymasterHi davout,
window.Smart.License = “the license key”; is enough for unlocking a npm package. This code line should be placed in app.module.ts in case of Angular, App.jsx after the imports in case of App.jsx or after the imports in case of Javascript.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi yb,
If you do not define a submit button in your Form, you can manually submit it by calling form.submit();
Hope this helps.
Best regards,
Peter Stoev
Smart HTML Elements
https://www.htmlelements.com/admin
KeymasterHi Mitesh,
No. Such functionality is not implemented or currently planned.
Regards,
Peter
Smart html elements
Htmlelements.comadmin
KeymasterSeems like you missed the api docs of our product. For example: https://www.htmlelements.com/docs/calendar-api/#toc-onchange. You may see that every property, method and event is explained in details and with examples about each component.
Best Regards,
Peter Stoev
Smart HTMLElements Team
https://www.htmlelements.com/admin
KeymasterHi davout,
Thank you for the feedback! Our documentation about this type of CSS layout is available here: https://www.htmlelements.com/docs/view-model-binding/.
What kind of documentation type are you looking for?
Regards,
Peter
Smart HTML Elements Team
https://www.htmlelements.com/admin
KeymasterHi davout,
That is CSS based layout and as such it should not be a Custom Element(Tag). It is similar to Bootstrap’s CSS layouts. The source of the demos is within the download package from our website. You can download from the https://www.htmlelements.com/download/ page.
Regards,
Peter
Smart HTML Elements Team
https://www.htmlelements.com/admin
KeymasterHi Mitesh,
Thanks for writing.
The type of selection you are looking for is not supported by our Kanban UI Component. It cannot be simulated with custom code and requires development by our Team. We will consider it for a future version of it.
Best regards,
Peter Stoev
Smart HTML Elements Team
https://www.htmlelements.com/July 29, 2020 at 5:54 am in reply to: minor cosmetic bug in comboBox multiple selection tokens #100949admin
KeymasterHi,
This looks like a bug, because the selection and focus visual appearance of an item is the same. The item looks like selected, but actually it is only focused. It is not part of the selectedIndexes collection anymore. Only items which appeal in the INPUT field are selected. The focused item is the item from which the keyboard navigation starts.
Best Regards,
Peter Stoev
Smart HTML Elements Team
https://www.htmlelements.com/admin
KeymasterHi Mitesh,
Unfortunately, there is currently no way of disabling the built-in context menu while keeping the Actions icon, but we will consider adding a mechanism for doing so. Thank you for your valuable feedback.
Best regards,
Dimitar
Smart HTML Elements Team
https://www.htmlelements.comJuly 25, 2020 at 5:13 am in reply to: How to set splitter item to take up all remaining space? #100940admin
KeymasterHi davout,
To achieve that you may use this:html, body { width: 100%; height: 100%; padding: 0; margin: 0; } app-public-home-header { display: block; width: 100%; height: 200px; background: #eee; } smart-splitter { width: 100%; height: 100%; }
Hope this helps.
Best Regards,
B. Markovadmin
KeymasterHi,
Your code seems OK as a workaround for your application scenario with ComboBox.
Best Regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Peter,
It is possible to use a licensed version through NPM. As this information is not for a public forum, please write to support@jqwidgets.com or support@htmlelements.com for license unlock instructions.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Gerhard,
I would suggest you to check the code and required scripts in this demo: https://www.htmlelements.com/demos/grid/print/.
The printing internally uses the Data Export and the Web Browser’s Printing API.
Best Regards,
Peter
Smart HTML Element
https://www.htmlelements.com/ -
AuthorPosts