WanaPlan

API Docs for: 2.7.0
Show:

Constants

Module: Core
Parent Module: Wanaplan

Summary

Collection des constantes utilisées sur le logiciel.

Item Index

Methods

getGlobalData

Provided by the Wanaplan module.

Syntax

getGlobalData

(
  • key
  • [defaultValue]
)
String | Number | Boolean

Summary

Returns stored global custom data.

Parameters:

Returns:

String | Number | Boolean:

Returns the data if it exists, otherwise it returns defaultValue.

setGlobalData

Provided by the Wanaplan module.

Syntax

setGlobalData

(
  • key
  • value
)

Summary

Sets global custom data. The previous data is overriden if the key already exists.

Parameters: