Service Studio 5.1 Help
Use an External Style Sheet
You can apply styles to some of the widgets in your eSpace. These styles can be managed either internally or externally.
An external style sheet is loaded at runtime and you cannot use these styles at development time. During development, the internal style sheet is used.
|
How to edit an External Style Sheet: |
|
In the External Style Sheet property of your eSpace, specify the URL with the external style sheet location. |
The style sheet available during development is the Internal Style Sheet; so you must continue to use this style sheet to format your widgets on the content canvas. At runtime, only the External Style Sheet that you specified is used and its styles applied.
One of the advantages of
using an external style sheet is that you can, dynamically, decide on
the styles that you want to apply, based on certain conditions. In your
eSpace, you have to download the style sheet based on some business logic,
for example the features of the device that is being used.
See Also