@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
January 31, 2022 at 8:18 am in reply to: smart-scheduler: Missing reference to ‘rrule.smart.scheduler.js:formatted:47988 #102828
admin
KeymasterHi,
Could you share details & sample code how the Scheduler is used in your app? How did you import it?
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi MarkM,
You can probably use ‘rowTap’ instead in this case.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
If you load an example hosted on your laptop and the image is on your laptop and referred as a relative URL, too, the cardview component will display it.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Matias,
Could you share a Stackblitz sample which reproduces your use-case so our developers will be able to test it?
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
You can look at https://www.htmlelements.com/angular/demos/fileupload/item-template/. That demo shows how to use the ItemTemplate property. You can edit the demo in Stackblitz. The Template is defined in the index.html. Here is how the template is declared in the demo:
<template id="itemTemplate"> <smart-progress-bar>{{filename}}</smart-progress-bar> </template>
You can use the filename property as a parameter in the template. The HTML structure of the template can be edited based on your web application requirements.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The demo loads images from a local hard drive where the demo is hosted. For that purpose a relative URL is used.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
You can look at: https://www.htmlelements.com/demos/cardview/overview/. It loads images from local hard drive where the demo is hosted. For that purpose a relative URL is used.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi VAISHNAVI,
You can use the approach with Smart.Grid here. Example: https://www.htmlelements.com/demos/grid/server-side-mysql-php/
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi and thank you for the interest,
In the first example we use local images: https://www.htmlelements.com/demos/cardview/overview/
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Joko,
The release is available since last week.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Joko,
Smart.Layout is not yet released and is not in production. The available UI components have online demos & documentation.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
Please, take a look at https://www.htmlelements.com/demos/tree/add-remove-items/. The example shows how to insert, update and remove tree items.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Matias Galante,
Our themes follow the Material design guidelines and that is the reason button texts are upper case. In order to make them normal case, you can use CSS or SCSS.
Example:
smart-button {
text-transform: initial !important;
}Hope this helps.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
We released an update of our React components with the fix for the DateRangeInput component. The sources for the demo are updated online, too.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
Thank you for the feedback. We tested this with the latest React version and there is an error in the DateRangeInput React component. It is missing an important import in the references list. We will update this as soon as possible. When we update and resolve the issue, the topic will be updated, too.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts