Initializes an IFRAME instance for HTML editing.
[JavaScript]
pwInitEditor(pwIframe, pwTextarea, pwEdit, pwUseBR)
Parameters
- pwIframe
- Required. The IFRAME instance to initialize.
- pwTextarea
- Required. The TEXTAREA instance containing the initial text for the IFRAME.
- edit
- true if the IFRAME allows editing, false if the IFRAME is read-only.
- useBR
- true if <BR> tags are inserted when the enter key is pressed, false if <P> tags are inserted.
Remarks
This method is only intended to be called by internal members of PowerWEB TextBox for .NET. It is not recommended to call this method within your code.
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.
Reference Menublock
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.