Name |
Type |
Description |
inc | The value of the inc attribute passed into the tag | The url to the include directory |
thisForm | [object] form | The form that activedit is in. |
thisContentItem | [object] textarea | When type=form it's the textarea that the content will be placed in when the form is submitted. |
aeObjects | Array | Contains an array of pointers to the DHTML Editing components keyed by fieldname. For example, the statement alert(aeObjects.myfield.DOM.body.innerHTML) would popup a message box containing the html of the Activedit control with name="myfield" |