Child pages
  • Styling your Applications

Versions Compared

Key

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

...

There is a difference between the available styling options for solutions developer developed for NG client and solutions developed for smart or web clientsclient.

Styling for smart & Web client

...

  • unprocessed CSS (3.0) to do all styling of solutions.
  • Less styling language is supported
  • CSS and less files are stored in the Media node of the active solution
  • All possible CSS properties can now be used, like:
    • All types of selectors
    • Pseudo-classes

For styling the NG client see this chapter: Styling in the NGClient

Creating a Style

To create a new Style 

...

  1. Enter the name of the new style. Click Next.
  2. Select to add sample content. Click Finish.
  3. The new css file will appear in an editor view in the center of the Workbench.

Styling NGClient

For styling the ng client see this chapter: Styling in the NGClient

...

  1. .

...

All possible CSS properties can now be used, like:

...

Solution StyleSheet

The stylesheet can be specified at solution level. It has to be stored in the solution's media node; for usage of images from media library inside the .css/.less please use relative URL's.

...