Search found 24 matches

Go to advanced search

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: 109
 
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: 109
 
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: 2140
 
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: 2140
 
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: 3501
 
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: 4551
 
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: 4551
 
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: 7316
 
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
by aantsypau
Wed Feb 21, 2024 1:04 pm
Forum: Issues
Topic: How can I publish JQM or Ionic 1 application into App Store
Replies: 1
Views: 8985
 
Jump to post

Re: How can I publish JQM or Ionic 1 application into App Store

You can do this 1. Gather release build 2. Install ios-uploader https://github.com/simonnilsson/ios-uploader 3. Generate App Specific passwrod 3.1 Sign in to appleid.apple.com. 3.2 In the Sign-In and Security section, select App-Specific Passwords. 3.3 Select Generate an app-specific password or sel...
by aantsypau
Tue Feb 20, 2024 12:18 pm
Forum: Issues
Topic: It's possible to create custom components as Form inputs
Replies: 1
Views: 4396
 
Jump to post

Re: It's possible to create custom components as Form inputs

Yes it is possible, you can find example how to do this in our Phone Input plugin which contains corresponding custom component with required for you functionality

Go to advanced search