15.08.2013 Views

Ektron® eWebEditPro Developer's Reference Guide

Ektron® eWebEditPro Developer's Reference Guide

Ektron® eWebEditPro Developer's Reference Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Property: windowName<br />

Property: editor<br />

Property: elemName<br />

Property: formName<br />

• scrollbars: displays scrollbars<br />

• status: displays the status bar<br />

• resizable: the user can change the window size<br />

• location: displays the location (or address) bar<br />

• menubar: displays the menu bar<br />

• toolbar: displays toolbar buttons<br />

For more details on the JavaScript window.open() method, see a JavaScript<br />

reference.<br />

Object: ”Popup Object”<br />

Description: The name assigned to the popup window created by the standard<br />

JavaScript function window.open().<br />

Object: ”Popup Object” and<br />

Description: A reference to the <strong>eWebEditPro</strong> ActiveX control. For example<br />

<strong>eWebEditPro</strong>.Editor1.pasteHTML("") is equivalent to<br />

<strong>eWebEditPro</strong>.instances["Editor1"].editor.pasteHTML("")<br />

Read-only.<br />

Object: ”Instances Object”<br />

Description: The name of the field element that contains the editor content. This<br />

is typically the name specified when creating the editor.<br />

Object: ”Instances Object”<br />

Description: The name or index of the form that contains this instance of the<br />

editor.<br />

See Also: “Property: elemName” on page 136<br />

Example:<br />

function myOnEventHandler()<br />

{<br />

var objInstance = <strong>eWebEditPro</strong>.instances[<strong>eWebEditPro</strong>.event.srcName];<br />

<strong>Ektron®</strong> <strong>eWebEditPro</strong> Developer’s <strong>Reference</strong> <strong>Guide</strong>, Release 5.1, Revision 1 136

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!