MindFusion.UI for WebForms Programmer's Guide

IdGenerator Constructor

See Also
 



Initializes a new instance of the IdGenerator class.

Namespace: MindFusion.UI.Web
Assembly: Utils.js

 Syntax

JavaScript  Copy Code

function IdGenerator ([prefix])

 Parameters

prefix
Optional.

Type: String
A prefix to insert at the beginning of the identifier.

 See Also