Glossary Item Box

PowerWEB TextBox for ASP.NET

pwObj Method

Shortcut method which gets an instance of an element from the element's ID.

[JavaScript]
objElement = pwObj(pwElementId)

Parameters

pwElementId
Required. The ID of the HTML element to get an object instance of.

Return Value

The object reference referring to the element with the specified ID, or null if no element is found.

Remarks

This method calls "document.getElementById" and provides a shortcut to this often used method.

In This Section

Assembly Overview
Contains classes that support and enable creation of HTML-editing capable web applications.
Client-Side API
Describes client-side JavaScript functions that are used by PowerWEB TextBox for ASP.NET.

 

 


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.