Child pages
  • Specification (.spec file)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: SVY-10508 Compacted CSS files can't reference external files.

...

The "group" property on the top level spec or in the libraries section tells Servoy if that the definition or library can be grouped or not, by default this is allowed. This is used when a WAR is generated by the WAR Exporter. 

Info
titleThe "group" property

The libraries which contain references to external files cannot be grouped because in the deployed applications the relative paths to those resources are lost, therefore the components will not work.

Such libraries are font-awesome.css or tinymce.js, they should always have "group":false in the specification file of the components that use them.

 

A WebComponent specifies all its properties under the model, all the events under handlers and api has the javascript api the webcomponent has that the server can call.

...