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

Version 1 Next »


Syntax

admSetSpaceStylesheet()

Description

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

Parameters

Parameter name

Type

Required

Description

spaceKey

StringtrueThe key of the Confluence space to which the syle should be applied
styleStringtrueA String representing the css styles for the space

Return type

boolean (true/false)

Returns true if the stylesheet was successfully applied

Example

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


See also


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


  • No labels