Lines Matching refs:td

110                 <tr><td><strong>Event Name</strong></td>
111 <td><strong>broadcasted when</strong></td>
112 <td align="center"><strong>broadcasted synchronously</strong></td>
116 <tr><td valign="top"><em>OnCreate</em></td>
117 … <td>the document has been newly created. This does not imply that the document has
118 … been loaded into a frame, it just means the initialization has been finished.</td>
119 <td align="center">yes</td>
121 <tr><td valign="top"><em>OnLoadFinished</em></td>
122 … <td>the document has been completely loaded. This does not imply that the document
123 … has been loaded into a frame, it just means the load process has been finished.</td>
124 <td align="center">yes</td>
126 <tr><td valign="top"><em>OnNew</em></td>
127 … <td>the document has been initialized from scratch, including plugging it into a frame.</td>
128 <td align="center">no</td>
130 <tr><td valign="top"><em>OnLoad</em></td>
131 … <td>the document has been completely loaded, including plugging it into a frame.</td>
132 <td align="center">no</td>
134 <tr><td valign="top"><em>OnSave</em></td>
135 <td>the document is about to be saved.</td>
136 <td align="center">yes</td>
138 <tr><td valign="top"><em>OnSaveDone</em></td>
139 <td>saving the document succeeeded.</td>
140 <td align="center">no</td>
142 <tr><td valign="top"><em>OnSaveFailed</em></td>
143 <td>saving the document failed.</td>
144 <td align="center">no</td>
146 <tr><td valign="top"><em>OnSaveAs</em></td>
147 <td>the document is about to be saved under a new name.</td>
148 <td align="center">yes</td>
150 <tr><td valign="top"><em>OnSaveAsDone</em></td>
151 <td>saving the document under a new name succeeeded.</td>
152 <td align="center">no</td>
154 <tr><td valign="top"><em>OnSaveAsFailed</em></td>
155 <td>saving the document under a new name failed.</td>
156 <td align="center">no</td>
158 <tr><td valign="top"><em>OnSaveTo</em></td>
159 <td>the document is about to be saved to a location different from its
160 current location, but without adjusting the current location.</td>
161 <td align="center">yes</td>
163 <tr><td valign="top"><em>OnSaveToDone</em></td>
164 <td>saving the document to a different location succeeeded.</td>
165 <td align="center">no</td>
167 <tr><td valign="top"><em>OnSaveToFailed</em></td>
168 <td>saving the document to a different location failed.</td>
169 <td align="center">no</td>
171 <tr><td valign="top"><em>OnPrepareUnload</em></td>
172 <td>the document is about to be closed.</td>
173 <td align="center">yes</td>
175 <tr><td valign="top"><em>OnUnload</em></td>
176 <td>the document is being closed.</td>
177 <td align="center">yes</td>
179 <tr><td valign="top"><em>OnFocus</em></td>
180 <td>a view to the document obtained the focus.</td>
181 <td align="center">no</td>
183 <tr><td valign="top"><em>OnUnfocus</em></td>
184 <td>a view to the document lost the focus.</td>
185 <td align="center">no</td>
187 <tr><td valign="top"><em>OnModifyChanged</em></td>
188 <td>the <quot>modified</quot> state of the document changed.</td>
189 <td align="center">no</td>
191 <tr><td valign="top"><em>OnViewCreated</em></td>
192 <td>a view to the document has been created, and attached to the document.</td>
193 <td align="center">no</td>
195 <tr><td valign="top"><em>OnPrepareViewClosing</em></td>
196 <td>a view to the document is about to be closed.</td>
197 <td align="center">yes</td>
199 <tr><td valign="top"><em>OnViewClosed</em></td>
200 <td>a view to the document has been closed.</td>
201 <td align="center">no</td>
203 <tr><td valign="top"><em>OnTitleChanged</em></td>
204 <td>the title of the document changed.</td>
205 <td align="center">no</td>
207 <tr><td valign="top"><em>OnSubComponentOpened</em></td>
208 …<td>From with a view to the document, a view to a sub component (e.g. a table or a report) has bee…
209 <td align="center">no</td>
211 <tr><td valign="top"><em>OnSubComponentClosed</em></td>
212 …<td>From with a view to the document, a view to a sub component (e.g. a table or a report) has bee…
213 <td align="center">no</td>