Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions events.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ The following table lists the Adobe Sign supported UI events that can be embedde
<td><strong>'PAGE_LOAD'</strong></td>
<td>
<ul>
<li>pageName: 'AUTHORING'<br></li>
<li>pageName: 'AUTHORING'<br /></li>
</ul>
</td>
<td>This event fires when the form-field authoring page loads for an agreement.<br></td>
<td>This event fires when the form-field authoring page loads for an agreement.<br /></td>
</tr>
<tr>
<td>'PAGE_LOAD'</strong></td>
Expand Down Expand Up @@ -189,4 +189,4 @@ if(!window.addEventListener){
}else{
window.addEventListener('message', eventHandler,false);
}
```
```