@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi,
As you mentioned that you use Win 10, the easiest way to run a sample is: Download the .zip from our download page, unzip it to “C:\inetpub\wwwroot\smart-webcomponents”.
For WebComponents usage:
Open “localhost” and navigate to the webcomponents demos.
For Vue, the steps are:
– Navigate to /vue-demos
– npm install
– Edit the index.js to build a specific sample.
– npm run start
– Open your web browser with localhost and navigate to the vue demo. Ex: localhost\smart-webcomponents\vue-demos\demos\grid\overview
Hope this helps.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Nandhini.
Thank you for the feedback. The reported behavior will be updated in the next release of our Smart.Grid component.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi nar-c
Kanban Templates are supported and demonstrated in this example: https://www.htmlelements.com/angular/demos/kanban/task-template/. However, it is not possible to fully replace a Kanban Card template. We will consider adding this functionality in a future version or as a custom development service.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi nar-c,
Thanks for the update.
We use the Javascript native forEach method in our code. If a native function’s behavior is changed, this may result in errors not only in our code.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Michele,
The reported behavior is fixed in the current version.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/May 25, 2021 at 12:26 pm in reply to: [Scheduler] how to fetch data from a saved/edited event #101847admin
KeymasterHi Torsten Brieskorn,
dragEnd, dragStart are raised when you drag/drop event.
item
resizeStart, resizeEnd are raised when you resize an event.
itemUpdate is raised only when you edit an event through the Scheduler dialog.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi tullio0106,
The image property is set the same way you set it in the code. We do not modify it and we do not have a reason to do it. If the URL is wrong, the browser will show a network error.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi tullio0106,
You can hide it by using CSS like. The “.nav.smart-drop-down-button” CSS class is applied to the spinner.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/May 25, 2021 at 8:39 am in reply to: [Scheduler] how to fetch data from a saved/edited event #101842admin
KeymasterHi Torsten,
All Scheduler demos on our website have Edit in Stackblitz button below.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi davout,
If that is your use-case may be then it is better to create a new Angular component which has a Button with Tooltip and use it in your content instead of trying to associate these individually. You can also use the “title” attribute of a Button instead of a tooltip component.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi tullio0106,
We are unable to reproduce an erroneous behavior with this component.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi tullio0106,
The difference is that NumericTextBox is a much more advanced component suitable for engineering applications and not only. It supports as visible from the demos Engineering formats such as SI Notation – https://www.htmlelements.com/demos/numerictextbox/scientific-notation/, Complex Numbers: https://www.htmlelements.com/demos/numerictextbox/complex-support/. NumberInput is more basic component suitable for editing only simple numerics.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/May 24, 2021 at 1:29 pm in reply to: [Scheduler] how to fetch data from a saved/edited event #101833admin
KeymasterHi Torsten Brieskorn,
Please, post a Stackblitz sample demonstrating what exactly you try to achieve. The “change” event is not related to Event updates. It is related to navigation in this component so it is not appropriate for getting information which event is updated.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi nar-c,
Could you please share a stackblitz example which demonstrates the reported behavior? From the error it seems that the Kanban module is not loaded.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/admin
KeymasterHi Dark Beccio,
The release notes are posted here: https://www.htmlelements.com/docs/release-notes/. The main changes in the last version are related to SCSS Styles and also a new component was added. The Smart.Grid does not have any changes except several bug fixes of reported things.
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/ -
AuthorPosts