Search found 3 matches

Go to advanced search

by AntonioGraca
Fri Dec 29, 2023 6:32 pm
Forum: Issues
Topic: ListItem background color
Replies: 3
Views: 6356
 
Jump to post

Re: ListItem background color

Hi

I use [ngClass], in common witth CSS
[ngClass]={'color1':list.field==='CONFIRMED', 'color2':list.field==='PENDING', 'color3': list.field==='WAIT'}
Image
by AntonioGraca
Wed Dec 27, 2023 11:24 pm
Forum: Issues
Topic: length of collection inside a function
Replies: 0
Views: 1206
 
Jump to post

length of collection inside a function

Hi I'm trying to get the collection length value running the service query inside a function. But I'm not getting it because it only takes on the correct value after finishing the function using this code inside of del_lista() function: this.Apperyio.execDataService(this, "notas_QS5"); Now...
by AntonioGraca
Thu Aug 27, 2020 11:29 am
Forum: Issues
Topic: Changing class in element grid
Replies: 1
Views: 1167
 
Jump to post

Changing class in element grid

Hi Im trying change a class of an element Grid, runing inside a function the following code. document.getElementById('Micro_tr').changeClass="corrigir_fixar_header"; in CSS .corrigir_fixar_header { margin:auto; margin-top: 120px; } But, nothing change. What I need to do to work? Ionic 3

Go to advanced search