Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

StyleSheets for the Servoy Smart and Web Client could make use of Servoy specific type selectors. In the NGClient, where the stylesheets are interpreted by the browser, these Servoy specific type selectors are not available. Below a conversion table from the Servoy specific type selectors to their NGClient equivalent. 

Smart/Web Client Type SelectorNGClient Selector

body

 
button 
check 
combobox 
even.ngRow.even
field 
footer 
form[svy-formstyle]
header 
label 
listbox 
odd.ngRow.odd
portal 
radio 
selected.ngRow.selected
grid_header 
spinner 
tabpanel 
title_header[ng-style="titleheaderStyle"]
title_footer 

...