Skip to end of banner
Go to start of banner

admSetSpaceStylesheet

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

Adds a space stylesheet to customize the look and feel of a single space within Confluence.

Parameters

Return Type

Boolean (true/false)

Returns true if the stylesheet was successfully applied

Example

return admSetSpaceStylesheet("MS", "#paragraph1 {margin: 0;}");

Sets style "#paragraph1 {margin: 0;}" to space with key "MS"

See also

  • No labels