GoDiagram Web Reference
SafeID Property

Return a string identifier that is just like UniqueID, but has colons replaced by underscores.
Syntax
'Declaration
 
Public Overridable ReadOnly Property SafeID As String
public virtual string SafeID {get;}
Remarks
The Control.UniqueID provides a hierarchically qualified identifier for a control, which is needed to distinguish repeating controls or controls in UserControls. This safe form can be used as an identifier in JavaScript, and is actually used as the id property for the IMG element so that the element can easily be found by the JavaScript expression document.getElementById(...). (The Control.ID property is not currently used by any of the standard JavaScript used by GoDiagram.)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback