Toggles the Design/HTML mode for the specified HtmlBox.
[JavaScript]
pwChangeView(pwIframe, pwTextarea, pwDesignDiv, pwHTMLDiv, pwToolbar, pwShowHTML)
Parameters
- pwIframe
- Required. The IFRAME instance to toggle modes for.
- pwTextarea
- Required. The TEXTAREA instance for the current HtmlBox.
- pwDesignDiv
- Required. The "design tab" instance.
- pwHTMLDiv
- Required. The "HTML tab" instance.
- pwToolbar
- Required. The TOOLBAR instance for the current HtmlBox.
- pwShowHtml
- true if changing the mode to HTML. false if changing the mode to Design.
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