Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace > GoView Class : SafeID Property |
UniqueID
, but has colons replaced by underscores.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.)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