@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi Joko,
The ListBox displays only Label and has an additional Value field. For more complex scenarios, you can use the Table or Grid component which allow multiple fields and more complex data binding.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterNo autocomplete: The combobox is editable, and when the popup is triggered, the suggested values it contains are the same regardless of the characters typed in the combobox. For example, the popup suggests a set of recently entered values, and the suggestions do not change as the user types.
List autocomplete with manual selection: When the popup is triggered, it presents suggested values. If the combobox is editable, the suggested values complete or logically correspond to the characters typed in the combobox. The character string the user has typed will become the value of the combobox unless the user selects a value in the popup.
List autocomplete with automatic selection: The combobox is editable, and when the popup is triggered, it presents suggested values that complete or logically correspond to the characters typed in the combobox, and the first suggestion is automatically highlighted as selected. The automatically selected suggestion becomes the value of the combobox when the combobox loses focus unless the user chooses a different suggestion or changes the character string in the combobox.
List with inline autocomplete: This is the same as list with automatic selection with one additional feature. The portion of the selected suggestion that has not been typed by the user, a completion string, appears inline after the input cursor in the combobox. The inline completion string is visually highlighted and has a selected state.Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/January 31, 2022 at 8:18 am in reply to: smart-scheduler: Missing reference to ‘rrule.smart.scheduler.js:formatted:47988 #102828admin
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/ -
AuthorPosts