TinyMCE:API/tinymce.dom.DOMUtils/uniqueId
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: uniqueId
[edit]
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.
[edit]
Syntax
<String> uniqueId(<String> p)
[edit]
Parameters
- p
- Optional prefix to add infront of all ids defaults to "mce_".
[edit]
Returns
Unique id.
