Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Div
classapi-page

fluid.allocateGuid()

Section
Column
width70%

Allocate an integer value that will be unique for this session.

Code Block
javascript
javascript
bgColorwhite
borderStylenonejavascript
fluid.allocateGuid();

File name: Fluid.js

Parameters

Span
classborderless-table

None

Return Value

Span
classborderless-table

integer

 

Column
width5%

Column

See Also


Notes

The framework keeps track of allocated guids internally, incrementing each time a new guid is used.

Example

Code Block
javascript
javascript
var uniqueId = fluid.allocateGuid();