TinyMCE:API/tinymce.dom.DOMUtils/uniqueId

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: uniqueId

Summary

Returns a unique id. This can be useful when generating elements on the fly. This method will not check if the element allready exists.

Syntax

<String> uniqueId(<String> p)

Parameters

p
Optional prefix to add infront of all ids defaults to "mce_".

Returns

Unique id.

Personal tools