Search found 26 matches

Go to advanced search

by aantsypau
Thu Sep 19, 2024 9:21 am
Forum: Issues
Topic: Screen Background Image for Light and Dark Modes
Replies: 1
Views: 8874
 
Jump to post

Re: Screen Background Image for Light and Dark Modes

You can setup background image from component properties panel, for that you need to select the Content component and specify the value of Bg Image property In case when it is needed to apply background image for all screen and adjust image accord to selected theme you need to add the css code like ...
by aantsypau
Thu Sep 19, 2024 9:20 am
Forum: Issues
Topic: Screen Background Image for Light and Dark Modes
Replies: 1
Views: 8874
 
Jump to post

Screen Background Image for Light and Dark Modes

I’d like to update the background of the app (I believe this is referred to as the Index Screen) with a new image for both dark and light modes (see attached screenshot). From what I understand, I’ll likely need to update the 'Extra SCSS' in Theme > Dark > Extra SCSS, is that correct? If so, could y...
by aantsypau
Fri Aug 30, 2024 7:03 am
Forum: Issues
Topic: Can I store rich text in an appery.io database?
Replies: 1
Views: 6698
 
Jump to post

Re: Can I store rich text in an appery.io database?

Yes of course it is very easy

You need to create a screen variable
Specify the value of ngModal as this variable
Map data variable on database (or another server) in the mapping
by aantsypau
Fri Aug 30, 2024 7:02 am
Forum: Issues
Topic: Can I store rich text in an appery.io database?
Replies: 1
Views: 6698
 
Jump to post

Can I store rich text in an appery.io database?

Hello, I have a form with a rich text component. When I was building the mapping for the form to create a row in the appery.io database, I di not see a way to add the value in a rich text component to the column. Is it possible to store the value in a rich text component in an appery.io database?
by aantsypau
Wed Aug 14, 2024 7:37 am
Forum: Issues
Topic: List itens side by side
Replies: 1
Views: 7835
 
Jump to post

Re: List itens side by side

You can easily achieve this result by replacing the list component with a grid component. Apply the *ngFor attribute to the cell component. Also, ensure that the cell width is set to 6. Alternatively, you can use an HTML component with a container type div and set the width to 50%.
by aantsypau
Wed Aug 14, 2024 7:37 am
Forum: Issues
Topic: List itens side by side
Replies: 1
Views: 7835
 
Jump to post

List itens side by side

I have a list component, I would like to list the records side by side (as in the image) and not as a commom list.
I have this code:
*ngFor = let item of lista_grupos; index as i

What do I have to do to make them stay side by side?
by aantsypau
Wed Jul 31, 2024 7:03 am
Forum: Issues
Topic: Delivery error
Replies: 0
Views: 8912
 
Jump to post

Delivery error

The build worked for IOS - but on transported I get this
by aantsypau
Sat Jul 27, 2024 12:40 pm
Forum: News
Topic: Searchable Dropdown List
Replies: 1
Views: 16123
 
Jump to post

Re: Searchable Dropdown List

We recommend using the Appery Searchable Select component. To add it to your application, simply import the corresponding Appery plugin. Alternatively, you can use the equivalent component from the PrimeNG library.
by aantsypau
Sat Jul 27, 2024 12:34 pm
Forum: News
Topic: Searchable Dropdown List
Replies: 1
Views: 16123
 
Jump to post

Searchable Dropdown List

Hello, I am trying to create a Searchable Dropdown List in my application. I have a list of about 150 breeds of pets and I want my app to pull up the list of breeds with a search box and search and it will dwindle the list. what is the best way to go about this? Thanks in advance!
by aantsypau
Sun Mar 03, 2024 8:06 am
Forum: Issues
Topic: date in table issue
Replies: 1
Views: 12493
 
Jump to post

Re: date in table issue

To do this in the mapping you need to select gear icon and add Custom TS with code
return value.split('T')[0];
see image below

Go to advanced search